VirtualApplianceNicProperties interface
Network Virtual Appliance NIC properties.
Properties
| instance |
Instance on which nic is attached. |
| name | NIC name. |
| nic |
NIC type - PublicNic, PrivateNic, or AdditionalNic; AdditionalPrivateNic and AdditionalPublicNic are only supported for NVAs deployed in VNets. |
| private |
Private IP address. |
| public |
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