Show / Hide Table of Contents

Class NodePoolSecondaryVnicDetails

Details for secondary vnic attachments to Nodes

Inheritance
object
NodePoolSecondaryVnicDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class NodePoolSecondaryVnicDetails

Properties

CreateVnicDetails

Declaration
[Required(ErrorMessage = "CreateVnicDetails is required.")]
[JsonProperty(PropertyName = "createVnicDetails")]
public CreateVnicDetails CreateVnicDetails { get; set; }
Property Value
Type Description
CreateVnicDetails
Remarks

Required

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Display name for vnic attachment

NicIndex

Declaration
[JsonProperty(PropertyName = "nicIndex")]
public int? NicIndex { get; set; }
Property Value
Type Description
int?

Which physical network interface card (NIC) the VNIC will use

In this article
Back to top