Class Capacity

    • Method Detail

      • used

        public final Long used()

        The amount of space that's being used in a storage system resource.

        Returns:
        The amount of space that's being used in a storage system resource.
      • provisioned

        public final Long provisioned()

        The total amount of space available in a storage system resource.

        Returns:
        The total amount of space available in a storage system resource.
      • logicalUsed

        public final Long logicalUsed()

        The amount of space that's being used in a storage system resource without accounting for compression or deduplication.

        Returns:
        The amount of space that's being used in a storage system resource without accounting for compression or deduplication.
      • clusterCloudStorageUsed

        public final Long clusterCloudStorageUsed()

        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).

        Returns:
        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)