public class VirtualMachineVMCIDeviceOption extends VirtualDeviceOption
Java class for VirtualMachineVMCIDeviceOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineVMCIDeviceOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="allowUnrestrictedCommunication" type="{urn:vim25}BoolOption"/>
<element name="filterSpecOption" type="{urn:vim25}VirtualMachineVMCIDeviceOptionFilterSpecOption" minOccurs="0"/>
<element name="filterSupported" type="{urn:vim25}BoolOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolOption |
allowUnrestrictedCommunication |
protected VirtualMachineVMCIDeviceOptionFilterSpecOption |
filterSpecOption |
protected BoolOption |
filterSupported |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualMachineVMCIDeviceOption() |
| Modifier and Type | Method and Description |
|---|---|
BoolOption |
getAllowUnrestrictedCommunication()
Gets the value of the allowUnrestrictedCommunication property.
|
VirtualMachineVMCIDeviceOptionFilterSpecOption |
getFilterSpecOption()
Gets the value of the filterSpecOption property.
|
BoolOption |
getFilterSupported()
Gets the value of the filterSupported property.
|
void |
setAllowUnrestrictedCommunication(BoolOption value)
Sets the value of the allowUnrestrictedCommunication property.
|
void |
setFilterSpecOption(VirtualMachineVMCIDeviceOptionFilterSpecOption value)
Sets the value of the filterSpecOption property.
|
void |
setFilterSupported(BoolOption value)
Sets the value of the filterSupported property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected BoolOption allowUnrestrictedCommunication
protected VirtualMachineVMCIDeviceOptionFilterSpecOption filterSpecOption
protected BoolOption filterSupported
public BoolOption getAllowUnrestrictedCommunication()
BoolOptionpublic void setAllowUnrestrictedCommunication(BoolOption value)
value - allowed object is
BoolOptionpublic VirtualMachineVMCIDeviceOptionFilterSpecOption getFilterSpecOption()
VirtualMachineVMCIDeviceOptionFilterSpecOptionpublic void setFilterSpecOption(VirtualMachineVMCIDeviceOptionFilterSpecOption value)
value - allowed object is
VirtualMachineVMCIDeviceOptionFilterSpecOptionpublic BoolOption getFilterSupported()
BoolOptionpublic void setFilterSupported(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.