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