Class DatastoreLocation

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.DatastoreLocation
All Implemented Interfaces:
Serializable

public class DatastoreLocation extends MorpheusModel
Represents datastore location of Datastores to track status of a datastore over multiple locations.
See Also:
  • Field Details

    • datastore

      protected Datastore datastore
    • refType

      protected String refType
    • refId

      protected Long refId
    • refUUID

      protected String refUUID
    • status

      protected String status
    • statusMessage

      protected String statusMessage
  • Constructor Details

    • DatastoreLocation

      public DatastoreLocation()
  • Method Details

    • getDatastore

      public Datastore getDatastore()
    • setDatastore

      public void setDatastore(Datastore datastore)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getRefUUID

      public String getRefUUID()
    • setRefUUID

      public void setRefUUID(String refUUID)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getStatusMessage

      public String getStatusMessage()
    • setStatusMessage

      public void setStatusMessage(String statusMessage)