A.48 create Tag

Creates a tag.

Syntax

create Tag name=value [ description=value ]

Description

This command creates a tag to identify and group objects.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name to identify the tag.

description=value

Optional description for the tag. value is a maximum of 4,000 characters.

Note

Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.

Examples

Example A.64 Creating a tag

OVM> create Tag name=MyTag description="My tag."

See Also