ClusterConfigurationDetails

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

Bases: object

The HPC cluster configuration requested when launching instances of a cluster network.

If the parameter is provided, instances will only be placed within the HPC island and list of network blocks that you specify. If a list of network blocks are missing or not provided, the instances will be placed in any HPC blocks in the HPC island that you specify. If the values of HPC island or network block that you provide are not valid, an error is returned.

Methods

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

Attributes

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

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

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

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

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

Gets the network_block_ids of this ClusterConfigurationDetails. The list of network block OCIDs.

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