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