Package org.openstack4j.model.trove
Interface Datastore
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
TroveDatastore
public interface Datastore extends ModelEntity
Datastore Model Entity- Author:
- sumit gandhi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefault_version()StringgetId()StringgetName()List<TroveDatastoreVersion>getTroveDatastoreVersionList()
-
-
-
Method Detail
-
getName
String getName()
-
getId
String getId()
-
getDefault_version
String getDefault_version()
-
getTroveDatastoreVersionList
List<TroveDatastoreVersion> getTroveDatastoreVersionList()
-
-