public class HostIpConfigIpV6AddressConfiguration extends DynamicData
Java class for HostIpConfigIpV6AddressConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpConfigIpV6AddressConfiguration">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipV6Address" type="{urn:vim25}HostIpConfigIpV6Address" maxOccurs="unbounded" minOccurs="0"/>
<element name="autoConfigurationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dhcpV6Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoConfigurationEnabled |
protected Boolean |
dhcpV6Enabled |
protected List<HostIpConfigIpV6Address> |
ipV6Address |
| Constructor and Description |
|---|
HostIpConfigIpV6AddressConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<HostIpConfigIpV6Address> |
getIpV6Address()
Gets the value of the ipV6Address property.
|
Boolean |
isAutoConfigurationEnabled()
Gets the value of the autoConfigurationEnabled property.
|
Boolean |
isDhcpV6Enabled()
Gets the value of the dhcpV6Enabled property.
|
void |
setAutoConfigurationEnabled(Boolean value)
Sets the value of the autoConfigurationEnabled property.
|
void |
setDhcpV6Enabled(Boolean value)
Sets the value of the dhcpV6Enabled property.
|
protected List<HostIpConfigIpV6Address> ipV6Address
protected Boolean autoConfigurationEnabled
protected Boolean dhcpV6Enabled
public HostIpConfigIpV6AddressConfiguration()
public List<HostIpConfigIpV6Address> getIpV6Address()
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 ipV6Address property.
For example, to add a new item, do as follows:
getIpV6Address().add(newItem);
Objects of the following type(s) are allowed in the list
HostIpConfigIpV6Address
public Boolean isAutoConfigurationEnabled()
Booleanpublic void setAutoConfigurationEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isDhcpV6Enabled()
BooleanCopyright © 2018. All rights reserved.