public class HostIpConfig extends DynamicData
Java class for HostIpConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dhcp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subnetMask" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipV6Config" type="{urn:vim25}HostIpConfigIpV6AddressConfiguration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dhcp |
protected String |
ipAddress |
protected HostIpConfigIpV6AddressConfiguration |
ipV6Config |
protected String |
subnetMask |
| Constructor and Description |
|---|
HostIpConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
HostIpConfigIpV6AddressConfiguration |
getIpV6Config()
Gets the value of the ipV6Config property.
|
String |
getSubnetMask()
Gets the value of the subnetMask property.
|
boolean |
isDhcp()
Gets the value of the dhcp property.
|
void |
setDhcp(boolean value)
Sets the value of the dhcp property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setIpV6Config(HostIpConfigIpV6AddressConfiguration value)
Sets the value of the ipV6Config property.
|
void |
setSubnetMask(String value)
Sets the value of the subnetMask property.
|
protected boolean dhcp
protected String ipAddress
protected String subnetMask
protected HostIpConfigIpV6AddressConfiguration ipV6Config
public boolean isDhcp()
public void setDhcp(boolean value)
public String getIpAddress()
Stringpublic void setIpAddress(String value)
value - allowed object is
Stringpublic String getSubnetMask()
Stringpublic void setSubnetMask(String value)
value - allowed object is
Stringpublic HostIpConfigIpV6AddressConfiguration getIpV6Config()
HostIpConfigIpV6AddressConfigurationpublic void setIpV6Config(HostIpConfigIpV6AddressConfiguration value)
value - allowed object is
HostIpConfigIpV6AddressConfigurationCopyright © 2018. All rights reserved.