public class DvsUpdateTagNetworkRuleAction extends DvsNetworkRuleAction
Java class for DvsUpdateTagNetworkRuleAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsUpdateTagNetworkRuleAction">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleAction">
<sequence>
<element name="qosTag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="dscpTag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dscpTag |
protected Integer |
qosTag |
| Constructor and Description |
|---|
DvsUpdateTagNetworkRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDscpTag()
Gets the value of the dscpTag property.
|
Integer |
getQosTag()
Gets the value of the qosTag property.
|
void |
setDscpTag(Integer value)
Sets the value of the dscpTag property.
|
void |
setQosTag(Integer value)
Sets the value of the qosTag property.
|
public Integer getQosTag()
Integerpublic void setQosTag(Integer value)
value - allowed object is
Integerpublic Integer getDscpTag()
IntegerCopyright © 2018. All rights reserved.