huaweicloudsdkelb 3.1.109__py2.py3-none-any.whl → 3.1.111__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- huaweicloudsdkelb/v2/region/elb_region.py +3 -0
- huaweicloudsdkelb/v3/elb_async_client.py +1 -1
- huaweicloudsdkelb/v3/elb_client.py +1 -1
- huaweicloudsdkelb/v3/model/autoscaling_ref.py +6 -6
- huaweicloudsdkelb/v3/model/availability_zone.py +15 -15
- huaweicloudsdkelb/v3/model/bandwidth_ref.py +3 -3
- huaweicloudsdkelb/v3/model/batch_create_members_option.py +6 -6
- huaweicloudsdkelb/v3/model/batch_create_members_request.py +3 -3
- huaweicloudsdkelb/v3/model/batch_delete_members_request.py +3 -3
- huaweicloudsdkelb/v3/model/batch_member.py +6 -6
- huaweicloudsdkelb/v3/model/batch_update_members_option.py +3 -3
- huaweicloudsdkelb/v3/model/batch_update_members_request.py +3 -3
- huaweicloudsdkelb/v3/model/batch_update_policies_priority_request_body.py +3 -3
- huaweicloudsdkelb/v3/model/batch_update_priority_request_body.py +6 -6
- huaweicloudsdkelb/v3/model/create_fixted_response_config.py +9 -9
- huaweicloudsdkelb/v3/model/create_health_monitor_option.py +12 -12
- huaweicloudsdkelb/v3/model/create_insert_header_config.py +9 -9
- huaweicloudsdkelb/v3/model/create_insert_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/create_ip_group_ip_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_l7_policy_option.py +39 -39
- huaweicloudsdkelb/v3/model/create_l7_policy_response.py +3 -3
- huaweicloudsdkelb/v3/model/create_l7_policy_rule_option.py +21 -21
- huaweicloudsdkelb/v3/model/create_l7_rule_request.py +3 -3
- huaweicloudsdkelb/v3/model/create_l7_rule_response.py +3 -3
- huaweicloudsdkelb/v3/model/create_listener_ip_group_option.py +9 -9
- huaweicloudsdkelb/v3/model/create_listener_option.py +84 -84
- huaweicloudsdkelb/v3/model/create_listener_quic_config_option.py +6 -6
- huaweicloudsdkelb/v3/model/create_listener_response.py +3 -3
- huaweicloudsdkelb/v3/model/create_load_balancer_bandwidth_option.py +6 -6
- huaweicloudsdkelb/v3/model/create_load_balancer_option.py +45 -45
- huaweicloudsdkelb/v3/model/create_load_balancer_public_ip_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_load_balancer_response.py +9 -9
- huaweicloudsdkelb/v3/model/create_loadbalancer_autoscaling_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_master_slave_health_monitor_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_member_option.py +21 -21
- huaweicloudsdkelb/v3/model/create_member_request.py +3 -3
- huaweicloudsdkelb/v3/model/create_member_response.py +3 -3
- huaweicloudsdkelb/v3/model/create_pool_option.py +12 -12
- huaweicloudsdkelb/v3/model/create_pool_session_persistence_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_redirect_pools_config.py +6 -6
- huaweicloudsdkelb/v3/model/create_redirect_pools_extend_config.py +3 -3
- huaweicloudsdkelb/v3/model/create_redirect_pools_sticky_session_config.py +6 -6
- huaweicloudsdkelb/v3/model/create_redirect_url_config.py +18 -18
- huaweicloudsdkelb/v3/model/create_remove_header_config.py +3 -3
- huaweicloudsdkelb/v3/model/create_remove_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/create_rewrite_url_config.py +9 -9
- huaweicloudsdkelb/v3/model/create_rule_condition.py +6 -6
- huaweicloudsdkelb/v3/model/create_rule_option.py +24 -24
- huaweicloudsdkelb/v3/model/create_traffic_limit_config.py +9 -9
- huaweicloudsdkelb/v3/model/delete_l7_policy_request.py +3 -3
- huaweicloudsdkelb/v3/model/delete_master_slave_pool_request.py +3 -3
- huaweicloudsdkelb/v3/model/delete_member_request.py +3 -3
- huaweicloudsdkelb/v3/model/delete_pool_request.py +3 -3
- huaweicloudsdkelb/v3/model/eip_info.py +9 -9
- huaweicloudsdkelb/v3/model/fixted_response_config.py +9 -9
- huaweicloudsdkelb/v3/model/flavor.py +6 -6
- huaweicloudsdkelb/v3/model/flavor_info.py +18 -18
- huaweicloudsdkelb/v3/model/global_eip_info.py +9 -9
- huaweicloudsdkelb/v3/model/health_monitor.py +12 -12
- huaweicloudsdkelb/v3/model/insert_header_config.py +9 -9
- huaweicloudsdkelb/v3/model/insert_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/l7_policy.py +51 -51
- huaweicloudsdkelb/v3/model/l7_rule.py +36 -36
- huaweicloudsdkelb/v3/model/list_availability_zones_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_availability_zones_response.py +38 -9
- huaweicloudsdkelb/v3/model/list_flavors_request.py +9 -9
- huaweicloudsdkelb/v3/model/list_health_monitors_request.py +9 -9
- huaweicloudsdkelb/v3/model/list_l7_policies_request.py +48 -48
- huaweicloudsdkelb/v3/model/list_l7_policies_response.py +6 -6
- huaweicloudsdkelb/v3/model/list_l7_rules_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_l7_rules_response.py +6 -6
- huaweicloudsdkelb/v3/model/list_listeners_request.py +9 -9
- huaweicloudsdkelb/v3/model/list_listeners_response.py +6 -6
- huaweicloudsdkelb/v3/model/list_load_balancers_request.py +6 -6
- huaweicloudsdkelb/v3/model/list_master_slave_pools_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_members_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_pools_request.py +3 -3
- huaweicloudsdkelb/v3/model/listener.py +96 -96
- huaweicloudsdkelb/v3/model/listener_insert_headers.py +27 -27
- huaweicloudsdkelb/v3/model/listener_ip_group.py +9 -9
- huaweicloudsdkelb/v3/model/listener_quic_config.py +6 -6
- huaweicloudsdkelb/v3/model/load_balancer.py +129 -129
- huaweicloudsdkelb/v3/model/load_balancer_ref.py +3 -3
- huaweicloudsdkelb/v3/model/load_balancer_status_pool.py +3 -3
- huaweicloudsdkelb/v3/model/logtank.py +3 -3
- huaweicloudsdkelb/v3/model/master_slave_health_monitor.py +6 -6
- huaweicloudsdkelb/v3/model/member.py +45 -45
- huaweicloudsdkelb/v3/model/member_info.py +6 -6
- huaweicloudsdkelb/v3/model/member_status.py +6 -6
- huaweicloudsdkelb/v3/model/pool.py +6 -6
- huaweicloudsdkelb/v3/model/pool_ref.py +3 -3
- huaweicloudsdkelb/v3/model/prepaid_create_option.py +3 -3
- huaweicloudsdkelb/v3/model/public_ip_info.py +9 -9
- huaweicloudsdkelb/v3/model/quota.py +3 -3
- huaweicloudsdkelb/v3/model/redirect_pools_config.py +6 -6
- huaweicloudsdkelb/v3/model/redirect_pools_extend_config.py +3 -3
- huaweicloudsdkelb/v3/model/redirect_pools_sticky_session_config.py +6 -6
- huaweicloudsdkelb/v3/model/redirect_url_config.py +18 -18
- huaweicloudsdkelb/v3/model/remove_header_config.py +3 -3
- huaweicloudsdkelb/v3/model/remove_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/rewrite_url_config.py +9 -9
- huaweicloudsdkelb/v3/model/rule_condition.py +6 -6
- huaweicloudsdkelb/v3/model/rule_ref.py +3 -3
- huaweicloudsdkelb/v3/model/show_l7_policy_request.py +3 -3
- huaweicloudsdkelb/v3/model/show_l7_policy_response.py +3 -3
- huaweicloudsdkelb/v3/model/show_l7_rule_response.py +3 -3
- huaweicloudsdkelb/v3/model/show_listener_response.py +3 -3
- huaweicloudsdkelb/v3/model/show_load_balancer_response.py +3 -3
- huaweicloudsdkelb/v3/model/show_load_balancer_status_response.py +3 -3
- huaweicloudsdkelb/v3/model/show_master_slave_pool_request.py +3 -3
- huaweicloudsdkelb/v3/model/show_member_request.py +3 -3
- huaweicloudsdkelb/v3/model/show_pool_request.py +3 -3
- huaweicloudsdkelb/v3/model/tag.py +6 -6
- huaweicloudsdkelb/v3/model/traffic_limit_config.py +9 -9
- huaweicloudsdkelb/v3/model/upadate_ip_group_ip_option.py +3 -3
- huaweicloudsdkelb/v3/model/update_fixted_response_config.py +9 -9
- huaweicloudsdkelb/v3/model/update_health_monitor_option.py +12 -12
- huaweicloudsdkelb/v3/model/update_insert_header_config.py +9 -9
- huaweicloudsdkelb/v3/model/update_insert_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/update_l7_policy_option.py +24 -24
- huaweicloudsdkelb/v3/model/update_l7_policy_request.py +3 -3
- huaweicloudsdkelb/v3/model/update_l7_policy_response.py +3 -3
- huaweicloudsdkelb/v3/model/update_l7_rule_option.py +18 -18
- huaweicloudsdkelb/v3/model/update_l7_rule_response.py +3 -3
- huaweicloudsdkelb/v3/model/update_listener_ip_group_option.py +9 -9
- huaweicloudsdkelb/v3/model/update_listener_option.py +66 -66
- huaweicloudsdkelb/v3/model/update_listener_quic_config_option.py +6 -6
- huaweicloudsdkelb/v3/model/update_listener_response.py +3 -3
- huaweicloudsdkelb/v3/model/update_load_balancer_option.py +48 -48
- huaweicloudsdkelb/v3/model/update_load_balancer_response.py +9 -9
- huaweicloudsdkelb/v3/model/update_loadbalancer_autoscaling_option.py +6 -6
- huaweicloudsdkelb/v3/model/update_member_option.py +3 -3
- huaweicloudsdkelb/v3/model/update_member_request.py +3 -3
- huaweicloudsdkelb/v3/model/update_pool_option.py +9 -9
- huaweicloudsdkelb/v3/model/update_pool_request.py +3 -3
- huaweicloudsdkelb/v3/model/update_pool_session_persistence_option.py +3 -3
- huaweicloudsdkelb/v3/model/update_redirect_pools_config.py +6 -6
- huaweicloudsdkelb/v3/model/update_redirect_pools_extend_config.py +3 -3
- huaweicloudsdkelb/v3/model/update_redirect_pools_sticky_session_config.py +6 -6
- huaweicloudsdkelb/v3/model/update_redirect_url_config.py +18 -18
- huaweicloudsdkelb/v3/model/update_remove_header_config.py +3 -3
- huaweicloudsdkelb/v3/model/update_remove_headers_config.py +3 -3
- huaweicloudsdkelb/v3/model/update_rewrite_url_config.py +9 -9
- huaweicloudsdkelb/v3/model/update_rule_condition.py +6 -6
- huaweicloudsdkelb/v3/model/update_traffic_limit_config.py +9 -9
- huaweicloudsdkelb/v3/region/elb_region.py +3 -0
- {huaweicloudsdkelb-3.1.109.dist-info → huaweicloudsdkelb-3.1.111.dist-info}/METADATA +2 -2
- {huaweicloudsdkelb-3.1.109.dist-info → huaweicloudsdkelb-3.1.111.dist-info}/RECORD +151 -151
- {huaweicloudsdkelb-3.1.109.dist-info → huaweicloudsdkelb-3.1.111.dist-info}/LICENSE +0 -0
- {huaweicloudsdkelb-3.1.109.dist-info → huaweicloudsdkelb-3.1.111.dist-info}/WHEEL +0 -0
- {huaweicloudsdkelb-3.1.109.dist-info → huaweicloudsdkelb-3.1.111.dist-info}/top_level.txt +0 -0
@@ -61,39 +61,39 @@ class ListL7PoliciesRequest:
|
|
61
61
|
|
62
62
|
The model defined in huaweicloud sdk
|
63
63
|
|
64
|
-
:param marker:
|
64
|
+
:param marker: 参数解释:上一页最后一条记录的ID。 约束限制: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
65
65
|
:type marker: str
|
66
66
|
:param limit: 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
|
67
67
|
:type limit: int
|
68
|
-
:param page_reverse:
|
68
|
+
:param page_reverse: 参数解释:是否反向查询。 约束限制: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 取值范围: - true:查询上一页。 - false:查询下一页。 默认取值:false
|
69
69
|
:type page_reverse: bool
|
70
|
-
:param enterprise_project_id:
|
70
|
+
:param enterprise_project_id: 参数解释:企业项目ID。不传时查询default企业项目\"0\"下的资源,鉴权按照default企业项目鉴权。 如果传值,则传已存在的企业项目ID或all_granted_eps(表示查询所有企业项目)进行查询。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
71
71
|
:type enterprise_project_id: list[str]
|
72
|
-
:param id:
|
72
|
+
:param id: 参数解释:转发策略ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
73
73
|
:type id: list[str]
|
74
|
-
:param name:
|
74
|
+
:param name: 参数解释:转发策略名称。 支持多值查询,查询条件格式:**name=xxx&name=xxx**。
|
75
75
|
:type name: list[str]
|
76
|
-
:param description:
|
76
|
+
:param description: 参数解释:转发策略额描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
77
77
|
:type description: list[str]
|
78
|
-
:param admin_state_up:
|
78
|
+
:param admin_state_up: 参数解释:转发策略的管理状态。
|
79
79
|
:type admin_state_up: bool
|
80
|
-
:param listener_id:
|
80
|
+
:param listener_id: 参数解释:转发策略所属的监听器ID。 支持多值查询,查询条件格式:*******listener_id=xxx&listener_id=xxx*******。
|
81
81
|
:type listener_id: list[str]
|
82
|
-
:param position:
|
82
|
+
:param position: 参数解释:转发策略的优先级。 支持多值查询,查询条件格式:****position=xxx&position=xxx****。 不支持该字段,请勿使用。
|
83
83
|
:type position: list[int]
|
84
|
-
:param action:
|
84
|
+
:param action: 参数解释:转发策略的转发动作。 取值范围: - REDIRECT_TO_POOL:转发到后端云服务器组。 - REDIRECT_TO_LISTENER:重定向到监听器。 - REDIRECT_TO_URL:重定向到URL。 - FIXED_RESPONSE:返回固定响应体。 支持多值查询,查询条件格式:*****action=xxx&action=xxx*****。 [不支持REDIRECT_TO_URL和FIXED_RESPONSE](tag:hcso_dt)
|
85
85
|
:type action: list[str]
|
86
|
-
:param redirect_url:
|
86
|
+
:param redirect_url: 参数解释:转发到的url。 支持多值查询,查询条件格式:****redirect_url=xxx&redirect_url=xxx****。 不支持该字段,请勿使用。
|
87
87
|
:type redirect_url: list[str]
|
88
|
-
:param redirect_pool_id:
|
88
|
+
:param redirect_pool_id: 参数解释:转发到pool的ID。 支持多值查询,查询条件格式:***redirect_pool_id=xxx&redirect_pool_id=xxx***。
|
89
89
|
:type redirect_pool_id: list[str]
|
90
|
-
:param redirect_listener_id:
|
90
|
+
:param redirect_listener_id: 参数解释:转发到的listener的ID。 支持多值查询,查询条件格式:**redirect_listener_id=xxx&redirect_listener_id=xxx**。
|
91
91
|
:type redirect_listener_id: list[str]
|
92
|
-
:param provisioning_status:
|
92
|
+
:param provisioning_status: 参数解释:转发策略的配置状态。 取值范围: - ACTIVE: 表示正常。 - ERROR: 表示当前策略与同一监听器下的其他策略存在相同的规则配置。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
93
93
|
:type provisioning_status: list[str]
|
94
|
-
:param display_all_rules:
|
94
|
+
:param display_all_rules: 参数解释:是否显示转发策略下的rule详细信息。 取值范围: - true:显示policy下面的rule的详细信息。 - false:只显示policy下面的rule的id信息
|
95
95
|
:type display_all_rules: bool
|
96
|
-
:param priority:
|
96
|
+
:param priority: 参数解释:转发策略的优先级。数值越小,优先级越高。 支持多值查询,查询条件格式:*priority=xxx&priority=xxx*。 [不支持该字段,请勿使用。](tag:hcso_dt)
|
97
97
|
:type priority: list[int]
|
98
98
|
"""
|
99
99
|
|
@@ -157,7 +157,7 @@ class ListL7PoliciesRequest:
|
|
157
157
|
def marker(self):
|
158
158
|
"""Gets the marker of this ListL7PoliciesRequest.
|
159
159
|
|
160
|
-
|
160
|
+
参数解释:上一页最后一条记录的ID。 约束限制: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
161
161
|
|
162
162
|
:return: The marker of this ListL7PoliciesRequest.
|
163
163
|
:rtype: str
|
@@ -168,7 +168,7 @@ class ListL7PoliciesRequest:
|
|
168
168
|
def marker(self, marker):
|
169
169
|
"""Sets the marker of this ListL7PoliciesRequest.
|
170
170
|
|
171
|
-
|
171
|
+
参数解释:上一页最后一条记录的ID。 约束限制: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
172
172
|
|
173
173
|
:param marker: The marker of this ListL7PoliciesRequest.
|
174
174
|
:type marker: str
|
@@ -201,7 +201,7 @@ class ListL7PoliciesRequest:
|
|
201
201
|
def page_reverse(self):
|
202
202
|
"""Gets the page_reverse of this ListL7PoliciesRequest.
|
203
203
|
|
204
|
-
|
204
|
+
参数解释:是否反向查询。 约束限制: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 取值范围: - true:查询上一页。 - false:查询下一页。 默认取值:false
|
205
205
|
|
206
206
|
:return: The page_reverse of this ListL7PoliciesRequest.
|
207
207
|
:rtype: bool
|
@@ -212,7 +212,7 @@ class ListL7PoliciesRequest:
|
|
212
212
|
def page_reverse(self, page_reverse):
|
213
213
|
"""Sets the page_reverse of this ListL7PoliciesRequest.
|
214
214
|
|
215
|
-
|
215
|
+
参数解释:是否反向查询。 约束限制: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 取值范围: - true:查询上一页。 - false:查询下一页。 默认取值:false
|
216
216
|
|
217
217
|
:param page_reverse: The page_reverse of this ListL7PoliciesRequest.
|
218
218
|
:type page_reverse: bool
|
@@ -223,7 +223,7 @@ class ListL7PoliciesRequest:
|
|
223
223
|
def enterprise_project_id(self):
|
224
224
|
"""Gets the enterprise_project_id of this ListL7PoliciesRequest.
|
225
225
|
|
226
|
-
|
226
|
+
参数解释:企业项目ID。不传时查询default企业项目\"0\"下的资源,鉴权按照default企业项目鉴权。 如果传值,则传已存在的企业项目ID或all_granted_eps(表示查询所有企业项目)进行查询。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
227
227
|
|
228
228
|
:return: The enterprise_project_id of this ListL7PoliciesRequest.
|
229
229
|
:rtype: list[str]
|
@@ -234,7 +234,7 @@ class ListL7PoliciesRequest:
|
|
234
234
|
def enterprise_project_id(self, enterprise_project_id):
|
235
235
|
"""Sets the enterprise_project_id of this ListL7PoliciesRequest.
|
236
236
|
|
237
|
-
|
237
|
+
参数解释:企业项目ID。不传时查询default企业项目\"0\"下的资源,鉴权按照default企业项目鉴权。 如果传值,则传已存在的企业项目ID或all_granted_eps(表示查询所有企业项目)进行查询。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
238
238
|
|
239
239
|
:param enterprise_project_id: The enterprise_project_id of this ListL7PoliciesRequest.
|
240
240
|
:type enterprise_project_id: list[str]
|
@@ -245,7 +245,7 @@ class ListL7PoliciesRequest:
|
|
245
245
|
def id(self):
|
246
246
|
"""Gets the id of this ListL7PoliciesRequest.
|
247
247
|
|
248
|
-
|
248
|
+
参数解释:转发策略ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
249
249
|
|
250
250
|
:return: The id of this ListL7PoliciesRequest.
|
251
251
|
:rtype: list[str]
|
@@ -256,7 +256,7 @@ class ListL7PoliciesRequest:
|
|
256
256
|
def id(self, id):
|
257
257
|
"""Sets the id of this ListL7PoliciesRequest.
|
258
258
|
|
259
|
-
|
259
|
+
参数解释:转发策略ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
260
260
|
|
261
261
|
:param id: The id of this ListL7PoliciesRequest.
|
262
262
|
:type id: list[str]
|
@@ -267,7 +267,7 @@ class ListL7PoliciesRequest:
|
|
267
267
|
def name(self):
|
268
268
|
"""Gets the name of this ListL7PoliciesRequest.
|
269
269
|
|
270
|
-
|
270
|
+
参数解释:转发策略名称。 支持多值查询,查询条件格式:**name=xxx&name=xxx**。
|
271
271
|
|
272
272
|
:return: The name of this ListL7PoliciesRequest.
|
273
273
|
:rtype: list[str]
|
@@ -278,7 +278,7 @@ class ListL7PoliciesRequest:
|
|
278
278
|
def name(self, name):
|
279
279
|
"""Sets the name of this ListL7PoliciesRequest.
|
280
280
|
|
281
|
-
|
281
|
+
参数解释:转发策略名称。 支持多值查询,查询条件格式:**name=xxx&name=xxx**。
|
282
282
|
|
283
283
|
:param name: The name of this ListL7PoliciesRequest.
|
284
284
|
:type name: list[str]
|
@@ -289,7 +289,7 @@ class ListL7PoliciesRequest:
|
|
289
289
|
def description(self):
|
290
290
|
"""Gets the description of this ListL7PoliciesRequest.
|
291
291
|
|
292
|
-
|
292
|
+
参数解释:转发策略额描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
293
293
|
|
294
294
|
:return: The description of this ListL7PoliciesRequest.
|
295
295
|
:rtype: list[str]
|
@@ -300,7 +300,7 @@ class ListL7PoliciesRequest:
|
|
300
300
|
def description(self, description):
|
301
301
|
"""Sets the description of this ListL7PoliciesRequest.
|
302
302
|
|
303
|
-
|
303
|
+
参数解释:转发策略额描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
304
304
|
|
305
305
|
:param description: The description of this ListL7PoliciesRequest.
|
306
306
|
:type description: list[str]
|
@@ -311,7 +311,7 @@ class ListL7PoliciesRequest:
|
|
311
311
|
def admin_state_up(self):
|
312
312
|
"""Gets the admin_state_up of this ListL7PoliciesRequest.
|
313
313
|
|
314
|
-
|
314
|
+
参数解释:转发策略的管理状态。
|
315
315
|
|
316
316
|
:return: The admin_state_up of this ListL7PoliciesRequest.
|
317
317
|
:rtype: bool
|
@@ -322,7 +322,7 @@ class ListL7PoliciesRequest:
|
|
322
322
|
def admin_state_up(self, admin_state_up):
|
323
323
|
"""Sets the admin_state_up of this ListL7PoliciesRequest.
|
324
324
|
|
325
|
-
|
325
|
+
参数解释:转发策略的管理状态。
|
326
326
|
|
327
327
|
:param admin_state_up: The admin_state_up of this ListL7PoliciesRequest.
|
328
328
|
:type admin_state_up: bool
|
@@ -333,7 +333,7 @@ class ListL7PoliciesRequest:
|
|
333
333
|
def listener_id(self):
|
334
334
|
"""Gets the listener_id of this ListL7PoliciesRequest.
|
335
335
|
|
336
|
-
|
336
|
+
参数解释:转发策略所属的监听器ID。 支持多值查询,查询条件格式:*******listener_id=xxx&listener_id=xxx*******。
|
337
337
|
|
338
338
|
:return: The listener_id of this ListL7PoliciesRequest.
|
339
339
|
:rtype: list[str]
|
@@ -344,7 +344,7 @@ class ListL7PoliciesRequest:
|
|
344
344
|
def listener_id(self, listener_id):
|
345
345
|
"""Sets the listener_id of this ListL7PoliciesRequest.
|
346
346
|
|
347
|
-
|
347
|
+
参数解释:转发策略所属的监听器ID。 支持多值查询,查询条件格式:*******listener_id=xxx&listener_id=xxx*******。
|
348
348
|
|
349
349
|
:param listener_id: The listener_id of this ListL7PoliciesRequest.
|
350
350
|
:type listener_id: list[str]
|
@@ -355,7 +355,7 @@ class ListL7PoliciesRequest:
|
|
355
355
|
def position(self):
|
356
356
|
"""Gets the position of this ListL7PoliciesRequest.
|
357
357
|
|
358
|
-
|
358
|
+
参数解释:转发策略的优先级。 支持多值查询,查询条件格式:****position=xxx&position=xxx****。 不支持该字段,请勿使用。
|
359
359
|
|
360
360
|
:return: The position of this ListL7PoliciesRequest.
|
361
361
|
:rtype: list[int]
|
@@ -366,7 +366,7 @@ class ListL7PoliciesRequest:
|
|
366
366
|
def position(self, position):
|
367
367
|
"""Sets the position of this ListL7PoliciesRequest.
|
368
368
|
|
369
|
-
|
369
|
+
参数解释:转发策略的优先级。 支持多值查询,查询条件格式:****position=xxx&position=xxx****。 不支持该字段,请勿使用。
|
370
370
|
|
371
371
|
:param position: The position of this ListL7PoliciesRequest.
|
372
372
|
:type position: list[int]
|
@@ -377,7 +377,7 @@ class ListL7PoliciesRequest:
|
|
377
377
|
def action(self):
|
378
378
|
"""Gets the action of this ListL7PoliciesRequest.
|
379
379
|
|
380
|
-
|
380
|
+
参数解释:转发策略的转发动作。 取值范围: - REDIRECT_TO_POOL:转发到后端云服务器组。 - REDIRECT_TO_LISTENER:重定向到监听器。 - REDIRECT_TO_URL:重定向到URL。 - FIXED_RESPONSE:返回固定响应体。 支持多值查询,查询条件格式:*****action=xxx&action=xxx*****。 [不支持REDIRECT_TO_URL和FIXED_RESPONSE](tag:hcso_dt)
|
381
381
|
|
382
382
|
:return: The action of this ListL7PoliciesRequest.
|
383
383
|
:rtype: list[str]
|
@@ -388,7 +388,7 @@ class ListL7PoliciesRequest:
|
|
388
388
|
def action(self, action):
|
389
389
|
"""Sets the action of this ListL7PoliciesRequest.
|
390
390
|
|
391
|
-
|
391
|
+
参数解释:转发策略的转发动作。 取值范围: - REDIRECT_TO_POOL:转发到后端云服务器组。 - REDIRECT_TO_LISTENER:重定向到监听器。 - REDIRECT_TO_URL:重定向到URL。 - FIXED_RESPONSE:返回固定响应体。 支持多值查询,查询条件格式:*****action=xxx&action=xxx*****。 [不支持REDIRECT_TO_URL和FIXED_RESPONSE](tag:hcso_dt)
|
392
392
|
|
393
393
|
:param action: The action of this ListL7PoliciesRequest.
|
394
394
|
:type action: list[str]
|
@@ -399,7 +399,7 @@ class ListL7PoliciesRequest:
|
|
399
399
|
def redirect_url(self):
|
400
400
|
"""Gets the redirect_url of this ListL7PoliciesRequest.
|
401
401
|
|
402
|
-
|
402
|
+
参数解释:转发到的url。 支持多值查询,查询条件格式:****redirect_url=xxx&redirect_url=xxx****。 不支持该字段,请勿使用。
|
403
403
|
|
404
404
|
:return: The redirect_url of this ListL7PoliciesRequest.
|
405
405
|
:rtype: list[str]
|
@@ -410,7 +410,7 @@ class ListL7PoliciesRequest:
|
|
410
410
|
def redirect_url(self, redirect_url):
|
411
411
|
"""Sets the redirect_url of this ListL7PoliciesRequest.
|
412
412
|
|
413
|
-
|
413
|
+
参数解释:转发到的url。 支持多值查询,查询条件格式:****redirect_url=xxx&redirect_url=xxx****。 不支持该字段,请勿使用。
|
414
414
|
|
415
415
|
:param redirect_url: The redirect_url of this ListL7PoliciesRequest.
|
416
416
|
:type redirect_url: list[str]
|
@@ -421,7 +421,7 @@ class ListL7PoliciesRequest:
|
|
421
421
|
def redirect_pool_id(self):
|
422
422
|
"""Gets the redirect_pool_id of this ListL7PoliciesRequest.
|
423
423
|
|
424
|
-
|
424
|
+
参数解释:转发到pool的ID。 支持多值查询,查询条件格式:***redirect_pool_id=xxx&redirect_pool_id=xxx***。
|
425
425
|
|
426
426
|
:return: The redirect_pool_id of this ListL7PoliciesRequest.
|
427
427
|
:rtype: list[str]
|
@@ -432,7 +432,7 @@ class ListL7PoliciesRequest:
|
|
432
432
|
def redirect_pool_id(self, redirect_pool_id):
|
433
433
|
"""Sets the redirect_pool_id of this ListL7PoliciesRequest.
|
434
434
|
|
435
|
-
|
435
|
+
参数解释:转发到pool的ID。 支持多值查询,查询条件格式:***redirect_pool_id=xxx&redirect_pool_id=xxx***。
|
436
436
|
|
437
437
|
:param redirect_pool_id: The redirect_pool_id of this ListL7PoliciesRequest.
|
438
438
|
:type redirect_pool_id: list[str]
|
@@ -443,7 +443,7 @@ class ListL7PoliciesRequest:
|
|
443
443
|
def redirect_listener_id(self):
|
444
444
|
"""Gets the redirect_listener_id of this ListL7PoliciesRequest.
|
445
445
|
|
446
|
-
|
446
|
+
参数解释:转发到的listener的ID。 支持多值查询,查询条件格式:**redirect_listener_id=xxx&redirect_listener_id=xxx**。
|
447
447
|
|
448
448
|
:return: The redirect_listener_id of this ListL7PoliciesRequest.
|
449
449
|
:rtype: list[str]
|
@@ -454,7 +454,7 @@ class ListL7PoliciesRequest:
|
|
454
454
|
def redirect_listener_id(self, redirect_listener_id):
|
455
455
|
"""Sets the redirect_listener_id of this ListL7PoliciesRequest.
|
456
456
|
|
457
|
-
|
457
|
+
参数解释:转发到的listener的ID。 支持多值查询,查询条件格式:**redirect_listener_id=xxx&redirect_listener_id=xxx**。
|
458
458
|
|
459
459
|
:param redirect_listener_id: The redirect_listener_id of this ListL7PoliciesRequest.
|
460
460
|
:type redirect_listener_id: list[str]
|
@@ -465,7 +465,7 @@ class ListL7PoliciesRequest:
|
|
465
465
|
def provisioning_status(self):
|
466
466
|
"""Gets the provisioning_status of this ListL7PoliciesRequest.
|
467
467
|
|
468
|
-
|
468
|
+
参数解释:转发策略的配置状态。 取值范围: - ACTIVE: 表示正常。 - ERROR: 表示当前策略与同一监听器下的其他策略存在相同的规则配置。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
469
469
|
|
470
470
|
:return: The provisioning_status of this ListL7PoliciesRequest.
|
471
471
|
:rtype: list[str]
|
@@ -476,7 +476,7 @@ class ListL7PoliciesRequest:
|
|
476
476
|
def provisioning_status(self, provisioning_status):
|
477
477
|
"""Sets the provisioning_status of this ListL7PoliciesRequest.
|
478
478
|
|
479
|
-
|
479
|
+
参数解释:转发策略的配置状态。 取值范围: - ACTIVE: 表示正常。 - ERROR: 表示当前策略与同一监听器下的其他策略存在相同的规则配置。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
480
480
|
|
481
481
|
:param provisioning_status: The provisioning_status of this ListL7PoliciesRequest.
|
482
482
|
:type provisioning_status: list[str]
|
@@ -487,7 +487,7 @@ class ListL7PoliciesRequest:
|
|
487
487
|
def display_all_rules(self):
|
488
488
|
"""Gets the display_all_rules of this ListL7PoliciesRequest.
|
489
489
|
|
490
|
-
|
490
|
+
参数解释:是否显示转发策略下的rule详细信息。 取值范围: - true:显示policy下面的rule的详细信息。 - false:只显示policy下面的rule的id信息
|
491
491
|
|
492
492
|
:return: The display_all_rules of this ListL7PoliciesRequest.
|
493
493
|
:rtype: bool
|
@@ -498,7 +498,7 @@ class ListL7PoliciesRequest:
|
|
498
498
|
def display_all_rules(self, display_all_rules):
|
499
499
|
"""Sets the display_all_rules of this ListL7PoliciesRequest.
|
500
500
|
|
501
|
-
|
501
|
+
参数解释:是否显示转发策略下的rule详细信息。 取值范围: - true:显示policy下面的rule的详细信息。 - false:只显示policy下面的rule的id信息
|
502
502
|
|
503
503
|
:param display_all_rules: The display_all_rules of this ListL7PoliciesRequest.
|
504
504
|
:type display_all_rules: bool
|
@@ -509,7 +509,7 @@ class ListL7PoliciesRequest:
|
|
509
509
|
def priority(self):
|
510
510
|
"""Gets the priority of this ListL7PoliciesRequest.
|
511
511
|
|
512
|
-
|
512
|
+
参数解释:转发策略的优先级。数值越小,优先级越高。 支持多值查询,查询条件格式:*priority=xxx&priority=xxx*。 [不支持该字段,请勿使用。](tag:hcso_dt)
|
513
513
|
|
514
514
|
:return: The priority of this ListL7PoliciesRequest.
|
515
515
|
:rtype: list[int]
|
@@ -520,7 +520,7 @@ class ListL7PoliciesRequest:
|
|
520
520
|
def priority(self, priority):
|
521
521
|
"""Sets the priority of this ListL7PoliciesRequest.
|
522
522
|
|
523
|
-
|
523
|
+
参数解释:转发策略的优先级。数值越小,优先级越高。 支持多值查询,查询条件格式:*priority=xxx&priority=xxx*。 [不支持该字段,请勿使用。](tag:hcso_dt)
|
524
524
|
|
525
525
|
:param priority: The priority of this ListL7PoliciesRequest.
|
526
526
|
:type priority: list[int]
|
@@ -34,11 +34,11 @@ class ListL7PoliciesResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param request_id:
|
37
|
+
:param request_id: 参数解释:请求ID。 注:自动生成 。
|
38
38
|
:type request_id: str
|
39
39
|
:param page_info:
|
40
40
|
:type page_info: :class:`huaweicloudsdkelb.v3.PageInfo`
|
41
|
-
:param l7policies:
|
41
|
+
:param l7policies: 参数解释:转发策略对象列表。
|
42
42
|
:type l7policies: list[:class:`huaweicloudsdkelb.v3.L7Policy`]
|
43
43
|
"""
|
44
44
|
|
@@ -60,7 +60,7 @@ class ListL7PoliciesResponse(SdkResponse):
|
|
60
60
|
def request_id(self):
|
61
61
|
"""Gets the request_id of this ListL7PoliciesResponse.
|
62
62
|
|
63
|
-
|
63
|
+
参数解释:请求ID。 注:自动生成 。
|
64
64
|
|
65
65
|
:return: The request_id of this ListL7PoliciesResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class ListL7PoliciesResponse(SdkResponse):
|
|
71
71
|
def request_id(self, request_id):
|
72
72
|
"""Sets the request_id of this ListL7PoliciesResponse.
|
73
73
|
|
74
|
-
|
74
|
+
参数解释:请求ID。 注:自动生成 。
|
75
75
|
|
76
76
|
:param request_id: The request_id of this ListL7PoliciesResponse.
|
77
77
|
:type request_id: str
|
@@ -100,7 +100,7 @@ class ListL7PoliciesResponse(SdkResponse):
|
|
100
100
|
def l7policies(self):
|
101
101
|
"""Gets the l7policies of this ListL7PoliciesResponse.
|
102
102
|
|
103
|
-
|
103
|
+
参数解释:转发策略对象列表。
|
104
104
|
|
105
105
|
:return: The l7policies of this ListL7PoliciesResponse.
|
106
106
|
:rtype: list[:class:`huaweicloudsdkelb.v3.L7Policy`]
|
@@ -111,7 +111,7 @@ class ListL7PoliciesResponse(SdkResponse):
|
|
111
111
|
def l7policies(self, l7policies):
|
112
112
|
"""Sets the l7policies of this ListL7PoliciesResponse.
|
113
113
|
|
114
|
-
|
114
|
+
参数解释:转发策略对象列表。
|
115
115
|
|
116
116
|
:param l7policies: The l7policies of this ListL7PoliciesResponse.
|
117
117
|
:type l7policies: list[:class:`huaweicloudsdkelb.v3.L7Policy`]
|
@@ -69,7 +69,7 @@ class ListL7RulesRequest:
|
|
69
69
|
:type provisioning_status: list[str]
|
70
70
|
:param invert: 是否反向匹配。使用说明:固定为false。该字段能更新但不会生效。
|
71
71
|
:type invert: bool
|
72
|
-
:param admin_state_up:
|
72
|
+
:param admin_state_up: 转发规则的管理状态。 不支持该字段,请勿使用。
|
73
73
|
:type admin_state_up: bool
|
74
74
|
:param value: 匹配内容的值。 支持多值查询,查询条件格式:*value=xxx&value=xxx*。
|
75
75
|
:type value: list[str]
|
@@ -304,7 +304,7 @@ class ListL7RulesRequest:
|
|
304
304
|
def admin_state_up(self):
|
305
305
|
"""Gets the admin_state_up of this ListL7RulesRequest.
|
306
306
|
|
307
|
-
|
307
|
+
转发规则的管理状态。 不支持该字段,请勿使用。
|
308
308
|
|
309
309
|
:return: The admin_state_up of this ListL7RulesRequest.
|
310
310
|
:rtype: bool
|
@@ -315,7 +315,7 @@ class ListL7RulesRequest:
|
|
315
315
|
def admin_state_up(self, admin_state_up):
|
316
316
|
"""Sets the admin_state_up of this ListL7RulesRequest.
|
317
317
|
|
318
|
-
|
318
|
+
转发规则的管理状态。 不支持该字段,请勿使用。
|
319
319
|
|
320
320
|
:param admin_state_up: The admin_state_up of this ListL7RulesRequest.
|
321
321
|
:type admin_state_up: bool
|
@@ -34,11 +34,11 @@ class ListL7RulesResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param request_id:
|
37
|
+
:param request_id: 参数解释:请求ID。 注:自动生成 。
|
38
38
|
:type request_id: str
|
39
39
|
:param page_info:
|
40
40
|
:type page_info: :class:`huaweicloudsdkelb.v3.PageInfo`
|
41
|
-
:param rules:
|
41
|
+
:param rules: 参数解释:规则对象列表。
|
42
42
|
:type rules: list[:class:`huaweicloudsdkelb.v3.L7Rule`]
|
43
43
|
"""
|
44
44
|
|
@@ -60,7 +60,7 @@ class ListL7RulesResponse(SdkResponse):
|
|
60
60
|
def request_id(self):
|
61
61
|
"""Gets the request_id of this ListL7RulesResponse.
|
62
62
|
|
63
|
-
|
63
|
+
参数解释:请求ID。 注:自动生成 。
|
64
64
|
|
65
65
|
:return: The request_id of this ListL7RulesResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class ListL7RulesResponse(SdkResponse):
|
|
71
71
|
def request_id(self, request_id):
|
72
72
|
"""Sets the request_id of this ListL7RulesResponse.
|
73
73
|
|
74
|
-
|
74
|
+
参数解释:请求ID。 注:自动生成 。
|
75
75
|
|
76
76
|
:param request_id: The request_id of this ListL7RulesResponse.
|
77
77
|
:type request_id: str
|
@@ -100,7 +100,7 @@ class ListL7RulesResponse(SdkResponse):
|
|
100
100
|
def rules(self):
|
101
101
|
"""Gets the rules of this ListL7RulesResponse.
|
102
102
|
|
103
|
-
|
103
|
+
参数解释:规则对象列表。
|
104
104
|
|
105
105
|
:return: The rules of this ListL7RulesResponse.
|
106
106
|
:rtype: list[:class:`huaweicloudsdkelb.v3.L7Rule`]
|
@@ -111,7 +111,7 @@ class ListL7RulesResponse(SdkResponse):
|
|
111
111
|
def rules(self, rules):
|
112
112
|
"""Sets the rules of this ListL7RulesResponse.
|
113
113
|
|
114
|
-
|
114
|
+
参数解释:规则对象列表。
|
115
115
|
|
116
116
|
:param rules: The rules of this ListL7RulesResponse.
|
117
117
|
:type rules: list[:class:`huaweicloudsdkelb.v3.L7Rule`]
|
@@ -91,7 +91,7 @@ class ListListenersRequest:
|
|
91
91
|
:type page_reverse: bool
|
92
92
|
:param protocol_port: 监听器的前端监听端口。 [当监听器的protocol为IP时,前端端口固定为0。](tag:hws_eu) 支持多值查询,查询条件格式:*protocol_port=xxx&protocol_port=xxx*。
|
93
93
|
:type protocol_port: list[str]
|
94
|
-
:param protocol: 监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu
|
94
|
+
:param protocol: 监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、HTTP、HTTPS。](tag:hcso_dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu) 支持多值查询,查询条件格式:*protocol=xxx&protocol=xxx*。 [不支持QUIC。](tag:tm,hws_eu,g42,hk_g42,hcso_dt,dt,dt_test)
|
95
95
|
:type protocol: list[str]
|
96
96
|
:param description: 监听器的描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
97
97
|
:type description: list[str]
|
@@ -123,9 +123,9 @@ class ListListenersRequest:
|
|
123
123
|
:type enterprise_project_id: list[str]
|
124
124
|
:param enable_member_retry: 是否开启后端服务器的重试。 取值:true 开启重试,false 不开启重试。
|
125
125
|
:type enable_member_retry: bool
|
126
|
-
:param member_timeout: 等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-
|
126
|
+
:param member_timeout: 等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-3600s。 支持多值查询,查询条件格式:*member_timeout=xxx&member_timeout=xxx*。
|
127
127
|
:type member_timeout: list[int]
|
128
|
-
:param client_timeout: 等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-
|
128
|
+
:param client_timeout: 等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-3600s。 支持多值查询,查询条件格式:*client_timeout=xxx&client_timeout=xxx*。
|
129
129
|
:type client_timeout: list[int]
|
130
130
|
:param keepalive_timeout: 客户端连接空闲超时时间。在超过keepalive_timeout时长一直没有请求, 负载均衡会暂时中断当前连接,直到下一次请求时重新建立新的连接。 取值: - TCP监听器[和IP监听器](tag:hws_eu):10-4000s。 - HTTP/HTTPS/TERMINATED_HTTPS监听器:0-4000s。 [- 共享型实例的UDP监听器不支持此字段。](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,dt_test,hk_tm) 支持多值查询,查询条件格式:*keepalive_timeout=xxx&keepalive_timeout=xxx*。
|
131
131
|
:type keepalive_timeout: list[int]
|
@@ -322,7 +322,7 @@ class ListListenersRequest:
|
|
322
322
|
def protocol(self):
|
323
323
|
"""Gets the protocol of this ListListenersRequest.
|
324
324
|
|
325
|
-
监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu
|
325
|
+
监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、HTTP、HTTPS。](tag:hcso_dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu) 支持多值查询,查询条件格式:*protocol=xxx&protocol=xxx*。 [不支持QUIC。](tag:tm,hws_eu,g42,hk_g42,hcso_dt,dt,dt_test)
|
326
326
|
|
327
327
|
:return: The protocol of this ListListenersRequest.
|
328
328
|
:rtype: list[str]
|
@@ -333,7 +333,7 @@ class ListListenersRequest:
|
|
333
333
|
def protocol(self, protocol):
|
334
334
|
"""Sets the protocol of this ListListenersRequest.
|
335
335
|
|
336
|
-
监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu
|
336
|
+
监听器的监听协议。 [取值:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [取值:TCP、UDP、HTTP、HTTPS。](tag:hcso_dt) [取值:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu) 支持多值查询,查询条件格式:*protocol=xxx&protocol=xxx*。 [不支持QUIC。](tag:tm,hws_eu,g42,hk_g42,hcso_dt,dt,dt_test)
|
337
337
|
|
338
338
|
:param protocol: The protocol of this ListListenersRequest.
|
339
339
|
:type protocol: list[str]
|
@@ -674,7 +674,7 @@ class ListListenersRequest:
|
|
674
674
|
def member_timeout(self):
|
675
675
|
"""Gets the member_timeout of this ListListenersRequest.
|
676
676
|
|
677
|
-
等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-
|
677
|
+
等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-3600s。 支持多值查询,查询条件格式:*member_timeout=xxx&member_timeout=xxx*。
|
678
678
|
|
679
679
|
:return: The member_timeout of this ListListenersRequest.
|
680
680
|
:rtype: list[int]
|
@@ -685,7 +685,7 @@ class ListListenersRequest:
|
|
685
685
|
def member_timeout(self, member_timeout):
|
686
686
|
"""Sets the member_timeout of this ListListenersRequest.
|
687
687
|
|
688
|
-
等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-
|
688
|
+
等待后端服务器响应超时时间。请求转发后端服务器后,在等待超时member_timeout时长没有响应,负载均衡将终止等待,并返回 HTTP504错误码。 取值:1-3600s。 支持多值查询,查询条件格式:*member_timeout=xxx&member_timeout=xxx*。
|
689
689
|
|
690
690
|
:param member_timeout: The member_timeout of this ListListenersRequest.
|
691
691
|
:type member_timeout: list[int]
|
@@ -696,7 +696,7 @@ class ListListenersRequest:
|
|
696
696
|
def client_timeout(self):
|
697
697
|
"""Gets the client_timeout of this ListListenersRequest.
|
698
698
|
|
699
|
-
等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-
|
699
|
+
等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-3600s。 支持多值查询,查询条件格式:*client_timeout=xxx&client_timeout=xxx*。
|
700
700
|
|
701
701
|
:return: The client_timeout of this ListListenersRequest.
|
702
702
|
:rtype: list[int]
|
@@ -707,7 +707,7 @@ class ListListenersRequest:
|
|
707
707
|
def client_timeout(self, client_timeout):
|
708
708
|
"""Sets the client_timeout of this ListListenersRequest.
|
709
709
|
|
710
|
-
等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-
|
710
|
+
等待客户端请求超时时间,包括两种情况: - 读取整个客户端请求头的超时时长:如果客户端未在超时时长内发送完整个请求头,则请求将被中断 - 两个连续body体的数据包到达LB的时间间隔,超出client_timeout将会断开连接。 取值:1-3600s。 支持多值查询,查询条件格式:*client_timeout=xxx&client_timeout=xxx*。
|
711
711
|
|
712
712
|
:param client_timeout: The client_timeout of this ListListenersRequest.
|
713
713
|
:type client_timeout: list[int]
|
@@ -34,11 +34,11 @@ class ListListenersResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param request_id:
|
37
|
+
:param request_id: 参数解释:请求ID。 注:自动生成 。
|
38
38
|
:type request_id: str
|
39
39
|
:param page_info:
|
40
40
|
:type page_info: :class:`huaweicloudsdkelb.v3.PageInfo`
|
41
|
-
:param listeners: Listener的列表。
|
41
|
+
:param listeners: 参数解释:Listener的列表。
|
42
42
|
:type listeners: list[:class:`huaweicloudsdkelb.v3.Listener`]
|
43
43
|
"""
|
44
44
|
|
@@ -60,7 +60,7 @@ class ListListenersResponse(SdkResponse):
|
|
60
60
|
def request_id(self):
|
61
61
|
"""Gets the request_id of this ListListenersResponse.
|
62
62
|
|
63
|
-
|
63
|
+
参数解释:请求ID。 注:自动生成 。
|
64
64
|
|
65
65
|
:return: The request_id of this ListListenersResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class ListListenersResponse(SdkResponse):
|
|
71
71
|
def request_id(self, request_id):
|
72
72
|
"""Sets the request_id of this ListListenersResponse.
|
73
73
|
|
74
|
-
|
74
|
+
参数解释:请求ID。 注:自动生成 。
|
75
75
|
|
76
76
|
:param request_id: The request_id of this ListListenersResponse.
|
77
77
|
:type request_id: str
|
@@ -100,7 +100,7 @@ class ListListenersResponse(SdkResponse):
|
|
100
100
|
def listeners(self):
|
101
101
|
"""Gets the listeners of this ListListenersResponse.
|
102
102
|
|
103
|
-
Listener的列表。
|
103
|
+
参数解释:Listener的列表。
|
104
104
|
|
105
105
|
:return: The listeners of this ListListenersResponse.
|
106
106
|
:rtype: list[:class:`huaweicloudsdkelb.v3.Listener`]
|
@@ -111,7 +111,7 @@ class ListListenersResponse(SdkResponse):
|
|
111
111
|
def listeners(self, listeners):
|
112
112
|
"""Sets the listeners of this ListListenersResponse.
|
113
113
|
|
114
|
-
Listener的列表。
|
114
|
+
参数解释:Listener的列表。
|
115
115
|
|
116
116
|
:param listeners: The listeners of this ListListenersResponse.
|
117
117
|
:type listeners: list[:class:`huaweicloudsdkelb.v3.Listener`]
|