qos policy-group rename
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Rename a policy group
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The qos policy-group rename
command changes the name of an existing policy group.
Parameters
-policy-group <text>
- Policy Group Name-
Specifies the existing name of the policy group that you want to rename.
-new-name <text>
- New Policy Group Name-
Specifies the new name of the policy group. Policy group names must be unique and are restricted to 127 alphanumeric characters including underscores "_" and hyphens "-". Policy group names must start with an alphanumeric character.
Examples
cluster1::> qos policy-group rename -policy-group p1 -new-name p1_new
Renames the policy group from "p1" to "p1_new".