StoragePoliciesFilterSpec

The Policies.FilterSpec structure contains fields used to filter the results when listing the storage policies (see Policies.list)


Properties

array of string
policies Optional

Identifiers of storage policies that can match the filter. 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.

JSON Example

{
	"policies": [
		"string"
	]
}

Feedback

Was this page helpful?