ComputeHpcIslandSummary¶
-
class
oci.core.models.
ComputeHpcIslandSummary
(**kwargs)¶ Bases:
object
Summary information for a compute HPC island.
Methods
__init__
(**kwargs)Initializes a new ComputeHpcIslandSummary object with values from keyword arguments. Attributes
compute_capacity_topology_id
[Required] Gets the compute_capacity_topology_id of this ComputeHpcIslandSummary. id
[Required] Gets the id of this ComputeHpcIslandSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ComputeHpcIslandSummary. time_created
[Required] Gets the time_created of this ComputeHpcIslandSummary. time_updated
[Required] Gets the time_updated of this ComputeHpcIslandSummary. total_compute_bare_metal_host_count
[Required] Gets the total_compute_bare_metal_host_count of this ComputeHpcIslandSummary. -
__init__
(**kwargs)¶ Initializes a new ComputeHpcIslandSummary 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 ComputeHpcIslandSummary.
- id (str) – The value to assign to the id property of this ComputeHpcIslandSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeHpcIslandSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeHpcIslandSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ComputeHpcIslandSummary.
- total_compute_bare_metal_host_count (int) – The value to assign to the total_compute_bare_metal_host_count property of this ComputeHpcIslandSummary.
-
compute_capacity_topology_id
¶ [Required] Gets the compute_capacity_topology_id of this ComputeHpcIslandSummary. The OCID of the compute capacity topology.
Returns: The compute_capacity_topology_id of this ComputeHpcIslandSummary. Return type: str
-
id
¶ [Required] Gets the id of this ComputeHpcIslandSummary. The OCID of the compute HPC island.
Returns: The id of this ComputeHpcIslandSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ComputeHpcIslandSummary. The current state of the compute HPC island.
Returns: The lifecycle_state of this ComputeHpcIslandSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ComputeHpcIslandSummary. The date and time that the compute HPC island was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this ComputeHpcIslandSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this ComputeHpcIslandSummary. The date and time that the compute HPC island was updated, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_updated of this ComputeHpcIslandSummary. Return type: datetime
-
total_compute_bare_metal_host_count
¶ [Required] Gets the total_compute_bare_metal_host_count of this ComputeHpcIslandSummary. The total number of compute bare metal hosts located in this compute HPC island.
Returns: The total_compute_bare_metal_host_count of this ComputeHpcIslandSummary. Return type: int
-