public class IpPool extends DynamicData
Java class for IpPool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpPool">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipv4Config" type="{urn:vim25}IpPoolIpPoolConfigInfo" minOccurs="0"/>
<element name="ipv6Config" type="{urn:vim25}IpPoolIpPoolConfigInfo" minOccurs="0"/>
<element name="dnsDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dnsSearchPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="httpProxy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="networkAssociation" type="{urn:vim25}IpPoolAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element name="availableIpv4Addresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="availableIpv6Addresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="allocatedIpv4Addresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="allocatedIpv6Addresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allocatedIpv4Addresses |
protected Integer |
allocatedIpv6Addresses |
protected Integer |
availableIpv4Addresses |
protected Integer |
availableIpv6Addresses |
protected String |
dnsDomain |
protected String |
dnsSearchPath |
protected String |
hostPrefix |
protected String |
httpProxy |
protected Integer |
id |
protected IpPoolIpPoolConfigInfo |
ipv4Config |
protected IpPoolIpPoolConfigInfo |
ipv6Config |
protected String |
name |
protected List<IpPoolAssociation> |
networkAssociation |
| Constructor and Description |
|---|
IpPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocatedIpv4Addresses()
Gets the value of the allocatedIpv4Addresses property.
|
Integer |
getAllocatedIpv6Addresses()
Gets the value of the allocatedIpv6Addresses property.
|
Integer |
getAvailableIpv4Addresses()
Gets the value of the availableIpv4Addresses property.
|
Integer |
getAvailableIpv6Addresses()
Gets the value of the availableIpv6Addresses property.
|
String |
getDnsDomain()
Gets the value of the dnsDomain property.
|
String |
getDnsSearchPath()
Gets the value of the dnsSearchPath property.
|
String |
getHostPrefix()
Gets the value of the hostPrefix property.
|
String |
getHttpProxy()
Gets the value of the httpProxy property.
|
Integer |
getId()
Gets the value of the id property.
|
IpPoolIpPoolConfigInfo |
getIpv4Config()
Gets the value of the ipv4Config property.
|
IpPoolIpPoolConfigInfo |
getIpv6Config()
Gets the value of the ipv6Config property.
|
String |
getName()
Gets the value of the name property.
|
List<IpPoolAssociation> |
getNetworkAssociation()
Gets the value of the networkAssociation property.
|
void |
setAllocatedIpv4Addresses(Integer value)
Sets the value of the allocatedIpv4Addresses property.
|
void |
setAllocatedIpv6Addresses(Integer value)
Sets the value of the allocatedIpv6Addresses property.
|
void |
setAvailableIpv4Addresses(Integer value)
Sets the value of the availableIpv4Addresses property.
|
void |
setAvailableIpv6Addresses(Integer value)
Sets the value of the availableIpv6Addresses property.
|
void |
setDnsDomain(String value)
Sets the value of the dnsDomain property.
|
void |
setDnsSearchPath(String value)
Sets the value of the dnsSearchPath property.
|
void |
setHostPrefix(String value)
Sets the value of the hostPrefix property.
|
void |
setHttpProxy(String value)
Sets the value of the httpProxy property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setIpv4Config(IpPoolIpPoolConfigInfo value)
Sets the value of the ipv4Config property.
|
void |
setIpv6Config(IpPoolIpPoolConfigInfo value)
Sets the value of the ipv6Config property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Integer id
protected String name
protected IpPoolIpPoolConfigInfo ipv4Config
protected IpPoolIpPoolConfigInfo ipv6Config
protected String dnsDomain
protected String dnsSearchPath
protected String hostPrefix
protected String httpProxy
protected List<IpPoolAssociation> networkAssociation
protected Integer availableIpv4Addresses
protected Integer availableIpv6Addresses
protected Integer allocatedIpv4Addresses
protected Integer allocatedIpv6Addresses
public void setId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic IpPoolIpPoolConfigInfo getIpv4Config()
IpPoolIpPoolConfigInfopublic void setIpv4Config(IpPoolIpPoolConfigInfo value)
value - allowed object is
IpPoolIpPoolConfigInfopublic IpPoolIpPoolConfigInfo getIpv6Config()
IpPoolIpPoolConfigInfopublic void setIpv6Config(IpPoolIpPoolConfigInfo value)
value - allowed object is
IpPoolIpPoolConfigInfopublic String getDnsDomain()
Stringpublic void setDnsDomain(String value)
value - allowed object is
Stringpublic String getDnsSearchPath()
Stringpublic void setDnsSearchPath(String value)
value - allowed object is
Stringpublic String getHostPrefix()
Stringpublic void setHostPrefix(String value)
value - allowed object is
Stringpublic String getHttpProxy()
Stringpublic void setHttpProxy(String value)
value - allowed object is
Stringpublic List<IpPoolAssociation> getNetworkAssociation()
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 networkAssociation property.
For example, to add a new item, do as follows:
getNetworkAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
IpPoolAssociation
public Integer getAvailableIpv4Addresses()
Integerpublic void setAvailableIpv4Addresses(Integer value)
value - allowed object is
Integerpublic Integer getAvailableIpv6Addresses()
Integerpublic void setAvailableIpv6Addresses(Integer value)
value - allowed object is
Integerpublic Integer getAllocatedIpv4Addresses()
Integerpublic void setAllocatedIpv4Addresses(Integer value)
value - allowed object is
Integerpublic Integer getAllocatedIpv6Addresses()
IntegerCopyright © 2018. All rights reserved.