DatabaseStorageSizeResponseDetails

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

Bases: object

The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.

Methods

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

Attributes

data_storage_size_in_gbs [Required] Gets the data_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
reco_storage_size_in_gbs [Required] Gets the reco_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
redo_log_storage_size_in_gbs [Required] Gets the redo_log_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
__init__(**kwargs)

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

Parameters:
  • data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this DatabaseStorageSizeResponseDetails.
  • reco_storage_size_in_gbs (int) – The value to assign to the reco_storage_size_in_gbs property of this DatabaseStorageSizeResponseDetails.
  • redo_log_storage_size_in_gbs (int) – The value to assign to the redo_log_storage_size_in_gbs property of this DatabaseStorageSizeResponseDetails.
data_storage_size_in_gbs

[Required] Gets the data_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails. The DATA storage size, in gigabytes, that is applicable for the database.

Returns:The data_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
Return type:int
reco_storage_size_in_gbs

[Required] Gets the reco_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails. The RECO storage size, in gigabytes, that is applicable for the database.

Returns:The reco_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
Return type:int
redo_log_storage_size_in_gbs

[Required] Gets the redo_log_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails. The REDO Log storage size, in gigabytes, that is applicable for the database.

Returns:The redo_log_storage_size_in_gbs of this DatabaseStorageSizeResponseDetails.
Return type:int