ExascaleConfigDetails

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

Bases: object

The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.

Methods

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

Attributes

available_storage_in_gbs Gets the available_storage_in_gbs of this ExascaleConfigDetails.
total_storage_in_gbs [Required] Gets the total_storage_in_gbs of this ExascaleConfigDetails.
__init__(**kwargs)

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

Parameters:
  • total_storage_in_gbs (int) – The value to assign to the total_storage_in_gbs property of this ExascaleConfigDetails.
  • available_storage_in_gbs (int) – The value to assign to the available_storage_in_gbs property of this ExascaleConfigDetails.
available_storage_in_gbs

Gets the available_storage_in_gbs of this ExascaleConfigDetails. Available storage size for Exascale in GBs.

Returns:The available_storage_in_gbs of this ExascaleConfigDetails.
Return type:int
total_storage_in_gbs

[Required] Gets the total_storage_in_gbs of this ExascaleConfigDetails. Storage size needed for Exascale in GBs.

Returns:The total_storage_in_gbs of this ExascaleConfigDetails.
Return type:int