public class NetDhcpConfigInfo extends DynamicData
Java class for NetDhcpConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetDhcpConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipv6" type="{urn:vim25}NetDhcpConfigInfoDhcpOptions" minOccurs="0"/>
<element name="ipv4" type="{urn:vim25}NetDhcpConfigInfoDhcpOptions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetDhcpConfigInfoDhcpOptions |
ipv4 |
protected NetDhcpConfigInfoDhcpOptions |
ipv6 |
| Constructor and Description |
|---|
NetDhcpConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
NetDhcpConfigInfoDhcpOptions |
getIpv4()
Gets the value of the ipv4 property.
|
NetDhcpConfigInfoDhcpOptions |
getIpv6()
Gets the value of the ipv6 property.
|
void |
setIpv4(NetDhcpConfigInfoDhcpOptions value)
Sets the value of the ipv4 property.
|
void |
setIpv6(NetDhcpConfigInfoDhcpOptions value)
Sets the value of the ipv6 property.
|
protected NetDhcpConfigInfoDhcpOptions ipv6
protected NetDhcpConfigInfoDhcpOptions ipv4
public NetDhcpConfigInfoDhcpOptions getIpv6()
NetDhcpConfigInfoDhcpOptionspublic void setIpv6(NetDhcpConfigInfoDhcpOptions value)
value - allowed object is
NetDhcpConfigInfoDhcpOptionspublic NetDhcpConfigInfoDhcpOptions getIpv4()
NetDhcpConfigInfoDhcpOptionspublic void setIpv4(NetDhcpConfigInfoDhcpOptions value)
value - allowed object is
NetDhcpConfigInfoDhcpOptionsCopyright © 2018. All rights reserved.