Interface ResourcePoolSummary.Builder

  • Method Details

    • isDisabled

      ResourcePoolSummary.Builder isDisabled(Boolean isDisabled)

      Indicates whether the resource pool is disabled.

      Parameters:
      isDisabled - Indicates whether the resource pool is disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolSize

      The number of Autonomous Databases that the resource pool can contain.

      Parameters:
      poolSize - The number of Autonomous Databases that the resource pool can contain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolStorageSizeInTBs

      ResourcePoolSummary.Builder poolStorageSizeInTBs(Integer poolStorageSizeInTBs)

      The total storage size of the resource pool, in terabytes (TB).

      Parameters:
      poolStorageSizeInTBs - The total storage size of the resource pool, in terabytes (TB).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availableStorageCapacityInTBs

      ResourcePoolSummary.Builder availableStorageCapacityInTBs(Double availableStorageCapacityInTBs)

      The available storage capacity in the resource pool, in TB.

      Parameters:
      availableStorageCapacityInTBs - The available storage capacity in the resource pool, in TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalComputeCapacity

      ResourcePoolSummary.Builder totalComputeCapacity(Integer totalComputeCapacity)

      The total compute capacity of the resource pool.

      Parameters:
      totalComputeCapacity - The total compute capacity of the resource pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availableComputeCapacity

      ResourcePoolSummary.Builder availableComputeCapacity(Integer availableComputeCapacity)

      The available compute capacity in the resource pool.

      Parameters:
      availableComputeCapacity - The available compute capacity in the resource pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.