TagId

TagId
TagId

Describes information required to uniquely identify a vSphere tag.

A vSphere tag can be either identified using its UUID or the combination of its name and its parent category's name.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "nameId": {
        "_typeName": "string",
        "tag": "string",
        "category": "string"
    },
    "uuid": "string"
}
nameId
Optional

Information about the name of the tag represented by this TagId.

If this field is specified in addition to uuid, then both uuid and nameId must belong to the same vSphere tag. If this field is left unset, then uuid must be specified.

string
uuid
Optional

The UUID of the vSphere tag represented by this TagId.

If this field is specified in addition to nameId, then both uuid and nameId must belong to the same vSphere tag. If this field is left unset, then nameId must be specified.