public class VirtualCdromRemotePassthroughBackingOption extends VirtualDeviceRemoteDeviceBackingOption
Java class for VirtualCdromRemotePassthroughBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualCdromRemotePassthroughBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceRemoteDeviceBackingOption">
<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 |
|---|
VirtualCdromRemotePassthroughBackingOption() |
| 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 VirtualCdromRemotePassthroughBackingOption()
public BoolOption getExclusive()
BoolOptionpublic void setExclusive(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.