ComputeHpcIsland¶
-
class
oci.core.models.
ComputeHpcIsland
(**kwargs)¶ Bases:
object
A compute HPC island.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ComputeHpcIsland. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a ComputeHpcIsland. compute_capacity_topology_id
[Required] Gets the compute_capacity_topology_id of this ComputeHpcIsland. id
[Required] Gets the id of this ComputeHpcIsland. lifecycle_state
[Required] Gets the lifecycle_state of this ComputeHpcIsland. time_created
[Required] Gets the time_created of this ComputeHpcIsland. time_updated
[Required] Gets the time_updated of this ComputeHpcIsland. total_compute_bare_metal_host_count
[Required] Gets the total_compute_bare_metal_host_count of this ComputeHpcIsland. Methods
__init__
(**kwargs)Initializes a new ComputeHpcIsland object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ComputeHpcIsland. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a ComputeHpcIsland. This constant has a value of “INACTIVE”
-
__init__
(**kwargs)¶ Initializes a new ComputeHpcIsland 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 ComputeHpcIsland.
- id (str) – The value to assign to the id property of this ComputeHpcIsland.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeHpcIsland. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this ComputeHpcIsland.
- time_updated (datetime) – The value to assign to the time_updated property of this ComputeHpcIsland.
- total_compute_bare_metal_host_count (int) – The value to assign to the total_compute_bare_metal_host_count property of this ComputeHpcIsland.
-
compute_capacity_topology_id
¶ [Required] Gets the compute_capacity_topology_id of this ComputeHpcIsland. The OCID of the compute capacity topology.
Returns: The compute_capacity_topology_id of this ComputeHpcIsland. Return type: str
-
id
¶ [Required] Gets the id of this ComputeHpcIsland. The OCID of the compute HPC island.
Returns: The id of this ComputeHpcIsland. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ComputeHpcIsland. The current state of the compute HPC island.
Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ComputeHpcIsland. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ComputeHpcIsland. 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 ComputeHpcIsland. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this ComputeHpcIsland. 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 ComputeHpcIsland. Return type: datetime
-
total_compute_bare_metal_host_count
¶ [Required] Gets the total_compute_bare_metal_host_count of this ComputeHpcIsland. The total number of compute bare metal hosts located in this compute HPC island.
Returns: The total_compute_bare_metal_host_count of this ComputeHpcIsland. Return type: int
-