Vcenter Tagging Associations TagSpec

Vcenter Tagging Associations TagSpec
Vcenter Tagging Associations TagSpec

Represents a tag specification for an operation to be performed with optional Cis Tagging Tag and/or Vcenter Tagging Associations TagCategoryNameInfo.

At least one of Cis Tagging Tag or Vcenter Tagging Associations TagCategoryNameInfo should be provided. If both are specified, Vcenter Tagging Associations TagCategoryNameInfo must refer to the same Cis Tagging Tag. If Cis Tagging Tag and Vcenter Tagging Associations TagCategoryNameInfo are missing or null, the update operation will throw an Vapi Std Errors InvalidArgument.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "operation": "string",
    "tag_id": "string",
    "tag_category_name_info": {
        "tag_name": "string",
        "category_name": "string"
    }
}
string
operation
Required

The desired operation that will be applied to the resource.

For more information see: Vcenter Tagging Associations Operation.

This property was added in vSphere API 9.1.0.0.

string
tag_id
Optional

This property was added in vSphere API 9.1.0.0.

Tag identifier involved.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Tag.

tag_category_name_info
Optional

This property was added in vSphere API 9.1.0.0.

Tag by name and category involved.