Get Listeners Slb Listener
Constructors
Properties
Port opened on the backend server to receive requests.
ID of the CA certificate (only required when two-way authentication is used). Only available when the protocol is https
.
Cookie timeout in seconds. Only available when the sticky_session_type is insert
.
The description of slb listener.
Whether to enable https listener support http2 or not. Valid values are on
and off
. Default to on
.
Connection timeout in seconds for the Layer 4 TCP listener. Only available when the protocol is tcp
.
Filter listeners by the specified frontend port.
Indicate whether health check is enabled of not. Possible values are on
and off
.
Port used for health check.
Amount of time in seconds to wait for the response for a health check.
Domain name used for health check. The SLB sends HTTP head requests to the backend server, the domain is useful when the backend server verifies the host field in the requests. Only available when the protocol is http
, https
or tcp
(in this case health_check_type must be http
).
HTTP status codes indicating that the health check is normal. It can contain several comma-separated values such as "http_2xx,http_3xx". Only available when the protocol is http
, https
or tcp
(in this case health_check_type must be http
).
Time interval between two consecutive health checks.
Amount of time in seconds to wait for the response from a health check. If an ECS instance sends no response within the specified timeout period, the health check fails. Only available when the protocol is http
or https
.
Health check method. Possible values are tcp
and http
. Only available when the protocol is tcp
.
URI used for health check. Only available when the protocol is http
, https
or tcp
(in this case health_check_type must be http
).
Number of consecutive successes of health check performed on the same ECS instance (from failure to success).
Timeout of http or https listener established connection idle timeout. Valid value range: 1-60 in seconds. Default to 15.
ID of the active/standby server group.
Timeout value of the TCP connection in seconds. If the value is 0, the session persistence function is disabled. Only available when the protocol is tcp
.
Whether to support carrying the client source address to the backend server through the Proxy Protocol. Valid values are true
and false
. Default to false
.
Timeout of http or https listener request (which does not get response from backend) timeout. Valid value range: 1-180 in seconds. Default to 60.
Security status. Only available when the protocol is https
.
ID of the linked VServer group.
ID of the server certificate. Only available when the protocol is https
.
Indicate whether session persistence is enabled or not. If enabled, all session requests from the same client are sent to the same backend server. Possible values are on
and off
. Only available when the protocol is http
or https
.
Method used to handle the cookie. Possible values are insert
(cookie added to the response) and server
(cookie set by the backend server). Only available when the protocol is http
or https
and sticky_session is on
.
Https listener TLS cipher policy. Valid values are tls_cipher_policy_1_0
, tls_cipher_policy_1_1
, tls_cipher_policy_1_2
, tls_cipher_policy_1_2_strict
. Default to tls_cipher_policy_1_0
.
Number of consecutive failures of health check performed on the same ECS instance (from success to failure).
Indicate whether the HTTP header field "X-Forwarded-For" is added or not; it allows the backend server to know about the user's IP address. Possible values are on
and off
. Only available when the protocol is http
or https
.
Indicate whether the HTTP header field "X-Forwarded-For_SLBID" is added or not; it allows the backend server to know about the SLB ID. Possible values are on
and off
. Only available when the protocol is http
or https
.
Indicate whether the HTTP header field "X-Forwarded-For_SLBIP" is added or not; it allows the backend server to know about the SLB IP address. Possible values are on
and off
. Only available when the protocol is http
or https
.
Indicate whether the HTTP header field "X-Forwarded-For_proto" is added or not; it allows the backend server to know about the user's protocol. Possible values are on
and off
. Only available when the protocol is http
or https
.