NodePoolSecondaryVnicDetails¶
-
class
oci.container_engine.models.NodePoolSecondaryVnicDetails(**kwargs)¶ Bases:
objectDetails for secondary vnic attachments to Nodes
Methods
__init__(**kwargs)Initializes a new NodePoolSecondaryVnicDetails object with values from keyword arguments. Attributes
create_vnic_details[Required] Gets the create_vnic_details of this NodePoolSecondaryVnicDetails. display_nameGets the display_name of this NodePoolSecondaryVnicDetails. nic_indexGets the nic_index of this NodePoolSecondaryVnicDetails. -
__init__(**kwargs)¶ Initializes a new NodePoolSecondaryVnicDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - create_vnic_details (oci.container_engine.models.CreateVnicDetails) – The value to assign to the create_vnic_details property of this NodePoolSecondaryVnicDetails.
- display_name (str) – The value to assign to the display_name property of this NodePoolSecondaryVnicDetails.
- nic_index (int) – The value to assign to the nic_index property of this NodePoolSecondaryVnicDetails.
-
create_vnic_details¶ [Required] Gets the create_vnic_details of this NodePoolSecondaryVnicDetails.
Returns: The create_vnic_details of this NodePoolSecondaryVnicDetails. Return type: oci.container_engine.models.CreateVnicDetails
-
display_name¶ Gets the display_name of this NodePoolSecondaryVnicDetails. Display name for vnic attachment
Returns: The display_name of this NodePoolSecondaryVnicDetails. Return type: str
-
nic_index¶ Gets the nic_index of this NodePoolSecondaryVnicDetails. Which physical network interface card (NIC) the VNIC will use
Returns: The nic_index of this NodePoolSecondaryVnicDetails. Return type: int
-