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.ModelVirtualApplianceNicProperties
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python