vcenter storage policies: compatibility info

The compatibility_info structure contains info about a list of datastores compatible with a specific storage policy. This structure was added in vSphere API 6.7

Representation:

{
    "compatible_datastores"[
        {
            "datastore""obj-103"
        },
        {
            "datastore""obj-103"
        }
    ]
}

Attributes:

Name Type Description
Required
compatible_datastores compatible_datastore_info[] Info about a list of datastores compatible with a specific storage policy. This attribute was added in vSphere API 6.7