com.vmware.cis.tagging
component provides methods and classes to
attach metadata, by means of tags, to vSphere objects to make these objects more
sortable and searchable.See: Description
Interface | Description |
---|---|
Category |
The
Category interface provides methods to create, read, update, delete,
and enumerate categories. |
CategoryTypes |
Defines the data types of the
Category
API service. |
Tag |
The
Tag interface provides methods to create, read, update, delete, and
enumerate tags. |
TagAssociation |
The
TagAssociation interface provides methods to attach, detach, and
query tags. |
TagAssociationTypes |
Defines the data types of the
TagAssociation
API service. |
TagTypes |
Defines the data types of the
Tag
API service. |
Class | Description |
---|---|
CategoryDefinitions |
Defines the type descriptors for the
Category
API service. |
CategoryModel |
The
CategoryModel class defines a category that is used to group one or
more tags. |
CategoryModel.Builder |
Builder class for
CategoryModel . |
CategoryModel.Cardinality |
The
Cardinality enumeration class defines the number of tags in a
category that can be assigned to an object. |
CategoryStub |
Remote stub implementation of the
Category
API service. |
CategoryTypes.CreateSpec |
The
CreateSpec class is used to create a category. |
CategoryTypes.CreateSpec.Builder |
Builder class for
CategoryTypes.CreateSpec . |
CategoryTypes.UpdateSpec |
The
UpdateSpec class describes the updates to be made to an existing
category. |
CategoryTypes.UpdateSpec.Builder |
Builder class for
CategoryTypes.UpdateSpec . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.cis.tagging package. |
TagAssociationDefinitions |
Defines the type descriptors for the
TagAssociation
API service. |
TagAssociationStub |
Remote stub implementation of the
TagAssociation
API service. |
TagAssociationTypes.BatchResult |
The
BatchResult class describes the result of performing the same method
on several tags or objects in a single invocation. |
TagAssociationTypes.BatchResult.Builder |
Builder class for
TagAssociationTypes.BatchResult . |
TagAssociationTypes.ObjectToTags |
The
ObjectToTags class describes an object and its related tags. |
TagAssociationTypes.ObjectToTags.Builder |
Builder class for
TagAssociationTypes.ObjectToTags . |
TagAssociationTypes.TagToObjects |
The
TagToObjects class describes a tag and its related objects. |
TagAssociationTypes.TagToObjects.Builder |
Builder class for
TagAssociationTypes.TagToObjects . |
TagDefinitions |
Defines the type descriptors for the
Tag
API service. |
TagModel |
The
TagModel class defines a tag that can be attached to vSphere
objects. |
TagModel.Builder |
Builder class for
TagModel . |
TagStub |
Remote stub implementation of the
Tag
API service. |
TagTypes.CreateSpec |
The
CreateSpec class describes a tag. |
TagTypes.CreateSpec.Builder |
Builder class for
TagTypes.CreateSpec . |
TagTypes.UpdateSpec |
The
UpdateSpec class describes the updates to be made to an existing
tag. |
TagTypes.UpdateSpec.Builder |
Builder class for
TagTypes.UpdateSpec . |
Enum | Description |
---|---|
CategoryModel.Cardinality.Values |
Native Java
enum representing this enumeration class. |
com.vmware.cis.tagging
component provides methods and classes to
attach metadata, by means of tags, to vSphere objects to make these objects more
sortable and searchable. You can use it to create, manage, and enumerate tags
and their categories (the group a tag belongs to). You can also query the
attached tags and attached objects.