ClusterNetworkPlacementConfigurationDetails

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

Bases: object

The location for where the instance pools in a cluster network will place instances.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this ClusterNetworkPlacementConfigurationDetails.
primary_subnet_id [Required] Gets the primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails.
secondary_vnic_subnets Gets the secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails.
__init__(**kwargs)

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

Parameters:
  • availability_domain (str) – The value to assign to the availability_domain property of this ClusterNetworkPlacementConfigurationDetails.
  • primary_subnet_id (str) – The value to assign to the primary_subnet_id property of this ClusterNetworkPlacementConfigurationDetails.
  • secondary_vnic_subnets (list[oci.core.models.InstancePoolPlacementSecondaryVnicSubnet]) – The value to assign to the secondary_vnic_subnets property of this ClusterNetworkPlacementConfigurationDetails.
availability_domain

[Required] Gets the availability_domain of this ClusterNetworkPlacementConfigurationDetails. The availability domain to place instances.

Example: Uocm:PHX-AD-1

Returns:The availability_domain of this ClusterNetworkPlacementConfigurationDetails.
Return type:str
primary_subnet_id

[Required] Gets the primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails. The OCID of the primary subnet to place instances.

Returns:The primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails.
Return type:str
secondary_vnic_subnets

Gets the secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails. The set of secondary VNIC data for instances in the pool.

Returns:The secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails.
Return type:list[oci.core.models.InstancePoolPlacementSecondaryVnicSubnet]