vSphere Web Services API


Data Object - TagId(vim.TagId)

Property of
TagSpec, VmToVmGroupsAntiAffinity, VmVmAffinity, VmVmAntiAffinity
Extends
DynamicData
See also
TagIdNameId
Since
vSphere API Release 9.1.0.0

Data Object Description

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.

Properties

Name Type Description
nameId*TagIdNameId

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.
uuid*xsd:string

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.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition