A.4 addAvailableVnic Vm

Adds an available VNIC to a virtual machine.

Syntax

addAvailableVnic Vm instance

Where instance is:

{ id=id | name=name }

Description

This command adds an available VNIC to a virtual machine. The VNIC to add does not need to be explicitly defined, and the next available unused VNIC is used.

Options

The following table shows the available options for this command.

Option

Description

{ id=id | name=name }

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

Examples

Example A.4 Adding the next available VNIC to a virtual machine

OVM> addAvailableVnic Vm name=MyVM

See Also