Class VirtualApplianceNicProperties
java.lang.Object
com.azure.resourcemanager.network.models.VirtualApplianceNicProperties
Network Virtual Appliance NIC properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualApplianceNicProperties class. -
Method Summary
-
Constructor Details
-
VirtualApplianceNicProperties
public VirtualApplianceNicProperties()Creates an instance of VirtualApplianceNicProperties class.
-
-
Method Details
-
name
Get the name property: NIC name.- Returns:
- the name value.
-
publicIpAddress
Get the publicIpAddress property: Public IP address.- Returns:
- the publicIpAddress value.
-
privateIpAddress
Get the privateIpAddress property: Private IP address.- Returns:
- the privateIpAddress value.
-
instanceName
Get the instanceName property: Instance on which nic is attached.- Returns:
- the instanceName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-