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