public class VMwareDVSVspanConfigSpec extends DynamicData
Java class for VMwareDVSVspanConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSVspanConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vspanSession" type="{urn:vim25}VMwareVspanSession"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operation |
protected VMwareVspanSession |
vspanSession |
| Constructor and Description |
|---|
VMwareDVSVspanConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Gets the value of the operation property.
|
VMwareVspanSession |
getVspanSession()
Gets the value of the vspanSession property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setVspanSession(VMwareVspanSession value)
Sets the value of the vspanSession property.
|
protected VMwareVspanSession vspanSession
protected String operation
public VMwareVspanSession getVspanSession()
VMwareVspanSessionpublic void setVspanSession(VMwareVspanSession value)
value - allowed object is
VMwareVspanSessionpublic String getOperation()
StringCopyright © 2018. All rights reserved.