Data Source: oci_core_compute_host
This data source provides details about a specific Compute Host resource in Oracle Cloud Infrastructure Core service.
Gets information about the specified compute host
Example Usage
data "oci_core_compute_host" "test_compute_host" {
#Required
compute_host_id = oci_core_compute_host.test_compute_host.id
}
Argument Reference
The following arguments are supported:
compute_host_id
- (Required) The OCID of the compute host.
Attributes Reference
The following attributes are exported:
additional_data
- Additional data that can be exposed to the customer. Will include raw fault codes for strategic customersavailability_domain
- The availability domain of the compute host. Example:Uocm:US-CHICAGO-1-AD-2
capacity_reservation_id
- The OCID for the Capacity Reserver that is currently on hostcompartment_id
- The OCID for the compartment. This should always be the root compartment.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.fault_domain
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.This field is the Fault domain of the host
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"}
health
- The heathy state of the hosthpc_island_id
- The OCID for Customer-unique HPC Islandid
- The OCID for the Customer-unique hostimpacted_component_details
- A list that contains impacted components related to an unhealthy host. An impacted component will be a free-form structure of key values pairs that will provide more or less details based on data tieringinstance_id
- The public OCID for the Virtual Machine or Bare Metal instancelifecycle_details
- A free-form description detailing why the host is in its current state.local_block_id
- The OCID for Customer-unique Local Blockgpu_memory_fabric_id
- The OCID for Customer-unique GPU Memory Fabricnetwork_block_id
- The OCID for Customer-unique Network Blockshape
- The shape of hoststate
- The lifecycle state of the hosttime_created
- The date and time that the compute host record was created, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z
time_updated
- The date and time that the compute host record was updated, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z