AutonomousVmClusterResourceDetails¶
-
class
oci.database.models.
AutonomousVmClusterResourceDetails
(**kwargs)¶ Bases:
object
Unallocated resource details of the AVM
Methods
__init__
(**kwargs)Initializes a new AutonomousVmClusterResourceDetails object with values from keyword arguments. Attributes
id
[Required] Gets the id of this AutonomousVmClusterResourceDetails. un_allocated_adb_storage_in_tbs
[Required] Gets the un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails. -
__init__
(**kwargs)¶ Initializes a new AutonomousVmClusterResourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AutonomousVmClusterResourceDetails.
- un_allocated_adb_storage_in_tbs (float) – The value to assign to the un_allocated_adb_storage_in_tbs property of this AutonomousVmClusterResourceDetails.
-
id
¶ [Required] Gets the id of this AutonomousVmClusterResourceDetails. The OCID of the Exadata infrastructure.
Returns: The id of this AutonomousVmClusterResourceDetails. Return type: str
-
un_allocated_adb_storage_in_tbs
¶ [Required] Gets the un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails. Total unallocated autonomous data storage in the AVM in TBs.
Returns: The un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails. Return type: float
-