ComputeBareMetalHostSummary¶
-
class
oci.core.models.
ComputeBareMetalHostSummary
(**kwargs)¶ Bases:
object
Summary information for a compute bare metal host.
Methods
__init__
(**kwargs)Initializes a new ComputeBareMetalHostSummary object with values from keyword arguments. Attributes
compute_capacity_topology_id
[Required] Gets the compute_capacity_topology_id of this ComputeBareMetalHostSummary. compute_hpc_island_id
Gets the compute_hpc_island_id of this ComputeBareMetalHostSummary. compute_local_block_id
Gets the compute_local_block_id of this ComputeBareMetalHostSummary. compute_network_block_id
Gets the compute_network_block_id of this ComputeBareMetalHostSummary. id
[Required] Gets the id of this ComputeBareMetalHostSummary. instance_id
Gets the instance_id of this ComputeBareMetalHostSummary. instance_shape
[Required] Gets the instance_shape of this ComputeBareMetalHostSummary. lifecycle_details
Gets the lifecycle_details of this ComputeBareMetalHostSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ComputeBareMetalHostSummary. time_created
[Required] Gets the time_created of this ComputeBareMetalHostSummary. time_updated
[Required] Gets the time_updated of this ComputeBareMetalHostSummary. -
__init__
(**kwargs)¶ Initializes a new ComputeBareMetalHostSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compute_capacity_topology_id (str) – The value to assign to the compute_capacity_topology_id property of this ComputeBareMetalHostSummary.
- compute_hpc_island_id (str) – The value to assign to the compute_hpc_island_id property of this ComputeBareMetalHostSummary.
- compute_local_block_id (str) – The value to assign to the compute_local_block_id property of this ComputeBareMetalHostSummary.
- compute_network_block_id (str) – The value to assign to the compute_network_block_id property of this ComputeBareMetalHostSummary.
- id (str) – The value to assign to the id property of this ComputeBareMetalHostSummary.
- instance_id (str) – The value to assign to the instance_id property of this ComputeBareMetalHostSummary.
- instance_shape (str) – The value to assign to the instance_shape property of this ComputeBareMetalHostSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ComputeBareMetalHostSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeBareMetalHostSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeBareMetalHostSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ComputeBareMetalHostSummary.
-
compute_capacity_topology_id
¶ [Required] Gets the compute_capacity_topology_id of this ComputeBareMetalHostSummary. The OCID of the compute capacity topology.
Returns: The compute_capacity_topology_id of this ComputeBareMetalHostSummary. Return type: str
-
compute_hpc_island_id
¶ Gets the compute_hpc_island_id of this ComputeBareMetalHostSummary. The OCID of the compute HPC island.
Returns: The compute_hpc_island_id of this ComputeBareMetalHostSummary. Return type: str
-
compute_local_block_id
¶ Gets the compute_local_block_id of this ComputeBareMetalHostSummary. The OCID of the compute network block.
Returns: The compute_local_block_id of this ComputeBareMetalHostSummary. Return type: str
-
compute_network_block_id
¶ Gets the compute_network_block_id of this ComputeBareMetalHostSummary. The OCID of the compute local block.
Returns: The compute_network_block_id of this ComputeBareMetalHostSummary. Return type: str
-
id
¶ [Required] Gets the id of this ComputeBareMetalHostSummary. The OCID of the compute bare metal host.
Returns: The id of this ComputeBareMetalHostSummary. Return type: str
-
instance_id
¶ Gets the instance_id of this ComputeBareMetalHostSummary. The OCID of the compute instance that runs on the compute bare metal host.
Returns: The instance_id of this ComputeBareMetalHostSummary. Return type: str
-
instance_shape
¶ [Required] Gets the instance_shape of this ComputeBareMetalHostSummary. The shape of the compute instance that runs on the compute bare metal host.
Returns: The instance_shape of this ComputeBareMetalHostSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ComputeBareMetalHostSummary. The lifecycle state details of the compute bare metal host.
Returns: The lifecycle_details of this ComputeBareMetalHostSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ComputeBareMetalHostSummary. The current state of the compute bare metal host.
Returns: The lifecycle_state of this ComputeBareMetalHostSummary. Return type: str
-