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