CloudExadataInfrastructureUnallocatedResources¶
-
class
oci.database.models.
CloudExadataInfrastructureUnallocatedResources
(**kwargs)¶ Bases:
object
Details of unallocated resources of the Cloud Exadata infrastructure. Applies to Cloud Exadata infrastructure instances only.
Methods
__init__
(**kwargs)Initializes a new CloudExadataInfrastructureUnallocatedResources object with values from keyword arguments. Attributes
cloud_autonomous_vm_clusters
Gets the cloud_autonomous_vm_clusters of this CloudExadataInfrastructureUnallocatedResources. cloud_exadata_infrastructure_display_name
[Required] Gets the cloud_exadata_infrastructure_display_name of this CloudExadataInfrastructureUnallocatedResources. cloud_exadata_infrastructure_id
[Required] Gets the cloud_exadata_infrastructure_id of this CloudExadataInfrastructureUnallocatedResources. exadata_storage_in_tbs
Gets the exadata_storage_in_tbs of this CloudExadataInfrastructureUnallocatedResources. local_storage_in_gbs
Gets the local_storage_in_gbs of this CloudExadataInfrastructureUnallocatedResources. memory_in_gbs
Gets the memory_in_gbs of this CloudExadataInfrastructureUnallocatedResources. ocpus
Gets the ocpus of this CloudExadataInfrastructureUnallocatedResources. -
__init__
(**kwargs)¶ Initializes a new CloudExadataInfrastructureUnallocatedResources object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cloud_exadata_infrastructure_id (str) – The value to assign to the cloud_exadata_infrastructure_id property of this CloudExadataInfrastructureUnallocatedResources.
- cloud_exadata_infrastructure_display_name (str) – The value to assign to the cloud_exadata_infrastructure_display_name property of this CloudExadataInfrastructureUnallocatedResources.
- local_storage_in_gbs (int) – The value to assign to the local_storage_in_gbs property of this CloudExadataInfrastructureUnallocatedResources.
- ocpus (int) – The value to assign to the ocpus property of this CloudExadataInfrastructureUnallocatedResources.
- memory_in_gbs (int) – The value to assign to the memory_in_gbs property of this CloudExadataInfrastructureUnallocatedResources.
- exadata_storage_in_tbs (float) – The value to assign to the exadata_storage_in_tbs property of this CloudExadataInfrastructureUnallocatedResources.
- cloud_autonomous_vm_clusters (list[oci.database.models.CloudAutonomousVmClusterResourceDetails]) – The value to assign to the cloud_autonomous_vm_clusters property of this CloudExadataInfrastructureUnallocatedResources.
-
cloud_autonomous_vm_clusters
¶ Gets the cloud_autonomous_vm_clusters of this CloudExadataInfrastructureUnallocatedResources. The list of Cloud Autonomous VM Clusters on the Infrastructure and their associated unallocated resources details.
Returns: The cloud_autonomous_vm_clusters of this CloudExadataInfrastructureUnallocatedResources. Return type: list[oci.database.models.CloudAutonomousVmClusterResourceDetails]
-
cloud_exadata_infrastructure_display_name
¶ [Required] Gets the cloud_exadata_infrastructure_display_name of this CloudExadataInfrastructureUnallocatedResources. The user-friendly name for the Cloud Exadata infrastructure. The name does not need to be unique.
Returns: The cloud_exadata_infrastructure_display_name of this CloudExadataInfrastructureUnallocatedResources. Return type: str
-
cloud_exadata_infrastructure_id
¶ [Required] Gets the cloud_exadata_infrastructure_id of this CloudExadataInfrastructureUnallocatedResources. The OCID of the Cloud Exadata infrastructure.
Returns: The cloud_exadata_infrastructure_id of this CloudExadataInfrastructureUnallocatedResources. Return type: str
-
exadata_storage_in_tbs
¶ Gets the exadata_storage_in_tbs of this CloudExadataInfrastructureUnallocatedResources. Total unallocated exadata storage in the infrastructure in TBs.
Returns: The exadata_storage_in_tbs of this CloudExadataInfrastructureUnallocatedResources. Return type: float
-
local_storage_in_gbs
¶ Gets the local_storage_in_gbs of this CloudExadataInfrastructureUnallocatedResources. The minimum amount of unallocated storage available across all nodes in the infrastructure.
Returns: The local_storage_in_gbs of this CloudExadataInfrastructureUnallocatedResources. Return type: int
-
memory_in_gbs
¶ Gets the memory_in_gbs of this CloudExadataInfrastructureUnallocatedResources. The minimum amount of unallocated memory available across all nodes in the infrastructure.
Returns: The memory_in_gbs of this CloudExadataInfrastructureUnallocatedResources. Return type: int
-
ocpus
¶ Gets the ocpus of this CloudExadataInfrastructureUnallocatedResources. The minimum amount of unallocated ocpus available across all nodes in the infrastructure.
Returns: The ocpus of this CloudExadataInfrastructureUnallocatedResources. Return type: int
-