CloudAutonomousVmClusterResourceDetails

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

Bases: object

Unallocated resource details of the Cloud Autonomous VM Cluster.

Methods

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

Attributes

id [Required] Gets the id of this CloudAutonomousVmClusterResourceDetails.
un_allocated_adb_storage_in_tbs [Required] Gets the un_allocated_adb_storage_in_tbs of this CloudAutonomousVmClusterResourceDetails.
__init__(**kwargs)

Initializes a new CloudAutonomousVmClusterResourceDetails 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 CloudAutonomousVmClusterResourceDetails.
  • un_allocated_adb_storage_in_tbs (float) – The value to assign to the un_allocated_adb_storage_in_tbs property of this CloudAutonomousVmClusterResourceDetails.
id

[Required] Gets the id of this CloudAutonomousVmClusterResourceDetails. The OCID of the Cloud Exadata infrastructure.

Returns:The id of this CloudAutonomousVmClusterResourceDetails.
Return type:str
un_allocated_adb_storage_in_tbs

[Required] Gets the un_allocated_adb_storage_in_tbs of this CloudAutonomousVmClusterResourceDetails. Total unallocated autonomous data storage in the Cloud Autonomous VM Cluster in TBs.

Returns:The un_allocated_adb_storage_in_tbs of this CloudAutonomousVmClusterResourceDetails.
Return type:float