DatabaseStorageSizeDetails

class oci.database.models.DatabaseStorageSizeDetails(**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 DatabaseStorageSizeDetails object with values from keyword arguments.

Attributes

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

Initializes a new DatabaseStorageSizeDetails 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 DatabaseStorageSizeDetails.
  • reco_storage_size_in_gbs (int) – The value to assign to the reco_storage_size_in_gbs property of this DatabaseStorageSizeDetails.
data_storage_size_in_gbs

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

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

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

Returns:The reco_storage_size_in_gbs of this DatabaseStorageSizeDetails.
Return type:int