A.14 add Tag

Adds a tag to an object.

Syntax

add Tag instance to { Server | ServerPool | Vm } instance

Where instance is:

{ id=value | name=value }

Description

This command adds a tag used to identify and group objects to an object.

Options

The following table shows the available options for this command.

Option

Description

{ Server | ServerPool | Vm }

The object on which to add the tag.

{ id=value | name=value }

The instance of the object using either the id or name option, for example name=MyTag.

Examples

Example A.19 Adding a tag to a server pool

OVM> add Tag name=MyTag to ServerPool name=MyServerPool

See Also