public class DistributedVirtualSwitchManagerHostDvsFilterSpec extends DynamicData
Java class for DistributedVirtualSwitchManagerHostDvsFilterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchManagerHostDvsFilterSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="inclusive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inclusive |
| Constructor and Description |
|---|
DistributedVirtualSwitchManagerHostDvsFilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInclusive()
Gets the value of the inclusive property.
|
void |
setInclusive(boolean value)
Sets the value of the inclusive property.
|
Copyright © 2018. All rights reserved.