public class CustomizationIPSettingsIpV6AddressSpec extends DynamicData
Java class for CustomizationIPSettingsIpV6AddressSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationIPSettingsIpV6AddressSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ip" type="{urn:vim25}CustomizationIpV6Generator" maxOccurs="unbounded"/>
<element name="gateway" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
gateway |
protected List<CustomizationIpV6Generator> |
ip |
| Constructor and Description |
|---|
CustomizationIPSettingsIpV6AddressSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGateway()
Gets the value of the gateway property.
|
List<CustomizationIpV6Generator> |
getIp()
Gets the value of the ip property.
|
protected List<CustomizationIpV6Generator> ip
public CustomizationIPSettingsIpV6AddressSpec()
public List<CustomizationIpV6Generator> getIp()
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 ip property.
For example, to add a new item, do as follows:
getIp().add(newItem);
Objects of the following type(s) are allowed in the list
CustomizationIpV6Generator
public List<String> getGateway()
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 gateway property.
For example, to add a new item, do as follows:
getGateway().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.