public class NetDhcpConfigSpecDhcpOptionsSpec extends DynamicData
Java class for NetDhcpConfigSpecDhcpOptionsSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetDhcpConfigSpecDhcpOptionsSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="config" type="{urn:vim25}KeyValue" maxOccurs="unbounded"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValue> |
config |
protected Boolean |
enable |
protected String |
operation |
| Constructor and Description |
|---|
NetDhcpConfigSpecDhcpOptionsSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
getConfig()
Gets the value of the config property.
|
String |
getOperation()
Gets the value of the operation property.
|
Boolean |
isEnable()
Gets the value of the enable property.
|
void |
setEnable(Boolean value)
Sets the value of the enable property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
public Boolean isEnable()
Booleanpublic void setEnable(Boolean value)
value - allowed object is
Booleanpublic List<KeyValue> getConfig()
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 config property.
For example, to add a new item, do as follows:
getConfig().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public String getOperation()
StringCopyright © 2018. All rights reserved.