Package org.openstack4j.model.magnum
Interface Bay
-
- All Superinterfaces:
Buildable<BayBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MagnumBay
public interface Bay extends ModelEntity, Buildable<BayBuilder>
-
-
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 StringgetApiAddress()Gets apiAddressStringgetBayCreateTimeout()Gets bayCreateTimeoutStringgetBaymodelId()Gets baymodelIdStringgetCoeVersion()Gets coeVersionStringgetCreatedAt()Gets createdAtStringgetDiscoveryUrl()Gets discoveryUrlList<GenericLink>getLinks()Gets linksList<String>getMasterAddresses()Gets masterAddressesIntegergetMasterCount()Gets masterCountStringgetName()Gets nameList<String>getNodeAddresses()Gets nodeAddressesIntegergetNodeCount()Gets nodeCountStringgetStackId()Gets stackIdStringgetStatus()Gets statusStringgetStatusReason()Gets statusReasonStringgetUpdatedAt()Gets updatedAtStringgetUuid()Gets uuid
-
-
-
Method Detail
-
getStatus
String getStatus()
Gets status- Returns:
- status
-
getUuid
String getUuid()
Gets uuid- Returns:
- uuid
-
getLinks
List<GenericLink> getLinks()
Gets links- Returns:
- links
-
getStackId
String getStackId()
Gets stackId- Returns:
- stackId
-
getCreatedAt
String getCreatedAt()
Gets createdAt- Returns:
- createdAt
-
getApiAddress
String getApiAddress()
Gets apiAddress- Returns:
- apiAddress
-
getDiscoveryUrl
String getDiscoveryUrl()
Gets discoveryUrl- Returns:
- discoveryUrl
-
getUpdatedAt
String getUpdatedAt()
Gets updatedAt- Returns:
- updatedAt
-
getMasterCount
Integer getMasterCount()
Gets masterCount- Returns:
- masterCount
-
getCoeVersion
String getCoeVersion()
Gets coeVersion- Returns:
- coeVersion
-
getBaymodelId
String getBaymodelId()
Gets baymodelId- Returns:
- baymodelId
-
getNodeCount
Integer getNodeCount()
Gets nodeCount- Returns:
- nodeCount
-
getStatusReason
String getStatusReason()
Gets statusReason- Returns:
- statusReason
-
getBayCreateTimeout
String getBayCreateTimeout()
Gets bayCreateTimeout- Returns:
- bayCreateTimeout
-
getName
String getName()
Gets name- Returns:
- name
-
-