A.63 edit AssemblyVm

Edits a virtual machine in an assembly.

Syntax

edit AssemblyVm instance [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a virtual machine in an assembly. You cannot delete an AssemblyVm object. You can only delete it by deleting the assembly itself.

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 to identify the assembly virtual machine.

description=value

Optional description for the assembly virtual machine. 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=MyAssemblyVM.

Examples

Example A.85 Editing an assembly virtual machine

OVM> edit AssemblyVm name=MyAssemblyVM description='Oracle Linux Release 6'

See Also