A.59 edit AccessGroup

Edits an access group.

Syntax

edit AccessGroup instance [ name=value ] [ nameOnArray=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of an access group. Generic Oracle VM Storage Connect plug-ins are not supported with this command.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name for the access group.

nameOnArray=value

A name for the access group as known on the storage array.

description=value

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

{ id=value | name=value }

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

Examples

Example A.81 Changing the name of an access group

OVM> edit AccessGroup name=MyAccessGroup nameOnArray=MyNewName

See Also