A.22 clearVmRcvdMessage

Clears a key/value pair message received by a running virtual machine.

Syntax

clearVmRcvdMessage Vm instance key=value

Where instance is:

{ id=value | name=value }

Description

This command clears a key/value pair message received by a running virtual machine.

Options

The following table shows the available options for this command.

Option

Description

key=value

The name or ID of the message key.

{ id=value | name=value }

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

Examples

Example A.29 Clearing a message received by a virtual machine

OVM> clearVmRcvdMessage Vm name=MyVm key="com.oracle.linux.network.device.0"

See Also