Package org.openstack4j.model.magnum
Interface Clustertemplate
-
- All Superinterfaces:
Buildable<ClustertemplateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MagnumClustertemplate
public interface Clustertemplate extends ModelEntity, Buildable<ClustertemplateBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiserverPort()Gets apiserverPortStringgetClusterDistro()Gets clusterDistroStringgetCoe()Gets coeStringgetCreatedAt()Gets createdAtStringgetDnsNameserver()Gets dnsNameserverStringgetDockerStorageDriver()Gets dockerStorageDriverIntegergetDockerVolumeSize()Gets dockerVolumeSizeStringgetExternalNetworkId()Gets externalNetworkIdStringgetFixedNetwork()Gets fixedNetworkStringgetFixedSubnet()Gets fixedSubnetStringgetFlavorId()Gets flavorIdBooleangetFloatingIpEnabled()Gets floatingIpEnabledStringgetHttpProxy()Gets httpProxyStringgetHttpsProxy()Gets httpsProxyStringgetImageId()Gets imageIdStringgetInsecureRegistry()Gets insecureRegistryStringgetKeypairId()Gets keypairIdLabelgetLabels()Gets labelsList<GenericLink>getLinks()Gets linksStringgetMasterFlavorId()Gets masterFlavorIdBooleangetMasterLbEnabled()Gets masterLbEnabledStringgetName()Gets nameStringgetNetworkDriver()Gets networkDriverStringgetNoProxy()Gets noProxyBooleangetPublicTemplate()Gets publicTemplateBooleangetRegistryEnabled()Gets registryEnabledStringgetServerType()Gets serverTypeBooleangetTlsDisabled()Gets tlsDisabledStringgetUpdatedAt()Gets updatedAtStringgetUuid()Gets uuidStringgetVolumeDriver()Gets volumeDriver
-
-
-
Method Detail
-
getInsecureRegistry
String getInsecureRegistry()
Gets insecureRegistry- Returns:
- insecureRegistry
-
getLinks
List<GenericLink> getLinks()
Gets links- Returns:
- links
-
getHttpProxy
String getHttpProxy()
Gets httpProxy- Returns:
- httpProxy
-
getUpdatedAt
String getUpdatedAt()
Gets updatedAt- Returns:
- updatedAt
-
getFloatingIpEnabled
Boolean getFloatingIpEnabled()
Gets floatingIpEnabled- Returns:
- floatingIpEnabled
-
getFixedSubnet
String getFixedSubnet()
Gets fixedSubnet- Returns:
- fixedSubnet
-
getMasterFlavorId
String getMasterFlavorId()
Gets masterFlavorId- Returns:
- masterFlavorId
-
getUuid
String getUuid()
Gets uuid- Returns:
- uuid
-
getNoProxy
String getNoProxy()
Gets noProxy- Returns:
- noProxy
-
getHttpsProxy
String getHttpsProxy()
Gets httpsProxy- Returns:
- httpsProxy
-
getTlsDisabled
Boolean getTlsDisabled()
Gets tlsDisabled- Returns:
- tlsDisabled
-
getKeypairId
String getKeypairId()
Gets keypairId- Returns:
- keypairId
-
getPublicTemplate
Boolean getPublicTemplate()
Gets publicTemplate- Returns:
- publicTemplate
-
getLabels
Label getLabels()
Gets labels- Returns:
- labels
-
getDockerVolumeSize
Integer getDockerVolumeSize()
Gets dockerVolumeSize- Returns:
- dockerVolumeSize
-
getServerType
String getServerType()
Gets serverType- Returns:
- serverType
-
getExternalNetworkId
String getExternalNetworkId()
Gets externalNetworkId- Returns:
- externalNetworkId
-
getClusterDistro
String getClusterDistro()
Gets clusterDistro- Returns:
- clusterDistro
-
getImageId
String getImageId()
Gets imageId- Returns:
- imageId
-
getVolumeDriver
String getVolumeDriver()
Gets volumeDriver- Returns:
- volumeDriver
-
getRegistryEnabled
Boolean getRegistryEnabled()
Gets registryEnabled- Returns:
- registryEnabled
-
getDockerStorageDriver
String getDockerStorageDriver()
Gets dockerStorageDriver- Returns:
- dockerStorageDriver
-
getApiserverPort
String getApiserverPort()
Gets apiserverPort- Returns:
- apiserverPort
-
getName
String getName()
Gets name- Returns:
- name
-
getCreatedAt
String getCreatedAt()
Gets createdAt- Returns:
- createdAt
-
getNetworkDriver
String getNetworkDriver()
Gets networkDriver- Returns:
- networkDriver
-
getFixedNetwork
String getFixedNetwork()
Gets fixedNetwork- Returns:
- fixedNetwork
-
getCoe
String getCoe()
Gets coe- Returns:
- coe
-
getFlavorId
String getFlavorId()
Gets flavorId- Returns:
- flavorId
-
getMasterLbEnabled
Boolean getMasterLbEnabled()
Gets masterLbEnabled- Returns:
- masterLbEnabled
-
getDnsNameserver
String getDnsNameserver()
Gets dnsNameserver- Returns:
- dnsNameserver
-
-