54.75. 网络中继集
设置网络中继属性
使用方法:
openstack network trunk set [-h] [--name <name>]
[--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
表 54.302. 位置参数
| 值 | 概述 |
|---|---|
| <trunk> | 中继以修改(名称或 ID) |
表 54.303. 可选参数
| 值 | 概述 |
|---|---|
| -h, --help | 显示帮助信息并退出 |
| --name <name> | 设置中继名称 |
| --description <description> | 中继的描述 |
| --subport <port=,segmentation-type=,segmentation-id⇒ | 要添加的 Subport。子端口格式为 port=<name 或 ID>,segmentation-type=,segmentation-ID=(--subport)选项可以重复 |
| --enable | 启用中继 |
| --disable | 禁用中继 |