IncreaseDirectorySizeRequestType
IncreaseDirectorySizeRequestType
The parameters of IncreaseDirectorySize.
Since: vSphere API Release 8.0.1.0
JSON Example
{
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"stableName": "string",
"size": 0
}
string
stableName
Required
stable vmfs path of the top-level directory
integer As int64 As int64
size
Required
the desired final size in MB of the directory, not a diff from the current size; should be more than current size
Availability
Added in vSphere API Release 8.0.1.0
Parameter To