public class DVPortSetting extends DynamicData
Java class for DVPortSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVPortSetting">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="blocked" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="vmDirectPathGen2Allowed" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="inShapingPolicy" type="{urn:vim25}DVSTrafficShapingPolicy" minOccurs="0"/>
<element name="outShapingPolicy" type="{urn:vim25}DVSTrafficShapingPolicy" minOccurs="0"/>
<element name="vendorSpecificConfig" type="{urn:vim25}DVSVendorSpecificConfig" minOccurs="0"/>
<element name="networkResourcePoolKey" type="{urn:vim25}StringPolicy" minOccurs="0"/>
<element name="filterPolicy" type="{urn:vim25}DvsFilterPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolPolicy |
blocked |
protected DvsFilterPolicy |
filterPolicy |
protected DVSTrafficShapingPolicy |
inShapingPolicy |
protected StringPolicy |
networkResourcePoolKey |
protected DVSTrafficShapingPolicy |
outShapingPolicy |
protected DVSVendorSpecificConfig |
vendorSpecificConfig |
protected BoolPolicy |
vmDirectPathGen2Allowed |
| Constructor and Description |
|---|
DVPortSetting() |
| Modifier and Type | Method and Description |
|---|---|
BoolPolicy |
getBlocked()
Gets the value of the blocked property.
|
DvsFilterPolicy |
getFilterPolicy()
Gets the value of the filterPolicy property.
|
DVSTrafficShapingPolicy |
getInShapingPolicy()
Gets the value of the inShapingPolicy property.
|
StringPolicy |
getNetworkResourcePoolKey()
Gets the value of the networkResourcePoolKey property.
|
DVSTrafficShapingPolicy |
getOutShapingPolicy()
Gets the value of the outShapingPolicy property.
|
DVSVendorSpecificConfig |
getVendorSpecificConfig()
Gets the value of the vendorSpecificConfig property.
|
BoolPolicy |
getVmDirectPathGen2Allowed()
Gets the value of the vmDirectPathGen2Allowed property.
|
void |
setBlocked(BoolPolicy value)
Sets the value of the blocked property.
|
void |
setFilterPolicy(DvsFilterPolicy value)
Sets the value of the filterPolicy property.
|
void |
setInShapingPolicy(DVSTrafficShapingPolicy value)
Sets the value of the inShapingPolicy property.
|
void |
setNetworkResourcePoolKey(StringPolicy value)
Sets the value of the networkResourcePoolKey property.
|
void |
setOutShapingPolicy(DVSTrafficShapingPolicy value)
Sets the value of the outShapingPolicy property.
|
void |
setVendorSpecificConfig(DVSVendorSpecificConfig value)
Sets the value of the vendorSpecificConfig property.
|
void |
setVmDirectPathGen2Allowed(BoolPolicy value)
Sets the value of the vmDirectPathGen2Allowed property.
|
protected BoolPolicy blocked
protected BoolPolicy vmDirectPathGen2Allowed
protected DVSTrafficShapingPolicy inShapingPolicy
protected DVSTrafficShapingPolicy outShapingPolicy
protected DVSVendorSpecificConfig vendorSpecificConfig
protected StringPolicy networkResourcePoolKey
protected DvsFilterPolicy filterPolicy
public BoolPolicy getBlocked()
BoolPolicypublic void setBlocked(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getVmDirectPathGen2Allowed()
BoolPolicypublic void setVmDirectPathGen2Allowed(BoolPolicy value)
value - allowed object is
BoolPolicypublic DVSTrafficShapingPolicy getInShapingPolicy()
DVSTrafficShapingPolicypublic void setInShapingPolicy(DVSTrafficShapingPolicy value)
value - allowed object is
DVSTrafficShapingPolicypublic DVSTrafficShapingPolicy getOutShapingPolicy()
DVSTrafficShapingPolicypublic void setOutShapingPolicy(DVSTrafficShapingPolicy value)
value - allowed object is
DVSTrafficShapingPolicypublic DVSVendorSpecificConfig getVendorSpecificConfig()
DVSVendorSpecificConfigpublic void setVendorSpecificConfig(DVSVendorSpecificConfig value)
value - allowed object is
DVSVendorSpecificConfigpublic StringPolicy getNetworkResourcePoolKey()
StringPolicypublic void setNetworkResourcePoolKey(StringPolicy value)
value - allowed object is
StringPolicypublic DvsFilterPolicy getFilterPolicy()
DvsFilterPolicypublic void setFilterPolicy(DvsFilterPolicy value)
value - allowed object is
DvsFilterPolicyCopyright © 2018. All rights reserved.