VirtualApplianceNicProperties interface

Network Virtual Appliance NIC properties.

Properties

instanceName

Instance on which nic is attached.

name

NIC name.

nicType

NIC type - PublicNic, PrivateNic, or AdditionalNic; AdditionalPrivateNic and AdditionalPublicNic are only supported for NVAs deployed in VNets.

privateIpAddress

Private IP address.

privateIpAddressV6

Private IPv6 address. Populated for dual-stack NVAs, including on additional-NIC configurations when the NVA is dual-stack.

publicIpAddress

Public IP address.

publicIpAddressV6

Public IPv6 address. Populated for dual-stack NVAs, including on additional-NIC configurations when the NVA is dual-stack.

Property Details

instanceName

Instance on which nic is attached.

instanceName?: string

Property Value

string

name

NIC name.

name?: string

Property Value

string

nicType

NIC type - PublicNic, PrivateNic, or AdditionalNic; AdditionalPrivateNic and AdditionalPublicNic are only supported for NVAs deployed in VNets.

nicType?: string

Property Value

string

privateIpAddress

Private IP address.

privateIpAddress?: string

Property Value

string

privateIpAddressV6

Private IPv6 address. Populated for dual-stack NVAs, including on additional-NIC configurations when the NVA is dual-stack.

privateIpAddressV6?: string

Property Value

string

publicIpAddress

Public IP address.

publicIpAddress?: string

Property Value

string

publicIpAddressV6

Public IPv6 address. Populated for dual-stack NVAs, including on additional-NIC configurations when the NVA is dual-stack.

publicIpAddressV6?: string

Property Value

string