ExtendVirtualDiskRequestType
ExtendVirtualDiskRequestType
The parameters of ExtendVirtualDisk_Task.
JSON Example
{
"name": "string",
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"newCapacityKb": 0,
"eagerZero": false
}
string
name
Required
The name of the disk, either a datastore path or a URL referring to the virtual disk whose capacity should be expanded.
datacenter
Optional
If name
is a datastore path, the datacenter for
that datastore path. Not needed when invoked directly on ESX.
If not specified on a call to VirtualCenter,
name
must be a URL.
integer As int64
As int64
newCapacityKb
Required
The new capacty of the virtual disk in Kb.
boolean
eagerZero
Optional
If true, the extended part of the disk will be explicitly filled with zeroes.