Package com.morpheusdata.model
Class DatastoreLocation
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.DatastoreLocation
- All Implemented Interfaces:
Serializable
Represents datastore location of Datastores to track status of a datastore over multiple locations.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Datastore
protected Long
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefId()
void
setDatastore
(Datastore datastore) void
void
setRefType
(String refType) void
setRefUUID
(String refUUID) void
void
setStatusMessage
(String statusMessage) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
datastore
-
refType
-
refId
-
refUUID
-
status
-
statusMessage
-
-
Constructor Details
-
DatastoreLocation
public DatastoreLocation()
-
-
Method Details
-
getDatastore
-
setDatastore
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getRefUUID
-
setRefUUID
-
getStatus
-
setStatus
-
getStatusMessage
-
setStatusMessage
-