Interface Capacity.Builder

    • Method Detail

      • used

        Capacity.Builder used​(Long used)

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

        Parameters:
        used - The amount of space that's being used in a storage system resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioned

        Capacity.Builder provisioned​(Long provisioned)

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

        Parameters:
        provisioned - The total amount of space available in a storage system resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logicalUsed

        Capacity.Builder logicalUsed​(Long logicalUsed)

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

        Parameters:
        logicalUsed - The amount of space that's being used in a storage system resource without accounting for compression or deduplication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterCloudStorageUsed

        Capacity.Builder clusterCloudStorageUsed​(Long clusterCloudStorageUsed)

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

        Parameters:
        clusterCloudStorageUsed - The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
        Returns:
        Returns a reference to this object so that method calls can be chained together.