A.81 edit ServerPoolNetworkPolicy

Edits a server pool network policy.

Syntax

edit ServerPoolNetworkPolicy instance [ policyEnable= { Yes | No } ] [ policyThreshold=value ] name=value [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a server pool network policy.

Options

The following table shows the available options for this command.

Option

Description

policyEnable= { Yes | No }

Set whether to enable the policy set in the policyMode option of the create ServerPool or edit ServerPool command.

policyThreshold=value

The percentage (%) of network bandwidth the policy uses to move virtual machines. value can be an integer between 0 and 100.

name=value

A name to identify the server pool network policy.

description=value

Optional description for the server pool network policy. value is a maximum of 4,000 characters.

Examples

Example A.106 Editing a server pool network policy

OVM> edit ServerPoolNetworkPolicy name=MyNetworkPolicy policyEnable=No name="My Network Policy"

See Also