public class HostDhcpServiceConfig extends DynamicData
Java class for HostDhcpServiceConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDhcpServiceConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="changeOperation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spec" type="{urn:vim25}HostDhcpServiceSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeOperation |
protected String |
key |
protected HostDhcpServiceSpec |
spec |
| Constructor and Description |
|---|
HostDhcpServiceConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeOperation()
Gets the value of the changeOperation property.
|
String |
getKey()
Gets the value of the key property.
|
HostDhcpServiceSpec |
getSpec()
Gets the value of the spec property.
|
void |
setChangeOperation(String value)
Sets the value of the changeOperation property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setSpec(HostDhcpServiceSpec value)
Sets the value of the spec property.
|
protected String changeOperation
protected String key
protected HostDhcpServiceSpec spec
public String getChangeOperation()
Stringpublic void setChangeOperation(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic HostDhcpServiceSpec getSpec()
HostDhcpServiceSpecpublic void setSpec(HostDhcpServiceSpec value)
value - allowed object is
HostDhcpServiceSpecCopyright © 2018. All rights reserved.