Data Source: oci_database_autonomous_exadata_infrastructure_ocpu
This data source provides details about a specific Autonomous Exadata Infrastructure Ocpu resource in Oracle Cloud Infrastructure Database service.
Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure resource.
Example Usage
data "oci_database_autonomous_exadata_infrastructure_ocpu" "test_autonomous_exadata_infrastructure_ocpu" {
#Required
autonomous_exadata_infrastructure_id = oci_database_autonomous_exadata_infrastructure.test_autonomous_exadata_infrastructure.id
}
Argument Reference
The following arguments are supported:
autonomous_exadata_infrastructure_id
- (Required) The Autonomous Exadata Infrastructure OCID.
Attributes Reference
The following attributes are exported:
by_workload_type
- The number of consumed OCPUs, by database workload type.adw
- The total number of OCPU cores in use for Autonomous Data Warehouse databases in the infrastructure instance.atp
- The total number of OCPU cores in use for Autonomous Transaction Processing databases in the infrastructure instance.
consumed_cpu
- The total number of consumed OCPUs in the Autonomous Exadata Infrastructure instance.total_cpu
- The total number of OCPUs in the Autonomous Exadata Infrastructure instance.