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