ExascaleDbStorageInputDetails¶
-
class
oci.database.models.
ExascaleDbStorageInputDetails
(**kwargs)¶ Bases:
object
Create exadata Database Storage Details
Methods
__init__
(**kwargs)Initializes a new ExascaleDbStorageInputDetails object with values from keyword arguments. Attributes
total_size_in_gbs
[Required] Gets the total_size_in_gbs of this ExascaleDbStorageInputDetails. -
__init__
(**kwargs)¶ Initializes a new ExascaleDbStorageInputDetails 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 ExascaleDbStorageInputDetails.
-
total_size_in_gbs
¶ [Required] Gets the total_size_in_gbs of this ExascaleDbStorageInputDetails. Total Capacity
Returns: The total_size_in_gbs of this ExascaleDbStorageInputDetails. Return type: int
-