Compute_Policies_TagUsage_Summary

Compute_Policies_TagUsage_Summary
Compute_Policies_TagUsage_Summary

The TagUsage.Summary structure contains common information about a tag used by a policy.

JSON Example
{
    "policy": "string",
    "tag_type": "string",
    "tag": "string",
    "tag_name": "string",
    "category_name": "string"
}
string
policy
Required

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.

string
tag_type
Required

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.

string
tag
Required

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.

string
tag_name
Required

Name of the tag used by the policy indicated by TagUsage.Summary.policy.

string
category_name
Required

Name of the category that has TagUsage.Summary.tag.