ComputePoliciesTagUsageFilterSpec
The TagUsage.FilterSpec structure contains fields used to filter the results when listing the tags used by policies as available in this vCenter server (see TagUsage.list). If multiple fields are specified, only the tags used by policies that match an element of each field match the filter.
Properties
Identifiers that compute policies must have to match the filter. If unset or empty, then tags used by any policy match this filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.compute.Policy. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.compute.Policy.
Identifiers that tag types must have to match the filter. If unset or empty, then tags of any type match this filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.resource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.resource.
Identifiers that tags must have to match the filter. If unset or empty, then tags with any tag identifier match this filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.cis.tagging.Tag.
JSON Example
{
"policies": [
"string"
],
"tag_types": [
"string"
],
"tags": [
"string"
]
}