Package org.openstack4j.model.trove
Interface Instance
-
- All Known Implementing Classes:
TroveInstance
public interface Instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreated()StringgetDatastoreType()StringgetDatastoreVersion()FlavorgetFlavor()StringgetHostname()StringgetId()List<String>getIp()StringgetName()StringgetStatus()DategetUpdated()intgetVolumeSize()StringgetVolumeType()
-
-
-
Method Detail
-
getVolumeSize
int getVolumeSize()
-
getVolumeType
String getVolumeType()
-
getFlavor
Flavor getFlavor()
-
getName
String getName()
-
getCreated
Date getCreated()
-
getUpdated
Date getUpdated()
-
getHostname
String getHostname()
-
getId
String getId()
-
getStatus
String getStatus()
-
getDatastoreType
String getDatastoreType()
-
getDatastoreVersion
String getDatastoreVersion()
-
-