VirtualApplianceNicProperties interface
Network Virtual Appliance NIC properties.
Properties
| instance |
Instance on which nic is attached. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | NIC name. NOTE: This property will not be serialized. It can only be populated by the server. |
| nic |
NIC type - PublicNic, PrivateNic, or AdditionalNic; AdditionalPrivateNic and AdditionalPublicNic are only supported for NVAs deployed in VNets. NOTE: This property will not be serialized. It can only be populated by the server. |
| private |
Private IP address. NOTE: This property will not be serialized. It can only be populated by the server. |
| public |
Public IP address. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
instanceName
Instance on which nic is attached. NOTE: This property will not be serialized. It can only be populated by the server.
instanceName?: string
Property Value
string
name
NIC name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
nicType
NIC type - PublicNic, PrivateNic, or AdditionalNic; AdditionalPrivateNic and AdditionalPublicNic are only supported for NVAs deployed in VNets. NOTE: This property will not be serialized. It can only be populated by the server.
nicType?: string
Property Value
string
privateIpAddress
Private IP address. NOTE: This property will not be serialized. It can only be populated by the server.
privateIpAddress?: string
Property Value
string
publicIpAddress
Public IP address. NOTE: This property will not be serialized. It can only be populated by the server.
publicIpAddress?: string
Property Value
string