vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
|---|---|---|
| category | xsd:string |
Name of the vSphere category that this tag belongs to.
|
| tag | xsd:string |
Name of the vSphere tag represented by this TagId.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |