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. |
| private |
Private IPv6 address. Populated for dual-stack NVAs, including on additional-NIC configurations when the NVA is dual-stack. |
| public |
Public IP address. |
| public |
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