vcenter storage policies: filter spec

The filter_spec structure contains fields used to filter the results when listing the storage policies (see list). This structure was added in vSphere API 6.7

Representation:

{
    "policies"[
        "obj-103",
        "obj-103"
    ]
}

Attributes:

Name Type Description
Optional
policies string[] Identifiers of storage policies that can match the filter. This attribute was added in vSphere API 6.7

Optional. If unset or empty, storage policies with any identifiers match the filter.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.StoragePolicy. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.StoragePolicy.