ComputeHostSummary¶
-
class
oci.core.models.
ComputeHostSummary
(**kwargs)¶ Bases:
object
Summary information for a compute host.
Methods
__init__
(**kwargs)Initializes a new ComputeHostSummary object with values from keyword arguments. Attributes
availability_domain
[Required] Gets the availability_domain of this ComputeHostSummary. capacity_reservation_id
Gets the capacity_reservation_id of this ComputeHostSummary. compartment_id
[Required] Gets the compartment_id of this ComputeHostSummary. defined_tags
Gets the defined_tags of this ComputeHostSummary. display_name
Gets the display_name of this ComputeHostSummary. fault_domain
[Required] Gets the fault_domain of this ComputeHostSummary. freeform_tags
Gets the freeform_tags of this ComputeHostSummary. gpu_memory_fabric_id
Gets the gpu_memory_fabric_id of this ComputeHostSummary. has_impacted_components
[Required] Gets the has_impacted_components of this ComputeHostSummary. health
[Required] Gets the health of this ComputeHostSummary. hpc_island_id
Gets the hpc_island_id of this ComputeHostSummary. id
[Required] Gets the id of this ComputeHostSummary. instance_id
Gets the instance_id of this ComputeHostSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ComputeHostSummary. local_block_id
Gets the local_block_id of this ComputeHostSummary. network_block_id
Gets the network_block_id of this ComputeHostSummary. shape
[Required] Gets the shape of this ComputeHostSummary. time_created
[Required] Gets the time_created of this ComputeHostSummary. time_updated
[Required] Gets the time_updated of this ComputeHostSummary. -
__init__
(**kwargs)¶ Initializes a new ComputeHostSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this ComputeHostSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ComputeHostSummary.
- id (str) – The value to assign to the id property of this ComputeHostSummary.
- fault_domain (str) – The value to assign to the fault_domain property of this ComputeHostSummary.
- hpc_island_id (str) – The value to assign to the hpc_island_id property of this ComputeHostSummary.
- network_block_id (str) – The value to assign to the network_block_id property of this ComputeHostSummary.
- local_block_id (str) – The value to assign to the local_block_id property of this ComputeHostSummary.
- gpu_memory_fabric_id (str) – The value to assign to the gpu_memory_fabric_id property of this ComputeHostSummary.
- instance_id (str) – The value to assign to the instance_id property of this ComputeHostSummary.
- shape (str) – The value to assign to the shape property of this ComputeHostSummary.
- health (str) – The value to assign to the health property of this ComputeHostSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeHostSummary.
- capacity_reservation_id (str) – The value to assign to the capacity_reservation_id property of this ComputeHostSummary.
- has_impacted_components (bool) – The value to assign to the has_impacted_components property of this ComputeHostSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeHostSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ComputeHostSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ComputeHostSummary.
- display_name (str) – The value to assign to the display_name property of this ComputeHostSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ComputeHostSummary.
-
availability_domain
¶ [Required] Gets the availability_domain of this ComputeHostSummary. The availability domain of the compute host.
Example: Uocm:US-CHICAGO-1-AD-2
Returns: The availability_domain of this ComputeHostSummary. Return type: str
-
capacity_reservation_id
¶ Gets the capacity_reservation_id of this ComputeHostSummary. The OCID for the Capacity Reserver that is currently on host
Returns: The capacity_reservation_id of this ComputeHostSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this ComputeHostSummary. The OCID for the compartment. This should always be the root compartment.
Returns: The compartment_id of this ComputeHostSummary. Return type: str
Gets the defined_tags of this ComputeHostSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ComputeHostSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this ComputeHostSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeHostSummary. Return type: str
-
fault_domain
¶ [Required] Gets the fault_domain of this ComputeHostSummary. 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
Returns: The fault_domain of this ComputeHostSummary. Return type: str
Gets the freeform_tags of this ComputeHostSummary. 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”}
Returns: The freeform_tags of this ComputeHostSummary. Return type: dict(str, str)
-
gpu_memory_fabric_id
¶ Gets the gpu_memory_fabric_id of this ComputeHostSummary. The OCID for Customer-unique GPU Memory Fabric
Returns: The gpu_memory_fabric_id of this ComputeHostSummary. Return type: str
-
has_impacted_components
¶ [Required] Gets the has_impacted_components of this ComputeHostSummary. While listing a host the user will know if they have an impacted component or not. The user will have to issue a get host to see details.
Returns: The has_impacted_components of this ComputeHostSummary. Return type: bool
-
health
¶ [Required] Gets the health of this ComputeHostSummary. The heathy state of the host
Returns: The health of this ComputeHostSummary. Return type: str
-
hpc_island_id
¶ Gets the hpc_island_id of this ComputeHostSummary. The OCID for Customer-unique HPC Island
Returns: The hpc_island_id of this ComputeHostSummary. Return type: str
-
id
¶ [Required] Gets the id of this ComputeHostSummary. The OCID for the Customer-unique host
Returns: The id of this ComputeHostSummary. Return type: str
-
instance_id
¶ Gets the instance_id of this ComputeHostSummary. The public OCID for the Virtual Machine or Bare Metal instance
Returns: The instance_id of this ComputeHostSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ComputeHostSummary. The lifecycle state of the host
Returns: The lifecycle_state of this ComputeHostSummary. Return type: str
-
local_block_id
¶ Gets the local_block_id of this ComputeHostSummary. The OCID for Customer-unique Local Block
Returns: The local_block_id of this ComputeHostSummary. Return type: str
-
network_block_id
¶ Gets the network_block_id of this ComputeHostSummary. The OCID for Customer-unique Network Block
Returns: The network_block_id of this ComputeHostSummary. Return type: str
-
shape
¶ [Required] Gets the shape of this ComputeHostSummary. The shape of host
Returns: The shape of this ComputeHostSummary. Return type: str
-