59.6. port unset
ポート属性の設定を解除します。
使用方法
openstack port unset [-h] [--fixed-ip subnet=<subnet>,ip-address=<ip-address>] [--binding-profile <binding-profile-key>] [--security-group <security-group>] [--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]] [--qos-policy] [--data-plane-status] [--tag <tag> | --all-tag] <port>
値 | 概要 |
---|---|
<port> | 変更するポート(名前または ID) |
値 | 概要 |
---|---|
-h, --help | ヘルプメッセージを表示して終了します。 |
--fixed-ip subnet=<subnet>,ip-address=<ip-address> | このポート(名前または id)から削除する必要のある ip やサブネット: subnet=<subnet>,ip- address=<ip-address>(複数のFixed IP アドレスの設定を解除する場合はオプションを繰り返し使用します) |
--binding-profile <binding-profile-key> | binding:profile から削除される必要のあるキー(複数の binding:profile データの設定を解除する場合はオプションを繰り返し使用します) |
--security-group <security-group> | このポートから削除する必要のあるセキュリティーグループ(名前または ID)(複数のセキュリティーグループの設定を解除する場合はオプションを繰り返し使用します) |
--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] | このポートから削除する必要のある許可アドレスペア:ip-address=<ip-address>[,mac- address=<mac-address>](複数の許可アドレスペアの設定を解除する場合はオプションを繰り返し使用します) |
--qos-policy | ポートに割り当てられた qos ポリシーを削除します。 |
--data-plane-status | データプレーンステータスの既存情報を消去します。 |
--tag <tag> | ポートから削除するタグ(複数のタグを削除する場合はオプションを繰り返し使用します) |
--all-tag | ポートに関連付けられたすべてのタグを消去します。 |