vSphere Web Services API


Data Object - TagIdNameId(vim.TagId.NameId)

Property of
TagId
Extends
DynamicData
Since
vSphere API Release 9.1.0.0

Data Object Description

Specifies information required to uniquely identify a vSphere tag by its name. Names of tags within the scope of a given category are unique, but the names of tags belonging to two different categories can be same. Hence, to uniquely identify a tag by its name in a given vSphere, both tag name and its parent category's name are required.

Properties

Name Type Description
categoryxsd:string

Name of the vSphere category that this tag belongs to.
tagxsd:string

Name of the vSphere tag represented by this TagId.
Properties inherited from DynamicData
None

Show WSDL type definition