public class DVSCapability extends DynamicData
Java class for DVSCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dvsOperationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dvPortGroupOperationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dvPortOperationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="compatibleHostComponentProductInfo" type="{urn:vim25}DistributedVirtualSwitchHostProductSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="featuresSupported" type="{urn:vim25}DVSFeatureCapability" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DistributedVirtualSwitchHostProductSpec> |
compatibleHostComponentProductInfo |
protected Boolean |
dvPortGroupOperationSupported |
protected Boolean |
dvPortOperationSupported |
protected Boolean |
dvsOperationSupported |
protected DVSFeatureCapability |
featuresSupported |
| Constructor and Description |
|---|
DVSCapability() |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedVirtualSwitchHostProductSpec> |
getCompatibleHostComponentProductInfo()
Gets the value of the compatibleHostComponentProductInfo property.
|
DVSFeatureCapability |
getFeaturesSupported()
Gets the value of the featuresSupported property.
|
Boolean |
isDvPortGroupOperationSupported()
Gets the value of the dvPortGroupOperationSupported property.
|
Boolean |
isDvPortOperationSupported()
Gets the value of the dvPortOperationSupported property.
|
Boolean |
isDvsOperationSupported()
Gets the value of the dvsOperationSupported property.
|
void |
setDvPortGroupOperationSupported(Boolean value)
Sets the value of the dvPortGroupOperationSupported property.
|
void |
setDvPortOperationSupported(Boolean value)
Sets the value of the dvPortOperationSupported property.
|
void |
setDvsOperationSupported(Boolean value)
Sets the value of the dvsOperationSupported property.
|
void |
setFeaturesSupported(DVSFeatureCapability value)
Sets the value of the featuresSupported property.
|
protected Boolean dvsOperationSupported
protected Boolean dvPortGroupOperationSupported
protected Boolean dvPortOperationSupported
protected List<DistributedVirtualSwitchHostProductSpec> compatibleHostComponentProductInfo
protected DVSFeatureCapability featuresSupported
public Boolean isDvsOperationSupported()
Booleanpublic void setDvsOperationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isDvPortGroupOperationSupported()
Booleanpublic void setDvPortGroupOperationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isDvPortOperationSupported()
Booleanpublic void setDvPortOperationSupported(Boolean value)
value - allowed object is
Booleanpublic List<DistributedVirtualSwitchHostProductSpec> getCompatibleHostComponentProductInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compatibleHostComponentProductInfo property.
For example, to add a new item, do as follows:
getCompatibleHostComponentProductInfo().add(newItem);
Objects of the following type(s) are allowed in the list
DistributedVirtualSwitchHostProductSpec
public DVSFeatureCapability getFeaturesSupported()
DVSFeatureCapabilitypublic void setFeaturesSupported(DVSFeatureCapability value)
value - allowed object is
DVSFeatureCapabilityCopyright © 2018. All rights reserved.