ExascaleDbStorageDetails

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

Bases: object

Exadata Database Storage Details

Methods

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

Attributes

available_size_in_gbs Gets the available_size_in_gbs of this ExascaleDbStorageDetails.
total_size_in_gbs Gets the total_size_in_gbs of this ExascaleDbStorageDetails.
__init__(**kwargs)

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

Parameters:
  • total_size_in_gbs (int) – The value to assign to the total_size_in_gbs property of this ExascaleDbStorageDetails.
  • available_size_in_gbs (int) – The value to assign to the available_size_in_gbs property of this ExascaleDbStorageDetails.
available_size_in_gbs

Gets the available_size_in_gbs of this ExascaleDbStorageDetails. Available Capacity

Returns:The available_size_in_gbs of this ExascaleDbStorageDetails.
Return type:int
total_size_in_gbs

Gets the total_size_in_gbs of this ExascaleDbStorageDetails. Total Capacity

Returns:The total_size_in_gbs of this ExascaleDbStorageDetails.
Return type:int