ResourcePoolSummary

class oci.database.models.ResourcePoolSummary(**kwargs)

Bases: object

The configuration details for resource pool

Methods

__init__(**kwargs) Initializes a new ResourcePoolSummary object with values from keyword arguments.

Attributes

available_compute_capacity Gets the available_compute_capacity of this ResourcePoolSummary.
is_disabled Gets the is_disabled of this ResourcePoolSummary.
pool_size Gets the pool_size of this ResourcePoolSummary.
total_compute_capacity Gets the total_compute_capacity of this ResourcePoolSummary.
__init__(**kwargs)

Initializes a new ResourcePoolSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • pool_size (int) – The value to assign to the pool_size property of this ResourcePoolSummary.
  • total_compute_capacity (int) – The value to assign to the total_compute_capacity property of this ResourcePoolSummary.
  • available_compute_capacity (int) – The value to assign to the available_compute_capacity property of this ResourcePoolSummary.
  • is_disabled (bool) – The value to assign to the is_disabled property of this ResourcePoolSummary.
available_compute_capacity

Gets the available_compute_capacity of this ResourcePoolSummary. Available capacity left for new elastic pool members provision

Returns:The available_compute_capacity of this ResourcePoolSummary.
Return type:int
is_disabled

Gets the is_disabled of this ResourcePoolSummary. Indicates if the resource pool should be deleted for the Autonomous Database.

Returns:The is_disabled of this ResourcePoolSummary.
Return type:bool
pool_size

Gets the pool_size of this ResourcePoolSummary. Resource pool size.

Returns:The pool_size of this ResourcePoolSummary.
Return type:int
total_compute_capacity

Gets the total_compute_capacity of this ResourcePoolSummary. Resource Pool total capacity, it’s currently 4x of pool size

Returns:The total_compute_capacity of this ResourcePoolSummary.
Return type:int