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.

publicIpAddress

Public IP address.

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

publicIpAddress

Public IP address.

publicIpAddress?: string

Property Value

string