ClusterConfigDetails

class oci.core.models.ClusterConfigDetails(**kwargs)

Bases: object

The HPC cluster configuration requested when launching instances in a compute capacity reservation.

If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.

Methods

__init__(**kwargs) Initializes a new ClusterConfigDetails object with values from keyword arguments.

Attributes

hpc_island_id [Required] Gets the hpc_island_id of this ClusterConfigDetails.
network_block_ids Gets the network_block_ids of this ClusterConfigDetails.
__init__(**kwargs)

Initializes a new ClusterConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • hpc_island_id (str) – The value to assign to the hpc_island_id property of this ClusterConfigDetails.
  • network_block_ids (list[str]) – The value to assign to the network_block_ids property of this ClusterConfigDetails.
hpc_island_id

[Required] Gets the hpc_island_id of this ClusterConfigDetails. The OCID of the HPC island.

Returns:The hpc_island_id of this ClusterConfigDetails.
Return type:str
network_block_ids

Gets the network_block_ids of this ClusterConfigDetails. The list of OCIDs of the network blocks.

Returns:The network_block_ids of this ClusterConfigDetails.
Return type:list[str]