47.44. LoadBalancer 侦听程序取消设置
清除监听程序设置
使用方法:
openstack loadbalancer listener unset [-h] [--name] [--description] [--connection-limit] [--default-pool] [--default-tls-container-ref] [--sni-container-refs] [--insert-headers] [--timeout-client-data] [--timeout-member-connect] [--timeout-member-data] [--timeout-tcp-inspect] [--client-ca-tls-container-ref] [--client-authentication] [--client-crl-container-ref] [--allowed-cidrs] <listener>
值 | 概述 |
---|---|
<listener> | 要修改(名称或 id)的监听程序。 |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--name | 清除监听程序名称。 |
--description | 清除此监听器的描述。 |
--connection-limit | 将连接限制重置为 api 默认。 |
--default-pool | 从监听器清除默认池。 |
--default-tls-container-ref | 从监听器中删除默认 tls 容器引用。 |
--sni-container-refs | 从监听器中删除 tls sni 容器引用。 |
--insert-headers | 从监听器清除插入标头。 |
--timeout-client-data | 将客户端数据超时重置为 api 默认。 |
--timeout-member-connect | 将成员连接超时重置为 api 默认值。 |
--timeout-member-data | 将成员数据超时重置为 api 默认。 |
--timeout-tcp-inspect | 将 tcp 检查超时重置为 api 默认值。 |
--client-ca-tls-container-ref | 清除监听器中的 client ca tls 容器引用。 |
--client-authentication | 将客户端身份验证设置重置为 api 默认值。 |
--client-crl-container-ref | 从监听器清除客户端 crl 容器引用。 |
--allowed-cidrs | 从监听器清除所有允许的 cidr。 |