public class DvsSystemTrafficNetworkRuleQualifier extends DvsNetworkRuleQualifier
Java class for DvsSystemTrafficNetworkRuleQualifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsSystemTrafficNetworkRuleQualifier">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleQualifier">
<sequence>
<element name="typeOfSystemTraffic" type="{urn:vim25}StringExpression" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StringExpression |
typeOfSystemTraffic |
key| Constructor and Description |
|---|
DvsSystemTrafficNetworkRuleQualifier() |
| Modifier and Type | Method and Description |
|---|---|
StringExpression |
getTypeOfSystemTraffic()
Gets the value of the typeOfSystemTraffic property.
|
void |
setTypeOfSystemTraffic(StringExpression value)
Sets the value of the typeOfSystemTraffic property.
|
getKey, setKeyprotected StringExpression typeOfSystemTraffic
public DvsSystemTrafficNetworkRuleQualifier()
public StringExpression getTypeOfSystemTraffic()
StringExpressionpublic void setTypeOfSystemTraffic(StringExpression value)
value - allowed object is
StringExpressionCopyright © 2018. All rights reserved.