Class NicIpAddressSettings
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.NicIpAddressSettings
IP address information for a virtual network adapter reported by the fabric.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the allocationMethod property: Gets the ip address allocation method.Get the ipAddress property: Gets the ip address for the nic.Get the subnetMask property: Gets the mask.void
validate()
Validates the instance.
-
Constructor Details
-
NicIpAddressSettings
public NicIpAddressSettings()
-
-
Method Details
-
allocationMethod
Get the allocationMethod property: Gets the ip address allocation method.- Returns:
- the allocationMethod value.
-
ipAddress
Get the ipAddress property: Gets the ip address for the nic.- Returns:
- the ipAddress value.
-
subnetMask
Get the subnetMask property: Gets the mask.- Returns:
- the subnetMask value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-