Package org.openstack4j.openstack.magnum
Class MagnumPod
- java.lang.Object
-
- org.openstack4j.openstack.magnum.MagnumPod
-
- All Implemented Interfaces:
Serializable,Buildable<PodBuilder>,Pod,ModelEntity
public class MagnumPod extends Object implements Pod
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMagnumPod.PodConcreteBuilderConcrete builder containing MagnumPod as modelstatic classMagnumPod.Pods-
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 MagnumPod()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PodBuilderbuilder()StringgetBayUuid()Gets bayUuidStringgetDesc()Gets descStringgetId()Gets idList<String>getImages()Gets imagesLabelgetLabels()Gets labelsStringgetName()Gets nameStringgetStatus()Gets statusStringgetUuid()Gets uuidPodBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static PodBuilder builder()
-
toBuilder
public PodBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<PodBuilder>
-
getBayUuid
public String getBayUuid()
Description copied from interface:PodGets bayUuid- Specified by:
getBayUuidin interfacePod- Returns:
- bayUuid
-
-