Interface IOPS.Builder

    • Method Detail

      • read

        IOPS.Builder read​(Double read)

        Peak IOPS related to read operations.

        Parameters:
        read - Peak IOPS related to read operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • write

        IOPS.Builder write​(Double write)

        Peak IOPS related to write operations.

        Parameters:
        write - Peak IOPS related to write operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • other

        IOPS.Builder other​(Double other)

        Peak IOPS unrelated to read and write operations.

        Parameters:
        other - Peak IOPS unrelated to read and write operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        IOPS.Builder total​(Double total)

        Peak total IOPS on your on-premises storage system resource.

        Parameters:
        total - Peak total IOPS on your on-premises storage system resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.