InstancePoolPlacementSecondaryVnicSubnet

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

Bases: object

The secondary VNIC object for the placement configuration for an instance pool.

Methods

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

Attributes

display_name Gets the display_name of this InstancePoolPlacementSecondaryVnicSubnet.
subnet_id [Required] Gets the subnet_id of this InstancePoolPlacementSecondaryVnicSubnet.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this InstancePoolPlacementSecondaryVnicSubnet.
  • subnet_id (str) – The value to assign to the subnet_id property of this InstancePoolPlacementSecondaryVnicSubnet.
display_name

Gets the display_name of this InstancePoolPlacementSecondaryVnicSubnet. The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

Returns:The display_name of this InstancePoolPlacementSecondaryVnicSubnet.
Return type:str
subnet_id

[Required] Gets the subnet_id of this InstancePoolPlacementSecondaryVnicSubnet. The subnet OCID for the secondary VNIC.

Returns:The subnet_id of this InstancePoolPlacementSecondaryVnicSubnet.
Return type:str