VirtualApplianceNicProperties Class

Network Virtual Appliance NIC properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
VirtualApplianceNicProperties

Constructor

VirtualApplianceNicProperties(**kwargs: Any)

Variables

Name Description
nic_type

NIC type - PublicNic, PrivateNic, or AdditionalNic. Known values are: "PublicNic", "PrivateNic", and "AdditionalNic".

name
str

NIC name.

public_ip_address
str

Public IP address.

private_ip_address
str

Private IP address.

instance_name
str

Instance on which nic is attached.