public class VirtualMachineVMCIDevice extends VirtualDevice
Java class for VirtualMachineVMCIDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineVMCIDevice">
<complexContent>
<extension base="{urn:vim25}VirtualDevice">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="allowUnrestrictedCommunication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="filterEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="filterInfo" type="{urn:vim25}VirtualMachineVMCIDeviceFilterInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowUnrestrictedCommunication |
protected Boolean |
filterEnable |
protected VirtualMachineVMCIDeviceFilterInfo |
filterInfo |
protected Long |
id |
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber| Constructor and Description |
|---|
VirtualMachineVMCIDevice() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineVMCIDeviceFilterInfo |
getFilterInfo()
Gets the value of the filterInfo property.
|
Long |
getId()
Gets the value of the id property.
|
Boolean |
isAllowUnrestrictedCommunication()
Gets the value of the allowUnrestrictedCommunication property.
|
Boolean |
isFilterEnable()
Gets the value of the filterEnable property.
|
void |
setAllowUnrestrictedCommunication(Boolean value)
Sets the value of the allowUnrestrictedCommunication property.
|
void |
setFilterEnable(Boolean value)
Sets the value of the filterEnable property.
|
void |
setFilterInfo(VirtualMachineVMCIDeviceFilterInfo value)
Sets the value of the filterInfo property.
|
void |
setId(Long value)
Sets the value of the id property.
|
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumberprotected Long id
protected Boolean allowUnrestrictedCommunication
protected Boolean filterEnable
protected VirtualMachineVMCIDeviceFilterInfo filterInfo
public void setId(Long value)
value - allowed object is
Longpublic Boolean isAllowUnrestrictedCommunication()
Booleanpublic void setAllowUnrestrictedCommunication(Boolean value)
value - allowed object is
Booleanpublic Boolean isFilterEnable()
Booleanpublic void setFilterEnable(Boolean value)
value - allowed object is
Booleanpublic VirtualMachineVMCIDeviceFilterInfo getFilterInfo()
VirtualMachineVMCIDeviceFilterInfopublic void setFilterInfo(VirtualMachineVMCIDeviceFilterInfo value)
value - allowed object is
VirtualMachineVMCIDeviceFilterInfoCopyright © 2018. All rights reserved.