Class VirtualApplianceNicProperties
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VirtualApplianceNicProperties
-
public final class VirtualApplianceNicProperties extends Object
Network Virtual Appliance NIC properties.
-
-
Constructor Summary
Constructors Constructor Description VirtualApplianceNicProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: NIC name.StringprivateIpAddress()Get the privateIpAddress property: Private IP address.StringpublicIpAddress()Get the publicIpAddress property: Public IP address.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: NIC name.- Returns:
- the name value.
-
publicIpAddress
public String publicIpAddress()
Get the publicIpAddress property: Public IP address.- Returns:
- the publicIpAddress value.
-
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP address.- Returns:
- the privateIpAddress value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-