Package org.openstack4j.model.magnum
Interface Pod
-
- All Superinterfaces:
Buildable<PodBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MagnumPod
public interface Pod extends ModelEntity, Buildable<PodBuilder>
-
-
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 StringgetBayUuid()Gets bayUuidStringgetDesc()Gets descStringgetId()Gets idList<String>getImages()Gets imagesLabelgetLabels()Gets labelsStringgetName()Gets nameStringgetStatus()Gets statusStringgetUuid()Gets uuid
-
-
-
Method Detail
-
getId
String getId()
Gets id- Returns:
- id
-
getUuid
String getUuid()
Gets uuid- Returns:
- uuid
-
getName
String getName()
Gets name- Returns:
- name
-
getDesc
String getDesc()
Gets desc- Returns:
- desc
-
getBayUuid
String getBayUuid()
Gets bayUuid- Returns:
- bayUuid
-
getLabels
Label getLabels()
Gets labels- Returns:
- labels
-
getStatus
String getStatus()
Gets status- Returns:
- status
-
-