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
Modifier and TypeMethodDescriptionGet the instanceName property: Instance on which nic is attached.name()Get the name property: NIC name.nicType()Get the nicType property: NIC type - PublicNic, PrivateNic, or AdditionalNic.Get the privateIpAddress property: Private IP address.Get the publicIpAddress property: Public IP address.voidvalidate()Validates the instance.
-
Constructor Details
-
VirtualApplianceNicProperties
public VirtualApplianceNicProperties()Creates an instance of VirtualApplianceNicProperties class.
-
-
Method Details
-
nicType
Get the nicType property: NIC type - PublicNic, PrivateNic, or AdditionalNic.- Returns:
- the nicType value.
-
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.
-