public class IpPoolIpPoolConfigInfo extends DynamicData
Java class for IpPoolIpPoolConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpPoolIpPoolConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="subnetAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="netmask" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="range" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dns" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="dhcpServerAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ipPoolEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dhcpServerAvailable |
protected List<String> |
dns |
protected String |
gateway |
protected Boolean |
ipPoolEnabled |
protected String |
netmask |
protected String |
range |
protected String |
subnetAddress |
| Constructor and Description |
|---|
IpPoolIpPoolConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDns()
Gets the value of the dns property.
|
String |
getGateway()
Gets the value of the gateway property.
|
String |
getNetmask()
Gets the value of the netmask property.
|
String |
getRange()
Gets the value of the range property.
|
String |
getSubnetAddress()
Gets the value of the subnetAddress property.
|
Boolean |
isDhcpServerAvailable()
Gets the value of the dhcpServerAvailable property.
|
Boolean |
isIpPoolEnabled()
Gets the value of the ipPoolEnabled property.
|
void |
setDhcpServerAvailable(Boolean value)
Sets the value of the dhcpServerAvailable property.
|
void |
setGateway(String value)
Sets the value of the gateway property.
|
void |
setIpPoolEnabled(Boolean value)
Sets the value of the ipPoolEnabled property.
|
void |
setNetmask(String value)
Sets the value of the netmask property.
|
void |
setRange(String value)
Sets the value of the range property.
|
void |
setSubnetAddress(String value)
Sets the value of the subnetAddress property.
|
protected String subnetAddress
protected String netmask
protected String gateway
protected String range
protected Boolean dhcpServerAvailable
protected Boolean ipPoolEnabled
public String getSubnetAddress()
Stringpublic void setSubnetAddress(String value)
value - allowed object is
Stringpublic String getNetmask()
Stringpublic void setNetmask(String value)
value - allowed object is
Stringpublic String getGateway()
Stringpublic void setGateway(String value)
value - allowed object is
Stringpublic String getRange()
Stringpublic void setRange(String value)
value - allowed object is
Stringpublic List<String> getDns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dns property.
For example, to add a new item, do as follows:
getDns().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isDhcpServerAvailable()
Booleanpublic void setDhcpServerAvailable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIpPoolEnabled()
BooleanCopyright © 2018. All rights reserved.