Package org.openstack4j.openstack.magnum
Class MagnumBay
- java.lang.Object
-
- org.openstack4j.openstack.magnum.MagnumBay
-
- All Implemented Interfaces:
Serializable,Buildable<BayBuilder>,Bay,ModelEntity
public class MagnumBay extends Object implements Bay
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMagnumBay.BayConcreteBuilderConcrete builder containing MagnumBay as model-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description MagnumBay()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BayBuilderbuilder()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 uuidBayBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static BayBuilder builder()
-
toBuilder
public BayBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<BayBuilder>
-
getLinks
public List<GenericLink> getLinks()
Description copied from interface:BayGets links
-
getStackId
public String getStackId()
Description copied from interface:BayGets stackId- Specified by:
getStackIdin interfaceBay- Returns:
- stackId
-
getCreatedAt
public String getCreatedAt()
Description copied from interface:BayGets createdAt- Specified by:
getCreatedAtin interfaceBay- Returns:
- createdAt
-
getApiAddress
public String getApiAddress()
Description copied from interface:BayGets apiAddress- Specified by:
getApiAddressin interfaceBay- Returns:
- apiAddress
-
getDiscoveryUrl
public String getDiscoveryUrl()
Description copied from interface:BayGets discoveryUrl- Specified by:
getDiscoveryUrlin interfaceBay- Returns:
- discoveryUrl
-
getUpdatedAt
public String getUpdatedAt()
Description copied from interface:BayGets updatedAt- Specified by:
getUpdatedAtin interfaceBay- Returns:
- updatedAt
-
getMasterCount
public Integer getMasterCount()
Description copied from interface:BayGets masterCount- Specified by:
getMasterCountin interfaceBay- Returns:
- masterCount
-
getCoeVersion
public String getCoeVersion()
Description copied from interface:BayGets coeVersion- Specified by:
getCoeVersionin interfaceBay- Returns:
- coeVersion
-
getBaymodelId
public String getBaymodelId()
Description copied from interface:BayGets baymodelId- Specified by:
getBaymodelIdin interfaceBay- Returns:
- baymodelId
-
getMasterAddresses
public List<String> getMasterAddresses()
Description copied from interface:BayGets masterAddresses- Specified by:
getMasterAddressesin interfaceBay- Returns:
- masterAddresses
-
getNodeCount
public Integer getNodeCount()
Description copied from interface:BayGets nodeCount- Specified by:
getNodeCountin interfaceBay- Returns:
- nodeCount
-
getNodeAddresses
public List<String> getNodeAddresses()
Description copied from interface:BayGets nodeAddresses- Specified by:
getNodeAddressesin interfaceBay- Returns:
- nodeAddresses
-
getStatusReason
public String getStatusReason()
Description copied from interface:BayGets statusReason- Specified by:
getStatusReasonin interfaceBay- Returns:
- statusReason
-
getBayCreateTimeout
public String getBayCreateTimeout()
Description copied from interface:BayGets bayCreateTimeout- Specified by:
getBayCreateTimeoutin interfaceBay- Returns:
- bayCreateTimeout
-
-