public class DeviceBackedVirtualDiskSpec extends VirtualDiskSpec
Java class for DeviceBackedVirtualDiskSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceBackedVirtualDiskSpec">
<complexContent>
<extension base="{urn:vim25}VirtualDiskSpec">
<sequence>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
adapterType, diskType| Constructor and Description |
|---|
DeviceBackedVirtualDiskSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
getAdapterType, getDiskType, setAdapterType, setDiskTypeprotected String device
Copyright © 2018. All rights reserved.