ComputePoliciesTagUsageSummary

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


Properties

string
category_name Required

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


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 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
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.

JSON Example

{
	"category_name": "string",
	"policy": "string",
	"tag": "string",
	"tag_name": "string",
	"tag_type": "string"
}

Feedback

Was this page helpful?