A.92 edit VmCloneNetworkMapping

Edits an existing network mapping for a virtual machine clone customizer.

Syntax

edit VmCloneNetworkMapping instance [ network=value ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

Edits an existing network mapping for a virtual machine clone customizer.

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

network=value

The name or ID value of an existing network.

name=value

A name to identify the clone network mapping.

description=value

Optional description for the clone network mapping object. 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=MyCloneNet.

Examples

Example A.117 Editing a virtual machine clone network mapping

OVM> edit VmCloneNetworkMapping name=MyCloneNet description="A clone network mapping"

See Also