Data Source: oci_core_compute_cluster
This data source provides details about a specific Compute Cluster resource in Oracle Cloud Infrastructure Core service.
Gets information about a compute cluster. A compute cluster is a remote direct memory access (RDMA) network group.
Example Usage
data "oci_core_compute_cluster" "test_compute_cluster" {
#Required
compute_cluster_id = oci_core_compute_cluster.test_compute_cluster.id
}
Argument Reference
The following arguments are supported:
compute_cluster_id- (Required) The OCID of the compute cluster. A compute cluster is a remote direct memory access (RDMA) network group.
Attributes Reference
The following attributes are exported:
availability_domain- The availability domain the compute cluster is running in. Example:Uocm:PHX-AD-1compartment_id- The OCID of the compartment that contains the compute cluster.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}display_name- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}id- The OCID of the compute cluster.state- The current state of the compute cluster.time_created- The date and time the compute cluster was created, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z