ResourcePoolShapeSummary

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

Bases: object

An Autonomous Database Resource Pool. This object provides all the information related to the resource pool.

Methods

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

Attributes

shape [Required] Gets the shape of this ResourcePoolShapeSummary.
__init__(**kwargs)

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

Parameters:shape (int) – The value to assign to the shape property of this ResourcePoolShapeSummary.
shape

[Required] Gets the shape of this ResourcePoolShapeSummary. Predefined shape of the resource pool.

Returns:The shape of this ResourcePoolShapeSummary.
Return type:int