huaweicloudsdkelb 3.1.132__py2.py3-none-any.whl → 3.1.133__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/v3/__init__.py +39 -0
- huaweicloudsdkelb/v3/elb_async_client.py +742 -22
- huaweicloudsdkelb/v3/elb_client.py +742 -22
- huaweicloudsdkelb/v3/model/__init__.py +39 -0
- huaweicloudsdkelb/v3/model/availability_zone.py +6 -6
- huaweicloudsdkelb/v3/model/base_job.py +347 -0
- huaweicloudsdkelb/v3/model/batch_add_available_zones_response.py +6 -6
- huaweicloudsdkelb/v3/model/batch_create_load_balancer_option.py +1022 -0
- huaweicloudsdkelb/v3/model/batch_create_load_balancers_request.py +111 -0
- huaweicloudsdkelb/v3/model/batch_create_load_balancers_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/batch_create_load_balancers_response.py +203 -0
- huaweicloudsdkelb/v3/model/batch_member.py +38 -13
- huaweicloudsdkelb/v3/model/batch_update_member.py +32 -7
- huaweicloudsdkelb/v3/model/batch_update_priority_request_body.py +3 -3
- huaweicloudsdkelb/v3/model/certificate_info.py +39 -10
- huaweicloudsdkelb/v3/model/clone_loadbalancer_request.py +139 -0
- huaweicloudsdkelb/v3/model/clone_loadbalancer_request_body.py +139 -0
- huaweicloudsdkelb/v3/model/clone_loadbalancer_response.py +174 -0
- huaweicloudsdkelb/v3/model/clone_loadbalancer_response_body_loadbalancer_list.py +115 -0
- huaweicloudsdkelb/v3/model/cors_config.py +260 -0
- huaweicloudsdkelb/v3/model/count_preoccupy_ip_num_request.py +73 -15
- huaweicloudsdkelb/v3/model/create_certificate_option.py +35 -6
- huaweicloudsdkelb/v3/model/create_cors_config.py +260 -0
- huaweicloudsdkelb/v3/model/create_health_monitor_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_l7_policy_option.py +6 -6
- huaweicloudsdkelb/v3/model/create_listener_option.py +126 -39
- huaweicloudsdkelb/v3/model/create_load_balancer_bandwidth_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_load_balancer_option.py +36 -36
- huaweicloudsdkelb/v3/model/create_load_balancer_public_ip_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_load_balancer_response.py +6 -6
- huaweicloudsdkelb/v3/model/create_master_slave_member_option.py +2 -1
- huaweicloudsdkelb/v3/model/create_master_slave_pool_option.py +31 -6
- huaweicloudsdkelb/v3/model/create_member_option.py +3 -3
- huaweicloudsdkelb/v3/model/create_pool_option.py +46 -21
- huaweicloudsdkelb/v3/model/create_pool_session_persistence_option.py +6 -6
- huaweicloudsdkelb/v3/model/create_redirect_pools_extend_config.py +28 -3
- huaweicloudsdkelb/v3/model/create_redirect_url_config.py +3 -3
- huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_option.py +144 -0
- huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_request.py +139 -0
- huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_pool_cascade_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_pool_cascade_response.py +85 -0
- huaweicloudsdkelb/v3/model/feature_config.py +394 -0
- huaweicloudsdkelb/v3/model/flavor.py +9 -9
- huaweicloudsdkelb/v3/model/global_eip_info.py +3 -3
- huaweicloudsdkelb/v3/model/health_monitor.py +9 -9
- huaweicloudsdkelb/v3/model/job_entities.py +144 -0
- huaweicloudsdkelb/v3/model/l7_policy.py +44 -15
- huaweicloudsdkelb/v3/model/l7_rule.py +9 -9
- huaweicloudsdkelb/v3/model/list_all_members_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_availability_zones_request.py +35 -6
- huaweicloudsdkelb/v3/model/list_certificates_request.py +30 -1
- huaweicloudsdkelb/v3/model/list_feature_configs_request.py +115 -0
- huaweicloudsdkelb/v3/model/list_feature_configs_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_flavors_request.py +119 -3
- huaweicloudsdkelb/v3/model/list_health_monitors_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_ip_groups_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_jobs_request.py +260 -0
- huaweicloudsdkelb/v3/model/list_jobs_response.py +145 -0
- huaweicloudsdkelb/v3/model/list_l7_policies_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_l7_rules_request.py +3 -3
- huaweicloudsdkelb/v3/model/list_listeners_request.py +79 -21
- huaweicloudsdkelb/v3/model/list_load_balancers_request.py +15 -15
- huaweicloudsdkelb/v3/model/list_loadbalancer_feature_request.py +114 -0
- huaweicloudsdkelb/v3/model/list_loadbalancer_feature_response.py +145 -0
- huaweicloudsdkelb/v3/model/list_logtanks_request.py +3 -3
- 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 +67 -9
- huaweicloudsdkelb/v3/model/list_quota_details_request.py +3 -3
- huaweicloudsdkelb/v3/model/listener.py +154 -39
- huaweicloudsdkelb/v3/model/load_balancer.py +21 -21
- huaweicloudsdkelb/v3/model/load_balancer_status_policy.py +3 -3
- huaweicloudsdkelb/v3/model/loadbalancer_feature.py +170 -0
- huaweicloudsdkelb/v3/model/main_job.py +376 -0
- huaweicloudsdkelb/v3/model/master_slave_member.py +26 -1
- huaweicloudsdkelb/v3/model/master_slave_pool.py +37 -12
- huaweicloudsdkelb/v3/model/member.py +32 -7
- huaweicloudsdkelb/v3/model/member_health_check_failed_reason.py +170 -0
- huaweicloudsdkelb/v3/model/member_info.py +34 -9
- huaweicloudsdkelb/v3/model/member_status.py +28 -3
- huaweicloudsdkelb/v3/model/pool.py +43 -18
- huaweicloudsdkelb/v3/model/quic_cid_hash_strategy.py +142 -0
- huaweicloudsdkelb/v3/model/quota.py +87 -3
- huaweicloudsdkelb/v3/model/quota_info.py +3 -3
- huaweicloudsdkelb/v3/model/redirect_pools_extend_config.py +28 -3
- huaweicloudsdkelb/v3/model/session_persistence.py +6 -6
- huaweicloudsdkelb/v3/model/show_ip_group_related_listeners_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_ip_group_related_listeners_response.py +116 -0
- huaweicloudsdkelb/v3/model/show_job_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_job_response.py +141 -0
- huaweicloudsdkelb/v3/model/sub_job.py +376 -0
- huaweicloudsdkelb/v3/model/target_loadbalancer_param.py +434 -0
- huaweicloudsdkelb/v3/model/update_certificate_option.py +35 -6
- huaweicloudsdkelb/v3/model/update_health_monitor_option.py +3 -3
- huaweicloudsdkelb/v3/model/update_l7_policy_option.py +3 -3
- huaweicloudsdkelb/v3/model/update_listener_option.py +120 -33
- huaweicloudsdkelb/v3/model/update_load_balancer_option.py +15 -15
- huaweicloudsdkelb/v3/model/update_load_balancer_response.py +6 -6
- huaweicloudsdkelb/v3/model/update_pool_option.py +31 -6
- huaweicloudsdkelb/v3/model/update_pool_session_persistence_option.py +6 -6
- huaweicloudsdkelb/v3/model/update_redirect_pools_extend_config.py +28 -3
- huaweicloudsdkelb/v3/model/upgrade_loadbalancer_request.py +139 -0
- huaweicloudsdkelb/v3/model/upgrade_loadbalancer_response.py +145 -0
- huaweicloudsdkelb/v3/model/upgrade_prepaid_option.py +200 -0
- huaweicloudsdkelb/v3/model/upgrade_v3_request_body.py +313 -0
- {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.133.dist-info}/METADATA +2 -2
- {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.133.dist-info}/RECORD +112 -73
- {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.133.dist-info}/LICENSE +0 -0
- {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.133.dist-info}/WHEEL +0 -0
- {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.133.dist-info}/top_level.txt +0 -0
@@ -49,7 +49,7 @@ class ListLogtanksRequest:
|
|
49
49
|
:type marker: str
|
50
50
|
:param page_reverse: 是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker
|
51
51
|
:type page_reverse: bool
|
52
|
-
:param enterprise_project_id:
|
52
|
+
:param enterprise_project_id: 参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:logtanks:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
53
53
|
:type enterprise_project_id: list[str]
|
54
54
|
:param id: 云日志记录ID。 支持多值查询,查询条件格式:id=xxx&id=xxx。
|
55
55
|
:type id: list[str]
|
@@ -160,7 +160,7 @@ class ListLogtanksRequest:
|
|
160
160
|
def enterprise_project_id(self):
|
161
161
|
"""Gets the enterprise_project_id of this ListLogtanksRequest.
|
162
162
|
|
163
|
-
|
163
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:logtanks:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
164
164
|
|
165
165
|
:return: The enterprise_project_id of this ListLogtanksRequest.
|
166
166
|
:rtype: list[str]
|
@@ -171,7 +171,7 @@ class ListLogtanksRequest:
|
|
171
171
|
def enterprise_project_id(self, enterprise_project_id):
|
172
172
|
"""Sets the enterprise_project_id of this ListLogtanksRequest.
|
173
173
|
|
174
|
-
|
174
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:logtanks:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
175
175
|
|
176
176
|
:param enterprise_project_id: The enterprise_project_id of this ListLogtanksRequest.
|
177
177
|
:type enterprise_project_id: list[str]
|
@@ -85,7 +85,7 @@ class ListMasterSlavePoolsRequest:
|
|
85
85
|
:type protocol: list[str]
|
86
86
|
:param lb_algorithm: 后端服务器组的负载均衡算法。 取值: 1、ROUND_ROBIN:加权轮询算法。 2、LEAST_CONNECTIONS:加权最少连接算法。 3、SOURCE_IP:源IP算法。 4、QUIC_CID:连接ID算法。 支持多值查询,查询条件格式:*lb_algorithm=xxx&lb_algorithm=xxx*。 [不支持QUIC_CID。](tag:tm,hws_eu,g42,hk_g42,hcso_dt) [荷兰region不支持QUIC_CID。](tag:dt,dt_test)
|
87
87
|
:type lb_algorithm: list[str]
|
88
|
-
:param enterprise_project_id:
|
88
|
+
:param enterprise_project_id: 参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
89
89
|
:type enterprise_project_id: list[str]
|
90
90
|
:param ip_version: 后端服务器组支持的IP版本。 支持多值查询,查询条件格式:*ip_version=xxx&ip_version=xxx*。
|
91
91
|
:type ip_version: list[str]
|
@@ -391,7 +391,7 @@ class ListMasterSlavePoolsRequest:
|
|
391
391
|
def enterprise_project_id(self):
|
392
392
|
"""Gets the enterprise_project_id of this ListMasterSlavePoolsRequest.
|
393
393
|
|
394
|
-
|
394
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
395
395
|
|
396
396
|
:return: The enterprise_project_id of this ListMasterSlavePoolsRequest.
|
397
397
|
:rtype: list[str]
|
@@ -402,7 +402,7 @@ class ListMasterSlavePoolsRequest:
|
|
402
402
|
def enterprise_project_id(self, enterprise_project_id):
|
403
403
|
"""Sets the enterprise_project_id of this ListMasterSlavePoolsRequest.
|
404
404
|
|
405
|
-
|
405
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
406
406
|
|
407
407
|
:param enterprise_project_id: The enterprise_project_id of this ListMasterSlavePoolsRequest.
|
408
408
|
:type enterprise_project_id: list[str]
|
@@ -83,7 +83,7 @@ class ListMembersRequest:
|
|
83
83
|
:type id: list[str]
|
84
84
|
:param operating_status: 后端服务器的健康状态。 取值: - ONLINE:后端服务器正常。 - NO_MONITOR:后端服务器所在的服务器组没有健康检查器。 - OFFLINE:后端服务器关联的ECS服务器不存在或已关机。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=xxx*。
|
85
85
|
:type operating_status: list[str]
|
86
|
-
:param enterprise_project_id:
|
86
|
+
:param enterprise_project_id: 参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:members:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
87
87
|
:type enterprise_project_id: list[str]
|
88
88
|
:param ip_version: 当前后端服务器的IP地址版本。取值:v4、v6。
|
89
89
|
:type ip_version: list[str]
|
@@ -413,7 +413,7 @@ class ListMembersRequest:
|
|
413
413
|
def enterprise_project_id(self):
|
414
414
|
"""Gets the enterprise_project_id of this ListMembersRequest.
|
415
415
|
|
416
|
-
|
416
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:members:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
417
417
|
|
418
418
|
:return: The enterprise_project_id of this ListMembersRequest.
|
419
419
|
:rtype: list[str]
|
@@ -424,7 +424,7 @@ class ListMembersRequest:
|
|
424
424
|
def enterprise_project_id(self, enterprise_project_id):
|
425
425
|
"""Sets the enterprise_project_id of this ListMembersRequest.
|
426
426
|
|
427
|
-
|
427
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:members:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
428
428
|
|
429
429
|
:param enterprise_project_id: The enterprise_project_id of this ListMembersRequest.
|
430
430
|
:type enterprise_project_id: list[str]
|
@@ -41,7 +41,9 @@ class ListPoolsRequest:
|
|
41
41
|
'connection_drain': 'bool',
|
42
42
|
'pool_health': 'str',
|
43
43
|
'any_port_enable': 'bool',
|
44
|
-
'public_border_group': 'str'
|
44
|
+
'public_border_group': 'str',
|
45
|
+
'quic_cid_len': 'int',
|
46
|
+
'quic_cid_offset': 'int'
|
45
47
|
}
|
46
48
|
|
47
49
|
attribute_map = {
|
@@ -69,10 +71,12 @@ class ListPoolsRequest:
|
|
69
71
|
'connection_drain': 'connection_drain',
|
70
72
|
'pool_health': 'pool_health',
|
71
73
|
'any_port_enable': 'any_port_enable',
|
72
|
-
'public_border_group': 'public_border_group'
|
74
|
+
'public_border_group': 'public_border_group',
|
75
|
+
'quic_cid_len': 'quic_cid_len',
|
76
|
+
'quic_cid_offset': 'quic_cid_offset'
|
73
77
|
}
|
74
78
|
|
75
|
-
def __init__(self, marker=None, limit=None, page_reverse=None, description=None, admin_state_up=None, healthmonitor_id=None, id=None, name=None, loadbalancer_id=None, protocol=None, lb_algorithm=None, enterprise_project_id=None, ip_version=None, member_address=None, member_device_id=None, member_deletion_protection_enable=None, listener_id=None, member_instance_id=None, vpc_id=None, type=None, protection_status=None, connection_drain=None, pool_health=None, any_port_enable=None, public_border_group=None):
|
79
|
+
def __init__(self, marker=None, limit=None, page_reverse=None, description=None, admin_state_up=None, healthmonitor_id=None, id=None, name=None, loadbalancer_id=None, protocol=None, lb_algorithm=None, enterprise_project_id=None, ip_version=None, member_address=None, member_device_id=None, member_deletion_protection_enable=None, listener_id=None, member_instance_id=None, vpc_id=None, type=None, protection_status=None, connection_drain=None, pool_health=None, any_port_enable=None, public_border_group=None, quic_cid_len=None, quic_cid_offset=None):
|
76
80
|
"""ListPoolsRequest
|
77
81
|
|
78
82
|
The model defined in huaweicloud sdk
|
@@ -99,7 +103,7 @@ class ListPoolsRequest:
|
|
99
103
|
:type protocol: list[str]
|
100
104
|
:param lb_algorithm: 后端服务器组的负载均衡算法。 取值: - ROUND_ROBIN:加权轮询算法。 - LEAST_CONNECTIONS:加权最少连接算法。 - SOURCE_IP:源IP算法。 - QUIC_CID:连接ID算法。 [- 2_TUPLE_HASH:二元组hash算法,仅IP类型的pool支持。 - 3_TUPLE_HASH:三元组hash算法,仅IP类型的pool支持。 - 5_TUPLE_HASH:五元组hash算法,仅IP类型的pool支持。 - IP型pool不指定该字段时,默认设置为5_TUPLE_HASH。](tag:hws_eu) 支持多值查询,查询条件格式:*lb_algorithm=xxx&lb_algorithm=xxx*。 [不支持QUIC_CID。](tag:hws_eu,g42,hk_g42,hcso_dt) [荷兰region不支持QUIC_CID。](tag:dt,dt_test)
|
101
105
|
:type lb_algorithm: list[str]
|
102
|
-
:param enterprise_project_id:
|
106
|
+
:param enterprise_project_id: 参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
103
107
|
:type enterprise_project_id: list[str]
|
104
108
|
:param ip_version: 后端服务器组支持的IP版本。 支持多值查询,查询条件格式:*ip_version=xxx&ip_version=xxx*。
|
105
109
|
:type ip_version: list[str]
|
@@ -125,8 +129,12 @@ class ListPoolsRequest:
|
|
125
129
|
:type pool_health: str
|
126
130
|
:param any_port_enable: 后端是否开启端口透传。开启后,后端服务器端口与前端监听器端口保持一致。取值:false不开启,true开启。
|
127
131
|
:type any_port_enable: bool
|
128
|
-
:param public_border_group:
|
132
|
+
:param public_border_group: 网络公共边界组
|
129
133
|
:type public_border_group: str
|
134
|
+
:param quic_cid_len: 查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_len=3&quic_cid_len=5*
|
135
|
+
:type quic_cid_len: int
|
136
|
+
:param quic_cid_offset: 查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_offset=1&quic_cid_offset=3*
|
137
|
+
:type quic_cid_offset: int
|
130
138
|
"""
|
131
139
|
|
132
140
|
|
@@ -156,6 +164,8 @@ class ListPoolsRequest:
|
|
156
164
|
self._pool_health = None
|
157
165
|
self._any_port_enable = None
|
158
166
|
self._public_border_group = None
|
167
|
+
self._quic_cid_len = None
|
168
|
+
self._quic_cid_offset = None
|
159
169
|
self.discriminator = None
|
160
170
|
|
161
171
|
if marker is not None:
|
@@ -208,6 +218,10 @@ class ListPoolsRequest:
|
|
208
218
|
self.any_port_enable = any_port_enable
|
209
219
|
if public_border_group is not None:
|
210
220
|
self.public_border_group = public_border_group
|
221
|
+
if quic_cid_len is not None:
|
222
|
+
self.quic_cid_len = quic_cid_len
|
223
|
+
if quic_cid_offset is not None:
|
224
|
+
self.quic_cid_offset = quic_cid_offset
|
211
225
|
|
212
226
|
@property
|
213
227
|
def marker(self):
|
@@ -455,7 +469,7 @@ class ListPoolsRequest:
|
|
455
469
|
def enterprise_project_id(self):
|
456
470
|
"""Gets the enterprise_project_id of this ListPoolsRequest.
|
457
471
|
|
458
|
-
|
472
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
459
473
|
|
460
474
|
:return: The enterprise_project_id of this ListPoolsRequest.
|
461
475
|
:rtype: list[str]
|
@@ -466,7 +480,7 @@ class ListPoolsRequest:
|
|
466
480
|
def enterprise_project_id(self, enterprise_project_id):
|
467
481
|
"""Sets the enterprise_project_id of this ListPoolsRequest.
|
468
482
|
|
469
|
-
|
483
|
+
参数解释:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,dt_test,hcso_dt)
|
470
484
|
|
471
485
|
:param enterprise_project_id: The enterprise_project_id of this ListPoolsRequest.
|
472
486
|
:type enterprise_project_id: list[str]
|
@@ -741,7 +755,7 @@ class ListPoolsRequest:
|
|
741
755
|
def public_border_group(self):
|
742
756
|
"""Gets the public_border_group of this ListPoolsRequest.
|
743
757
|
|
744
|
-
|
758
|
+
网络公共边界组
|
745
759
|
|
746
760
|
:return: The public_border_group of this ListPoolsRequest.
|
747
761
|
:rtype: str
|
@@ -752,13 +766,57 @@ class ListPoolsRequest:
|
|
752
766
|
def public_border_group(self, public_border_group):
|
753
767
|
"""Sets the public_border_group of this ListPoolsRequest.
|
754
768
|
|
755
|
-
|
769
|
+
网络公共边界组
|
756
770
|
|
757
771
|
:param public_border_group: The public_border_group of this ListPoolsRequest.
|
758
772
|
:type public_border_group: str
|
759
773
|
"""
|
760
774
|
self._public_border_group = public_border_group
|
761
775
|
|
776
|
+
@property
|
777
|
+
def quic_cid_len(self):
|
778
|
+
"""Gets the quic_cid_len of this ListPoolsRequest.
|
779
|
+
|
780
|
+
查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_len=3&quic_cid_len=5*
|
781
|
+
|
782
|
+
:return: The quic_cid_len of this ListPoolsRequest.
|
783
|
+
:rtype: int
|
784
|
+
"""
|
785
|
+
return self._quic_cid_len
|
786
|
+
|
787
|
+
@quic_cid_len.setter
|
788
|
+
def quic_cid_len(self, quic_cid_len):
|
789
|
+
"""Sets the quic_cid_len of this ListPoolsRequest.
|
790
|
+
|
791
|
+
查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_len=3&quic_cid_len=5*
|
792
|
+
|
793
|
+
:param quic_cid_len: The quic_cid_len of this ListPoolsRequest.
|
794
|
+
:type quic_cid_len: int
|
795
|
+
"""
|
796
|
+
self._quic_cid_len = quic_cid_len
|
797
|
+
|
798
|
+
@property
|
799
|
+
def quic_cid_offset(self):
|
800
|
+
"""Gets the quic_cid_offset of this ListPoolsRequest.
|
801
|
+
|
802
|
+
查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_offset=1&quic_cid_offset=3*
|
803
|
+
|
804
|
+
:return: The quic_cid_offset of this ListPoolsRequest.
|
805
|
+
:rtype: int
|
806
|
+
"""
|
807
|
+
return self._quic_cid_offset
|
808
|
+
|
809
|
+
@quic_cid_offset.setter
|
810
|
+
def quic_cid_offset(self, quic_cid_offset):
|
811
|
+
"""Sets the quic_cid_offset of this ListPoolsRequest.
|
812
|
+
|
813
|
+
查询相同QUIC CID策略配置的后端服务器组,仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*quic_cid_offset=1&quic_cid_offset=3*
|
814
|
+
|
815
|
+
:param quic_cid_offset: The quic_cid_offset of this ListPoolsRequest.
|
816
|
+
:type quic_cid_offset: int
|
817
|
+
"""
|
818
|
+
self._quic_cid_offset = quic_cid_offset
|
819
|
+
|
762
820
|
def to_dict(self):
|
763
821
|
"""Returns the model properties as a dict"""
|
764
822
|
result = {}
|
@@ -29,7 +29,7 @@ class ListQuotaDetailsRequest:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param quota_key: 资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length。 支持多值查询,查询条件格式:quota_key=xxx&quota_key=xxx。
|
32
|
+
:param quota_key: 资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length、ipgroups_per_listener、pools_per_l7policy、l7policies_per_listener。 支持多值查询,查询条件格式:quota_key=xxx&quota_key=xxx。
|
33
33
|
:type quota_key: list[str]
|
34
34
|
"""
|
35
35
|
|
@@ -45,7 +45,7 @@ class ListQuotaDetailsRequest:
|
|
45
45
|
def quota_key(self):
|
46
46
|
"""Gets the quota_key of this ListQuotaDetailsRequest.
|
47
47
|
|
48
|
-
资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length。 支持多值查询,查询条件格式:quota_key=xxx"a_key=xxx。
|
48
|
+
资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length、ipgroups_per_listener、pools_per_l7policy、l7policies_per_listener。 支持多值查询,查询条件格式:quota_key=xxx"a_key=xxx。
|
49
49
|
|
50
50
|
:return: The quota_key of this ListQuotaDetailsRequest.
|
51
51
|
:rtype: list[str]
|
@@ -56,7 +56,7 @@ class ListQuotaDetailsRequest:
|
|
56
56
|
def quota_key(self, quota_key):
|
57
57
|
"""Sets the quota_key of this ListQuotaDetailsRequest.
|
58
58
|
|
59
|
-
资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length。 支持多值查询,查询条件格式:quota_key=xxx"a_key=xxx。
|
59
|
+
资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length、ipgroups_per_listener、pools_per_l7policy、l7policies_per_listener。 支持多值查询,查询条件格式:quota_key=xxx"a_key=xxx。
|
60
60
|
|
61
61
|
:param quota_key: The quota_key of this ListQuotaDetailsRequest.
|
62
62
|
:type quota_key: list[str]
|