All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.magnum.Certificate Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.magnum;

import java.util.List;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.openstack.common.GenericLink;

public interface Certificate extends ModelEntity, Buildable {
    /**
     * Gets pem
     * 
     * @return pem
     */
    String getPem();

    /**
     * Gets bayUuid
     * 
     * @return bayUuid
     */
    String getBayUuid();

    /**
     * Gets links
     * 
     * @return links
     */
    List getLinks();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy