43.69. network trunk set
ネットワークトランクの属性を設定します。
使用方法
openstack network trunk set [-h] [--name <name>] [--description <description>] [--subport <port=,segmentation-type=,segmentation-id=>] [--enable | --disable] <trunk>
値 | 概要 |
---|---|
<trunk> | 変更するトランク (名前または ID) |
値 | 概要 |
---|---|
--description <description> | トランクの説明 |
--enable | トランクを有効にします。 |
--name <name> | トランク名を設定します。 |
--subport <port=,segmentation-type=,segmentation-id⇒ | 追加するサブポート。サブポートの形式は port=<name or ID>,segmentation-type=,segmentation-ID= で、(--subport) オプションは繰り返し使用できます。 |
-h, --help | ヘルプメッセージを表示して終了します。 |
--disable | トランクを無効にします。 |