MoveVirtualDiskRequestType
MoveVirtualDiskRequestType
The parameters of MoveVirtualDisk_Task.
JSON Example
{
"sourceName": "string",
"sourceDatacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"destName": "string",
"destDatacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"force": false,
"profile": [
{
"_typeName": "string"
}
]
}
string
sourceName
Required
The name of the source, either a datastore path or a URL referring to the virtual disk to be moved.
sourceDatacenter
Optional
Reference to an instance of the Datacenter managed object.
string
destName
Required
The name of the destination, either a datastore path or a URL referring to the destination virtual disk.
boolean
force
Optional
If true, overwrite any indentically named disk at the destination. If not specified, it is assumed to be false
array of VirtualMachineProfileSpec
profile
Optional
User can specify new set of profile when moving virtual disk.