Vm_Storage_Policy_UpdateSpec

Vm_Storage_Policy_UpdateSpec
Vm_Storage_Policy_UpdateSpec

The Policy.UpdateSpec structure describes the updates to be made to the storage policies associated with the virtual machine home and/or its virtual disks.

JSON Example
{
    "vm_home": {
        "type": "string",
        "policy": "string"
    },
    "disks": {
        "disks": {
            "type": "string",
            "policy": "string"
        }
    }
}
vm_home
Optional

The Policy.VmHomePolicySpec structure provides a specification for the storage policy to be associated with the virtual machine home's directory.

object
disks
Optional

Storage policy or policies to be used when reconfiguring virtual machine diks. if unset the current storage policy is retained. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.