Class SaharaInstance
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaInstance
-
- All Implemented Interfaces:
Serializable,ModelEntity,Instance
public class SaharaInstance extends Object implements Instance
For mapping JSON response to java objects- Author:
- ekasit.kijsipongse@nectec.or.th
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSaharaInstance.Instances
-
Constructor Summary
Constructors Constructor Description SaharaInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()StringgetId()StringgetInstanceId()StringgetInternalIp()StringgetManagementIp()StringgetName()DategetUpdatedAt()List<String>getVolumes()TODO: how volumes are presented?StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceInstance- Returns:
- the created date of the instance
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceInstance- Returns:
- the updated date of the instance
-
getInstanceId
public String getInstanceId()
- Specified by:
getInstanceIdin interfaceInstance- Returns:
- the NOVA instance identifier
-
getManagementIp
public String getManagementIp()
- Specified by:
getManagementIpin interfaceInstance- Returns:
- the management IP of the instance
-
getVolumes
public List<String> getVolumes()
TODO: how volumes are presented?- Specified by:
getVolumesin interfaceInstance- Returns:
- the volumes of the instance
-
getInternalIp
public String getInternalIp()
- Specified by:
getInternalIpin interfaceInstance- Returns:
- the internal IP of the instance
-
getId
public String getId()
-
-