public class VMwareVspanSession extends DynamicData
Java class for VMwareVspanSession complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareVspanSession">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sourcePortTransmitted" type="{urn:vim25}VMwareVspanPort" minOccurs="0"/>
<element name="sourcePortReceived" type="{urn:vim25}VMwareVspanPort" minOccurs="0"/>
<element name="destinationPort" type="{urn:vim25}VMwareVspanPort" minOccurs="0"/>
<element name="encapsulationVlanId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="stripOriginalVlan" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="mirroredPacketLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="normalTrafficAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sessionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="samplingRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="encapType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="erspanId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="erspanCOS" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="erspanGraNanosec" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected VMwareVspanPort |
destinationPort |
protected boolean |
enabled |
protected Integer |
encapsulationVlanId |
protected String |
encapType |
protected Integer |
erspanCOS |
protected Boolean |
erspanGraNanosec |
protected Integer |
erspanId |
protected String |
key |
protected Integer |
mirroredPacketLength |
protected String |
name |
protected boolean |
normalTrafficAllowed |
protected Integer |
samplingRate |
protected String |
sessionType |
protected VMwareVspanPort |
sourcePortReceived |
protected VMwareVspanPort |
sourcePortTransmitted |
protected boolean |
stripOriginalVlan |
| Constructor and Description |
|---|
VMwareVspanSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
VMwareVspanPort |
getDestinationPort()
Gets the value of the destinationPort property.
|
Integer |
getEncapsulationVlanId()
Gets the value of the encapsulationVlanId property.
|
String |
getEncapType()
Gets the value of the encapType property.
|
Integer |
getErspanCOS()
Gets the value of the erspanCOS property.
|
Integer |
getErspanId()
Gets the value of the erspanId property.
|
String |
getKey()
Gets the value of the key property.
|
Integer |
getMirroredPacketLength()
Gets the value of the mirroredPacketLength property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getSamplingRate()
Gets the value of the samplingRate property.
|
String |
getSessionType()
Gets the value of the sessionType property.
|
VMwareVspanPort |
getSourcePortReceived()
Gets the value of the sourcePortReceived property.
|
VMwareVspanPort |
getSourcePortTransmitted()
Gets the value of the sourcePortTransmitted property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isErspanGraNanosec()
Gets the value of the erspanGraNanosec property.
|
boolean |
isNormalTrafficAllowed()
Gets the value of the normalTrafficAllowed property.
|
boolean |
isStripOriginalVlan()
Gets the value of the stripOriginalVlan property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDestinationPort(VMwareVspanPort value)
Sets the value of the destinationPort property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setEncapsulationVlanId(Integer value)
Sets the value of the encapsulationVlanId property.
|
void |
setEncapType(String value)
Sets the value of the encapType property.
|
void |
setErspanCOS(Integer value)
Sets the value of the erspanCOS property.
|
void |
setErspanGraNanosec(Boolean value)
Sets the value of the erspanGraNanosec property.
|
void |
setErspanId(Integer value)
Sets the value of the erspanId property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMirroredPacketLength(Integer value)
Sets the value of the mirroredPacketLength property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNormalTrafficAllowed(boolean value)
Sets the value of the normalTrafficAllowed property.
|
void |
setSamplingRate(Integer value)
Sets the value of the samplingRate property.
|
void |
setSessionType(String value)
Sets the value of the sessionType property.
|
void |
setSourcePortReceived(VMwareVspanPort value)
Sets the value of the sourcePortReceived property.
|
void |
setSourcePortTransmitted(VMwareVspanPort value)
Sets the value of the sourcePortTransmitted property.
|
void |
setStripOriginalVlan(boolean value)
Sets the value of the stripOriginalVlan property.
|
protected String key
protected String name
protected String description
protected boolean enabled
protected VMwareVspanPort sourcePortTransmitted
protected VMwareVspanPort sourcePortReceived
protected VMwareVspanPort destinationPort
protected Integer encapsulationVlanId
protected boolean stripOriginalVlan
protected Integer mirroredPacketLength
protected boolean normalTrafficAllowed
protected String sessionType
protected Integer samplingRate
protected String encapType
protected Integer erspanId
protected Integer erspanCOS
protected Boolean erspanGraNanosec
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public VMwareVspanPort getSourcePortTransmitted()
VMwareVspanPortpublic void setSourcePortTransmitted(VMwareVspanPort value)
value - allowed object is
VMwareVspanPortpublic VMwareVspanPort getSourcePortReceived()
VMwareVspanPortpublic void setSourcePortReceived(VMwareVspanPort value)
value - allowed object is
VMwareVspanPortpublic VMwareVspanPort getDestinationPort()
VMwareVspanPortpublic void setDestinationPort(VMwareVspanPort value)
value - allowed object is
VMwareVspanPortpublic Integer getEncapsulationVlanId()
Integerpublic void setEncapsulationVlanId(Integer value)
value - allowed object is
Integerpublic boolean isStripOriginalVlan()
public void setStripOriginalVlan(boolean value)
public Integer getMirroredPacketLength()
Integerpublic void setMirroredPacketLength(Integer value)
value - allowed object is
Integerpublic boolean isNormalTrafficAllowed()
public void setNormalTrafficAllowed(boolean value)
public String getSessionType()
Stringpublic void setSessionType(String value)
value - allowed object is
Stringpublic Integer getSamplingRate()
Integerpublic void setSamplingRate(Integer value)
value - allowed object is
Integerpublic String getEncapType()
Stringpublic void setEncapType(String value)
value - allowed object is
Stringpublic Integer getErspanId()
Integerpublic void setErspanId(Integer value)
value - allowed object is
Integerpublic Integer getErspanCOS()
Integerpublic void setErspanCOS(Integer value)
value - allowed object is
Integerpublic Boolean isErspanGraNanosec()
BooleanCopyright © 2018. All rights reserved.