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