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
is_disabled
Gets the is_disabled of this ResourcePoolSummary. pool_size
Gets the pool_size 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.
- is_disabled (bool) – The value to assign to the is_disabled property of this ResourcePoolSummary.
-
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
-