AutonomousExadataInfrastructureShapeSummary

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

Bases: object

The shape of the Autonomous Exadata Infrastructure. The shape determines resources to allocate to the Autonomous Exadata Infrastructure (CPU cores, memory and storage).

To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.

Methods

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

Attributes

available_core_count [Required] Gets the available_core_count of this AutonomousExadataInfrastructureShapeSummary.
core_count_increment Gets the core_count_increment of this AutonomousExadataInfrastructureShapeSummary.
maximum_node_count Gets the maximum_node_count of this AutonomousExadataInfrastructureShapeSummary.
minimum_core_count Gets the minimum_core_count of this AutonomousExadataInfrastructureShapeSummary.
minimum_node_count Gets the minimum_node_count of this AutonomousExadataInfrastructureShapeSummary.
name [Required] Gets the name of this AutonomousExadataInfrastructureShapeSummary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this AutonomousExadataInfrastructureShapeSummary.
  • available_core_count (int) – The value to assign to the available_core_count property of this AutonomousExadataInfrastructureShapeSummary.
  • minimum_core_count (int) – The value to assign to the minimum_core_count property of this AutonomousExadataInfrastructureShapeSummary.
  • core_count_increment (int) – The value to assign to the core_count_increment property of this AutonomousExadataInfrastructureShapeSummary.
  • minimum_node_count (int) – The value to assign to the minimum_node_count property of this AutonomousExadataInfrastructureShapeSummary.
  • maximum_node_count (int) – The value to assign to the maximum_node_count property of this AutonomousExadataInfrastructureShapeSummary.
available_core_count

[Required] Gets the available_core_count of this AutonomousExadataInfrastructureShapeSummary. The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.

Returns:The available_core_count of this AutonomousExadataInfrastructureShapeSummary.
Return type:int
core_count_increment

Gets the core_count_increment of this AutonomousExadataInfrastructureShapeSummary. The increment in which core count can be increased or decreased.

Returns:The core_count_increment of this AutonomousExadataInfrastructureShapeSummary.
Return type:int
maximum_node_count

Gets the maximum_node_count of this AutonomousExadataInfrastructureShapeSummary. The maximum number of nodes available for the shape.

Returns:The maximum_node_count of this AutonomousExadataInfrastructureShapeSummary.
Return type:int
minimum_core_count

Gets the minimum_core_count of this AutonomousExadataInfrastructureShapeSummary. The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.

Returns:The minimum_core_count of this AutonomousExadataInfrastructureShapeSummary.
Return type:int
minimum_node_count

Gets the minimum_node_count of this AutonomousExadataInfrastructureShapeSummary. The minimum number of nodes available for the shape.

Returns:The minimum_node_count of this AutonomousExadataInfrastructureShapeSummary.
Return type:int
name

[Required] Gets the name of this AutonomousExadataInfrastructureShapeSummary. The name of the shape used for the Autonomous Exadata Infrastructure.

Returns:The name of this AutonomousExadataInfrastructureShapeSummary.
Return type:str