Class DatastoreResponse


  • public final class DatastoreResponse
    extends java.lang.Object
    • Method Detail

      • createdBy

        public UserInfoResponse createdBy()
        Returns:
        The User who created the datastore.
      • createdTime

        public java.lang.String createdTime()
        Returns:
        The date and time when the datastore was created.
      • dataStoreType

        public java.util.Optional<java.lang.String> dataStoreType()
        Returns:
        The datastore type.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Description of the datastore.
      • glusterFsSection

        public java.util.Optional<GlusterFsSectionResponse> glusterFsSection()
        Returns:
        Data specific to GlusterFS.
      • hasBeenValidated

        public java.util.Optional<java.lang.Boolean> hasBeenValidated()
        Returns:
        A read only property that denotes whether the service datastore has been validated with credentials.
      • linkedInfo

        public java.util.Optional<LinkedInfoResponse> linkedInfo()
        Returns:
        Info about origin if it is linked.
      • modifiedBy

        public UserInfoResponse modifiedBy()
        Returns:
        The User who modified the datastore.
      • modifiedTime

        public java.lang.String modifiedTime()
        Returns:
        The date and time when the datastore was last modified.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name of the datastore.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Tags for this datastore.