CustomizationIpSettings Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. CustomizationIpSettings
- com.
Implements
public final class CustomizationIpSettings
implements JsonSerializable<CustomizationIpSettings>
The CustomizationIpSettings model.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomizationIpSettings() |
Creates an instance of Customization |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Customization |
fromJson(JsonReader jsonReader)
Reads an instance of Customization |
| List<String> |
gateway()
Get the gateway property: The list of gateways. |
|
Customization |
ip()
Get the ip property: Ip address customization settings. |
| String |
subnetMask()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Customization |
withGateway(List<String> gateway)
Set the gateway property: The list of gateways. |
|
Customization |
withIp(CustomizationIpAddress ip)
Set the ip property: Ip address customization settings. |
|
Customization |
withSubnetMask(String subnetMask)
Set the subnet |
Methods inherited from java.lang.Object
Constructor Details
CustomizationIpSettings
public CustomizationIpSettings()
Creates an instance of CustomizationIpSettings class.
Method Details
fromJson
public static CustomizationIpSettings fromJson(JsonReader jsonReader)
Reads an instance of CustomizationIpSettings from the JsonReader.
Parameters:
Returns:
Throws:
gateway
public List<String> gateway()
Get the gateway property: The list of gateways.
Returns:
ip
public CustomizationIpAddress ip()
Get the ip property: Ip address customization settings.
Returns:
subnetMask
public String subnetMask()
Get the subnetMask property: Adapter subnet mask.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGateway
public CustomizationIpSettings withGateway(List<String> gateway)
Set the gateway property: The list of gateways.
Parameters:
Returns:
withIp
public CustomizationIpSettings withIp(CustomizationIpAddress ip)
Set the ip property: Ip address customization settings.
Parameters:
Returns:
withSubnetMask
public CustomizationIpSettings withSubnetMask(String subnetMask)
Set the subnetMask property: Adapter subnet mask.
Parameters:
Returns: