VirtualApplianceNicProperties Class   
Network Virtual Appliance NIC properties.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
VirtualApplianceNicProperties(**kwargs: Any)
	Variables
| Name | Description | 
|---|---|
| 
		 nic_type 
	 | 
	
		
		 NIC type - PublicNic, PrivateNic, or AdditionalNic. Known values are: "PublicNic", "PrivateNic", and "AdditionalNic".  | 
| 
		 name 
	 | 
	
		
		 NIC name.  | 
| 
		 public_ip_address 
	 | 
	
		
		 Public IP address.  | 
| 
		 private_ip_address 
	 | 
	
		
		 Private IP address.  | 
| 
		 instance_name 
	 | 
	
		
		 Instance on which nic is attached.  |