4.19. tag
tag リソース種別は、Red Hat Virtualization 環境のすべてのタグをグループ化します。
| Name | 型 | 説明 | 必須 | User Creatable | ユーザーアップデータ可能 |
|---|---|---|---|---|---|
--name
|
string
|
タグの名前。
|
はい
|
はい
|
はい
|
--description
|
string
|
文字列の説明。
|
はい
|
はい
|
はい
|
--parent-name
|
string
|
タグが割り当てられている親タグへの参照。
|
はい
|
はい
|
はい
|
例4.40 新しいタグの作成
[RHEVM shell (connected)]# add tag --name MyTag --description "A virtual machine tag" --parent MyParentTag
[RHEVM shell (connected)]# add tag --name MyTag --description "A virtual machine tag" --parent MyParentTag