vcenter storage policies VM: info

The info structure contains information about a virtual machine and its virtual disks that are associated with the given storage policy. This structure was added in vSphere API 6.7

Representation:

{
    "disks"[
        "obj-103",
        "obj-103"
    ],
    "vm_home"true
}

Attributes:

Name Type Description
Required
vm_home boolean Flag to indicate whether or not the virtual machine home is associated with the given storage policy. This attribute was added in vSphere API 6.7

disks string[] List of the virtual disks that are associated with the given storage policy. This attribute was added in vSphere API 6.7

When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk.