public class CustomizationFixedIpV6 extends CustomizationIpV6Generator
Java class for CustomizationFixedIpV6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationFixedIpV6">
<complexContent>
<extension base="{urn:vim25}CustomizationIpV6Generator">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subnetMask" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected int |
subnetMask |
| Constructor and Description |
|---|
CustomizationFixedIpV6() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
int |
getSubnetMask()
Gets the value of the subnetMask property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setSubnetMask(int value)
Sets the value of the subnetMask property.
|
protected String ipAddress
protected int subnetMask
public String getIpAddress()
Stringpublic void setIpAddress(String value)
value - allowed object is
Stringpublic int getSubnetMask()
public void setSubnetMask(int value)
Copyright © 2018. All rights reserved.