NicIpAddressSettings Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. NicIpAddressSettings
- com.
public final class NicIpAddressSettings
IP address information for a virtual network adapter reported by the fabric.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NicIpAddressSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
allocationMethod()
Get the allocation |
| String |
ipAddress()
Get the ip |
| String |
subnetMask()
Get the subnet |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NicIpAddressSettings
public NicIpAddressSettings()
Method Details
allocationMethod
public String allocationMethod()
Get the allocationMethod property: Gets the ip address allocation method.
Returns:
ipAddress
public String ipAddress()
Get the ipAddress property: Gets the ip address for the nic.
Returns:
subnetMask
public String subnetMask()
Get the subnetMask property: Gets the mask.
Returns:
validate
public void validate()
Validates the instance.