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