public class GuestStackInfo extends DynamicData
Java class for GuestStackInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestStackInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dnsConfig" type="{urn:vim25}NetDnsConfigInfo" minOccurs="0"/>
<element name="ipRouteConfig" type="{urn:vim25}NetIpRouteConfigInfo" minOccurs="0"/>
<element name="ipStackConfig" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="dhcpConfig" type="{urn:vim25}NetDhcpConfigInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetDhcpConfigInfo |
dhcpConfig |
protected NetDnsConfigInfo |
dnsConfig |
protected NetIpRouteConfigInfo |
ipRouteConfig |
protected List<KeyValue> |
ipStackConfig |
| Constructor and Description |
|---|
GuestStackInfo() |
| Modifier and Type | Method and Description |
|---|---|
NetDhcpConfigInfo |
getDhcpConfig()
Gets the value of the dhcpConfig property.
|
NetDnsConfigInfo |
getDnsConfig()
Gets the value of the dnsConfig property.
|
NetIpRouteConfigInfo |
getIpRouteConfig()
Gets the value of the ipRouteConfig property.
|
List<KeyValue> |
getIpStackConfig()
Gets the value of the ipStackConfig property.
|
void |
setDhcpConfig(NetDhcpConfigInfo value)
Sets the value of the dhcpConfig property.
|
void |
setDnsConfig(NetDnsConfigInfo value)
Sets the value of the dnsConfig property.
|
void |
setIpRouteConfig(NetIpRouteConfigInfo value)
Sets the value of the ipRouteConfig property.
|
protected NetDnsConfigInfo dnsConfig
protected NetIpRouteConfigInfo ipRouteConfig
protected NetDhcpConfigInfo dhcpConfig
public NetDnsConfigInfo getDnsConfig()
NetDnsConfigInfopublic void setDnsConfig(NetDnsConfigInfo value)
value - allowed object is
NetDnsConfigInfopublic NetIpRouteConfigInfo getIpRouteConfig()
NetIpRouteConfigInfopublic void setIpRouteConfig(NetIpRouteConfigInfo value)
value - allowed object is
NetIpRouteConfigInfopublic List<KeyValue> getIpStackConfig()
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 ipStackConfig property.
For example, to add a new item, do as follows:
getIpStackConfig().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public NetDhcpConfigInfo getDhcpConfig()
NetDhcpConfigInfopublic void setDhcpConfig(NetDhcpConfigInfo value)
value - allowed object is
NetDhcpConfigInfoCopyright © 2018. All rights reserved.