ComputePoliciesTagUsageSummary
The TagUsage.Summary structure contains common information about a tag used by a policy.
Properties
Name of the category that has TagUsage.Summary.tag.
Identifier of the policy that uses the tag indicated by TagUsage.Summary.tag. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.compute.Policy. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.compute.Policy.
Identifier of the tag used by the policy indicated by TagUsage.Summary.policy. When clients pass a value of this structure as a parameter, the field TagUsage.Summary.tag-type must contain the actual resource type. When operations return a value of this structure as a result, the field TagUsage.Summary.tag-type will contain the actual resource type.
Name of the tag used by the policy indicated by TagUsage.Summary.policy.
Identifier of the tag type used by the policy indicated by TagUsage.Summary.policy. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.resource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.resource.
JSON Example
{
"category_name": "string",
"policy": "string",
"tag": "string",
"tag_name": "string",
"tag_type": "string"
}