public class VirtualCdromPassthroughBackingOption extends VirtualDeviceDeviceBackingOption
Java class for VirtualCdromPassthroughBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualCdromPassthroughBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingOption">
<sequence>
<element name="exclusive" type="{urn:vim25}BoolOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolOption |
exclusive |
autoDetectAvailabletype| Constructor and Description |
|---|
VirtualCdromPassthroughBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
BoolOption |
getExclusive()
Gets the value of the exclusive property.
|
void |
setExclusive(BoolOption value)
Sets the value of the exclusive property.
|
getAutoDetectAvailable, setAutoDetectAvailablegetType, setTypeprotected BoolOption exclusive
public VirtualCdromPassthroughBackingOption()
public BoolOption getExclusive()
BoolOptionpublic void setExclusive(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.