public class VirtualDiskConfigSpec extends VirtualDeviceConfigSpec
Java class for VirtualDiskConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskConfigSpec">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceConfigSpec">
<sequence>
<element name="diskMoveType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="migrateCache" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskMoveType |
protected Boolean |
migrateCache |
backing, device, fileOperation, operation, profile| Constructor and Description |
|---|
VirtualDiskConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskMoveType()
Gets the value of the diskMoveType property.
|
Boolean |
isMigrateCache()
Gets the value of the migrateCache property.
|
void |
setDiskMoveType(String value)
Sets the value of the diskMoveType property.
|
void |
setMigrateCache(Boolean value)
Sets the value of the migrateCache property.
|
getBacking, getDevice, getFileOperation, getOperation, getProfile, setBacking, setDevice, setFileOperation, setOperationpublic String getDiskMoveType()
Stringpublic void setDiskMoveType(String value)
value - allowed object is
Stringpublic Boolean isMigrateCache()
BooleanCopyright © 2018. All rights reserved.