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.
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.