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