VmHardwareDiskUpdateSpec
The Disk.UpdateSpec structure describes the updates to be made to the configuration of a virtual disk.
Properties
backing
Optional
Physical resource backing for the virtual disk. This field may only be modified if the virtual machine is not powered on.
If unset, the value is unchanged.
JSON Example
{
"backing": {
"type": "VMDK_FILE",
"vmdk_file": "string"
}
}