ExadataInfrastructureUnAllocatedResources¶
-
class
oci.database.models.
ExadataInfrastructureUnAllocatedResources
(**kwargs)¶ Bases:
object
Un allocated resources details of the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only.
Methods
__init__
(**kwargs)Initializes a new ExadataInfrastructureUnAllocatedResources object with values from keyword arguments. Attributes
autonomous_vm_clusters
Gets the autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources. display_name
[Required] Gets the display_name of this ExadataInfrastructureUnAllocatedResources. exadata_storage_in_tbs
Gets the exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources. id
[Required] Gets the id of this ExadataInfrastructureUnAllocatedResources. local_storage_in_gbs
Gets the local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources. memory_in_gbs
Gets the memory_in_gbs of this ExadataInfrastructureUnAllocatedResources. ocpus
Gets the ocpus of this ExadataInfrastructureUnAllocatedResources. -
__init__
(**kwargs)¶ Initializes a new ExadataInfrastructureUnAllocatedResources 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 ExadataInfrastructureUnAllocatedResources.
- display_name (str) – The value to assign to the display_name property of this ExadataInfrastructureUnAllocatedResources.
- local_storage_in_gbs (int) – The value to assign to the local_storage_in_gbs property of this ExadataInfrastructureUnAllocatedResources.
- ocpus (int) – The value to assign to the ocpus property of this ExadataInfrastructureUnAllocatedResources.
- memory_in_gbs (int) – The value to assign to the memory_in_gbs property of this ExadataInfrastructureUnAllocatedResources.
- exadata_storage_in_tbs (float) – The value to assign to the exadata_storage_in_tbs property of this ExadataInfrastructureUnAllocatedResources.
- autonomous_vm_clusters (list[oci.database.models.AutonomousVmClusterResourceDetails]) – The value to assign to the autonomous_vm_clusters property of this ExadataInfrastructureUnAllocatedResources.
-
autonomous_vm_clusters
¶ Gets the autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources. The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details
Returns: The autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources. Return type: list[oci.database.models.AutonomousVmClusterResourceDetails]
-
display_name
¶ [Required] Gets the display_name of this ExadataInfrastructureUnAllocatedResources. The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
Returns: The display_name of this ExadataInfrastructureUnAllocatedResources. Return type: str
-
exadata_storage_in_tbs
¶ Gets the exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources. Total unallocated exadata storage in the infrastructure in TBs.
Returns: The exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources. Return type: float
-
id
¶ [Required] Gets the id of this ExadataInfrastructureUnAllocatedResources. The OCID of the Exadata infrastructure.
Returns: The id of this ExadataInfrastructureUnAllocatedResources. Return type: str
-
local_storage_in_gbs
¶ Gets the local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources. The minimum amount of un allocated storage that is available across all nodes in the infrastructure.
Returns: The local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources. Return type: int
-
memory_in_gbs
¶ Gets the memory_in_gbs of this ExadataInfrastructureUnAllocatedResources. The minimum amount of un allocated memory that is available across all nodes in the infrastructure.
Returns: The memory_in_gbs of this ExadataInfrastructureUnAllocatedResources. Return type: int
-
ocpus
¶ Gets the ocpus of this ExadataInfrastructureUnAllocatedResources. The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.
Returns: The ocpus of this ExadataInfrastructureUnAllocatedResources. Return type: int
-