huaweicloudsdkelb 3.1.86__py2.py3-none-any.whl → 3.1.132__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.
Files changed (213) hide show
  1. huaweicloudsdkelb/v2/elb_async_client.py +2 -0
  2. huaweicloudsdkelb/v2/elb_client.py +2 -0
  3. huaweicloudsdkelb/v2/model/list_members_request.py +32 -3
  4. huaweicloudsdkelb/v2/region/elb_region.py +19 -1
  5. huaweicloudsdkelb/v3/__init__.py +29 -0
  6. huaweicloudsdkelb/v3/elb_async_client.py +175 -34
  7. huaweicloudsdkelb/v3/elb_client.py +175 -34
  8. huaweicloudsdkelb/v3/model/__init__.py +29 -0
  9. huaweicloudsdkelb/v3/model/autoscaling_ref.py +6 -6
  10. huaweicloudsdkelb/v3/model/availability_zone.py +15 -15
  11. huaweicloudsdkelb/v3/model/bandwidth_ref.py +3 -3
  12. huaweicloudsdkelb/v3/model/batch_add_available_zones_request.py +3 -3
  13. huaweicloudsdkelb/v3/model/batch_add_available_zones_response.py +6 -6
  14. huaweicloudsdkelb/v3/model/batch_create_members_option.py +12 -12
  15. huaweicloudsdkelb/v3/model/batch_create_members_request.py +3 -3
  16. huaweicloudsdkelb/v3/model/batch_delete_ip_list_option.py +3 -3
  17. huaweicloudsdkelb/v3/model/batch_delete_ip_list_request.py +3 -3
  18. huaweicloudsdkelb/v3/model/batch_delete_ip_list_response.py +3 -3
  19. huaweicloudsdkelb/v3/model/batch_delete_members_request.py +3 -3
  20. huaweicloudsdkelb/v3/model/batch_member.py +85 -27
  21. huaweicloudsdkelb/v3/model/batch_update_member.py +85 -27
  22. huaweicloudsdkelb/v3/model/batch_update_members_option.py +9 -9
  23. huaweicloudsdkelb/v3/model/batch_update_members_request.py +3 -3
  24. huaweicloudsdkelb/v3/model/batch_update_policies_priority_request_body.py +3 -3
  25. huaweicloudsdkelb/v3/model/batch_update_priority_request_body.py +6 -6
  26. huaweicloudsdkelb/v3/model/certificate_info.py +93 -6
  27. huaweicloudsdkelb/v3/model/change_loadbalancer_charge_mode_request_body.py +3 -3
  28. huaweicloudsdkelb/v3/model/connection_drain.py +6 -6
  29. huaweicloudsdkelb/v3/model/count_preoccupy_ip_num_request.py +6 -6
  30. huaweicloudsdkelb/v3/model/create_certificate_option.py +5 -4
  31. huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_request.py +111 -0
  32. huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_request_body.py +114 -0
  33. huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_response.py +145 -0
  34. huaweicloudsdkelb/v3/model/create_fixted_response_config.py +87 -12
  35. huaweicloudsdkelb/v3/model/create_health_monitor_option.py +18 -18
  36. huaweicloudsdkelb/v3/model/create_insert_header_config.py +170 -0
  37. huaweicloudsdkelb/v3/model/create_insert_headers_config.py +114 -0
  38. huaweicloudsdkelb/v3/model/create_ip_group_ip_option.py +6 -6
  39. huaweicloudsdkelb/v3/model/create_ip_group_option.py +15 -15
  40. huaweicloudsdkelb/v3/model/create_ip_group_response.py +3 -3
  41. huaweicloudsdkelb/v3/model/create_l7_policy_option.py +91 -37
  42. huaweicloudsdkelb/v3/model/create_l7_policy_response.py +3 -3
  43. huaweicloudsdkelb/v3/model/create_l7_policy_rule_option.py +21 -21
  44. huaweicloudsdkelb/v3/model/create_l7_rule_request.py +3 -3
  45. huaweicloudsdkelb/v3/model/create_l7_rule_response.py +3 -3
  46. huaweicloudsdkelb/v3/model/create_listener_ip_group_option.py +9 -9
  47. huaweicloudsdkelb/v3/model/create_listener_option.py +84 -84
  48. huaweicloudsdkelb/v3/model/create_listener_quic_config_option.py +6 -6
  49. huaweicloudsdkelb/v3/model/create_listener_response.py +3 -3
  50. huaweicloudsdkelb/v3/model/create_load_balancer_bandwidth_option.py +18 -18
  51. huaweicloudsdkelb/v3/model/create_load_balancer_option.py +76 -105
  52. huaweicloudsdkelb/v3/model/create_load_balancer_public_ip_option.py +12 -12
  53. huaweicloudsdkelb/v3/model/create_load_balancer_response.py +9 -9
  54. huaweicloudsdkelb/v3/model/create_loadbalancer_autoscaling_option.py +6 -6
  55. huaweicloudsdkelb/v3/model/create_master_slave_health_monitor_option.py +9 -9
  56. huaweicloudsdkelb/v3/model/create_master_slave_member_option.py +12 -12
  57. huaweicloudsdkelb/v3/model/create_master_slave_pool_option.py +33 -33
  58. huaweicloudsdkelb/v3/model/create_member_option.py +21 -21
  59. huaweicloudsdkelb/v3/model/create_member_request.py +3 -3
  60. huaweicloudsdkelb/v3/model/create_member_response.py +3 -3
  61. huaweicloudsdkelb/v3/model/create_pool_option.py +102 -48
  62. huaweicloudsdkelb/v3/model/create_pool_response.py +3 -3
  63. huaweicloudsdkelb/v3/model/create_pool_session_persistence_option.py +9 -9
  64. huaweicloudsdkelb/v3/model/create_pool_slow_start_option.py +6 -6
  65. huaweicloudsdkelb/v3/model/create_redirect_pools_config.py +143 -0
  66. huaweicloudsdkelb/v3/model/create_redirect_pools_extend_config.py +81 -6
  67. huaweicloudsdkelb/v3/model/create_redirect_pools_sticky_session_config.py +144 -0
  68. huaweicloudsdkelb/v3/model/create_redirect_url_config.py +71 -21
  69. huaweicloudsdkelb/v3/model/create_remove_header_config.py +114 -0
  70. huaweicloudsdkelb/v3/model/create_remove_headers_config.py +114 -0
  71. huaweicloudsdkelb/v3/model/create_rewrite_url_config.py +9 -9
  72. huaweicloudsdkelb/v3/model/create_rule_condition.py +6 -6
  73. huaweicloudsdkelb/v3/model/create_rule_option.py +24 -24
  74. huaweicloudsdkelb/v3/model/create_traffic_limit_config.py +173 -0
  75. huaweicloudsdkelb/v3/model/delete_ip_group_request.py +3 -3
  76. huaweicloudsdkelb/v3/model/delete_l7_policy_request.py +3 -3
  77. huaweicloudsdkelb/v3/model/delete_master_slave_pool_request.py +3 -3
  78. huaweicloudsdkelb/v3/model/delete_member_request.py +6 -6
  79. huaweicloudsdkelb/v3/model/delete_pool_request.py +3 -3
  80. huaweicloudsdkelb/v3/model/eip_info.py +9 -9
  81. huaweicloudsdkelb/v3/model/fixted_response_config.py +87 -12
  82. huaweicloudsdkelb/v3/model/flavor.py +79 -21
  83. huaweicloudsdkelb/v3/model/flavor_info.py +18 -18
  84. huaweicloudsdkelb/v3/model/global_eip_info.py +9 -9
  85. huaweicloudsdkelb/v3/model/health_monitor.py +18 -18
  86. huaweicloudsdkelb/v3/model/insert_header_config.py +170 -0
  87. huaweicloudsdkelb/v3/model/insert_headers_config.py +114 -0
  88. huaweicloudsdkelb/v3/model/ip_group.py +119 -90
  89. huaweicloudsdkelb/v3/model/ip_group_ip.py +3 -3
  90. huaweicloudsdkelb/v3/model/ip_info.py +6 -6
  91. huaweicloudsdkelb/v3/model/l7_policy.py +103 -49
  92. huaweicloudsdkelb/v3/model/l7_rule.py +36 -36
  93. huaweicloudsdkelb/v3/model/list_all_members_request.py +24 -24
  94. huaweicloudsdkelb/v3/model/list_all_members_response.py +4 -4
  95. huaweicloudsdkelb/v3/model/list_availability_zones_request.py +3 -3
  96. huaweicloudsdkelb/v3/model/list_availability_zones_response.py +38 -9
  97. huaweicloudsdkelb/v3/model/list_certificates_request.py +64 -6
  98. huaweicloudsdkelb/v3/model/list_flavors_request.py +21 -21
  99. huaweicloudsdkelb/v3/model/list_flavors_response.py +6 -6
  100. huaweicloudsdkelb/v3/model/list_health_monitors_request.py +15 -15
  101. huaweicloudsdkelb/v3/model/list_ip_groups_request.py +53 -24
  102. huaweicloudsdkelb/v3/model/list_ip_groups_response.py +6 -6
  103. huaweicloudsdkelb/v3/model/list_l7_policies_request.py +51 -51
  104. huaweicloudsdkelb/v3/model/list_l7_policies_response.py +6 -6
  105. huaweicloudsdkelb/v3/model/list_l7_rules_request.py +6 -6
  106. huaweicloudsdkelb/v3/model/list_l7_rules_response.py +6 -6
  107. huaweicloudsdkelb/v3/model/list_listeners_request.py +42 -42
  108. huaweicloudsdkelb/v3/model/list_listeners_response.py +6 -6
  109. huaweicloudsdkelb/v3/model/list_load_balancers_request.py +36 -36
  110. huaweicloudsdkelb/v3/model/list_logtanks_request.py +3 -3
  111. huaweicloudsdkelb/v3/model/list_master_slave_pools_request.py +39 -39
  112. huaweicloudsdkelb/v3/model/list_members_request.py +27 -27
  113. huaweicloudsdkelb/v3/model/list_pools_request.py +135 -48
  114. huaweicloudsdkelb/v3/model/list_security_policies_request.py +3 -3
  115. huaweicloudsdkelb/v3/model/listener.py +96 -96
  116. huaweicloudsdkelb/v3/model/listener_insert_headers.py +30 -30
  117. huaweicloudsdkelb/v3/model/listener_ip_group.py +9 -9
  118. huaweicloudsdkelb/v3/model/listener_member_info.py +3 -3
  119. huaweicloudsdkelb/v3/model/listener_quic_config.py +6 -6
  120. huaweicloudsdkelb/v3/model/listener_ref.py +3 -3
  121. huaweicloudsdkelb/v3/model/load_balancer.py +129 -129
  122. huaweicloudsdkelb/v3/model/load_balancer_ref.py +3 -3
  123. huaweicloudsdkelb/v3/model/load_balancer_status.py +3 -3
  124. huaweicloudsdkelb/v3/model/load_balancer_status_policy.py +3 -3
  125. huaweicloudsdkelb/v3/model/load_balancer_status_pool.py +3 -3
  126. huaweicloudsdkelb/v3/model/logtank.py +3 -3
  127. huaweicloudsdkelb/v3/model/master_slave_health_monitor.py +12 -12
  128. huaweicloudsdkelb/v3/model/master_slave_member.py +18 -18
  129. huaweicloudsdkelb/v3/model/master_slave_pool.py +42 -42
  130. huaweicloudsdkelb/v3/model/member.py +46 -191
  131. huaweicloudsdkelb/v3/model/member_info.py +656 -0
  132. huaweicloudsdkelb/v3/model/member_ref.py +3 -3
  133. huaweicloudsdkelb/v3/model/member_status.py +6 -6
  134. huaweicloudsdkelb/v3/model/page_info.py +9 -9
  135. huaweicloudsdkelb/v3/model/pool.py +146 -63
  136. huaweicloudsdkelb/v3/model/pool_health.py +115 -0
  137. huaweicloudsdkelb/v3/model/pool_ref.py +3 -3
  138. huaweicloudsdkelb/v3/model/prepaid_create_option.py +12 -12
  139. huaweicloudsdkelb/v3/model/public_ip_info.py +9 -9
  140. huaweicloudsdkelb/v3/model/quota.py +21 -21
  141. huaweicloudsdkelb/v3/model/quota_info.py +3 -3
  142. huaweicloudsdkelb/v3/model/redirect_pools_config.py +144 -0
  143. huaweicloudsdkelb/v3/model/redirect_pools_extend_config.py +81 -6
  144. huaweicloudsdkelb/v3/model/redirect_pools_sticky_session_config.py +144 -0
  145. huaweicloudsdkelb/v3/model/redirect_url_config.py +83 -27
  146. huaweicloudsdkelb/v3/model/remove_header_config.py +114 -0
  147. huaweicloudsdkelb/v3/model/remove_headers_config.py +114 -0
  148. huaweicloudsdkelb/v3/model/rewrite_url_config.py +9 -9
  149. huaweicloudsdkelb/v3/model/rule_condition.py +6 -6
  150. huaweicloudsdkelb/v3/model/rule_ref.py +3 -3
  151. huaweicloudsdkelb/v3/model/session_persistence.py +9 -9
  152. huaweicloudsdkelb/v3/model/show_certificate_private_key_echo_request.py +84 -0
  153. huaweicloudsdkelb/v3/model/show_certificate_private_key_echo_response.py +145 -0
  154. huaweicloudsdkelb/v3/model/show_flavor_request.py +3 -3
  155. huaweicloudsdkelb/v3/model/show_flavor_response.py +3 -3
  156. huaweicloudsdkelb/v3/model/show_ip_group_request.py +3 -3
  157. huaweicloudsdkelb/v3/model/show_ip_group_response.py +3 -3
  158. huaweicloudsdkelb/v3/model/show_l7_policy_request.py +3 -3
  159. huaweicloudsdkelb/v3/model/show_l7_policy_response.py +3 -3
  160. huaweicloudsdkelb/v3/model/show_l7_rule_response.py +3 -3
  161. huaweicloudsdkelb/v3/model/show_listener_response.py +3 -3
  162. huaweicloudsdkelb/v3/model/show_load_balancer_response.py +3 -3
  163. huaweicloudsdkelb/v3/model/show_load_balancer_status_response.py +3 -3
  164. huaweicloudsdkelb/v3/model/show_master_slave_pool_request.py +3 -3
  165. huaweicloudsdkelb/v3/model/show_member_request.py +3 -3
  166. huaweicloudsdkelb/v3/model/show_pool_request.py +3 -3
  167. huaweicloudsdkelb/v3/model/slow_start.py +6 -6
  168. huaweicloudsdkelb/v3/model/tag.py +6 -6
  169. huaweicloudsdkelb/v3/model/traffic_limit_config.py +173 -0
  170. huaweicloudsdkelb/v3/model/upadate_ip_group_ip_option.py +6 -6
  171. huaweicloudsdkelb/v3/model/update_certificate_option.py +3 -3
  172. huaweicloudsdkelb/v3/model/update_fixted_response_config.py +87 -12
  173. huaweicloudsdkelb/v3/model/update_health_monitor_option.py +15 -15
  174. huaweicloudsdkelb/v3/model/update_insert_header_config.py +170 -0
  175. huaweicloudsdkelb/v3/model/update_insert_headers_config.py +114 -0
  176. huaweicloudsdkelb/v3/model/update_ip_group_option.py +9 -9
  177. huaweicloudsdkelb/v3/model/update_ip_group_request.py +3 -3
  178. huaweicloudsdkelb/v3/model/update_ip_group_response.py +3 -3
  179. huaweicloudsdkelb/v3/model/update_ip_list_option.py +9 -9
  180. huaweicloudsdkelb/v3/model/update_ip_list_request.py +3 -3
  181. huaweicloudsdkelb/v3/model/update_ip_list_response.py +3 -3
  182. huaweicloudsdkelb/v3/model/update_l7_policy_option.py +76 -22
  183. huaweicloudsdkelb/v3/model/update_l7_policy_request.py +3 -3
  184. huaweicloudsdkelb/v3/model/update_l7_policy_response.py +3 -3
  185. huaweicloudsdkelb/v3/model/update_l7_rule_option.py +18 -18
  186. huaweicloudsdkelb/v3/model/update_l7_rule_response.py +3 -3
  187. huaweicloudsdkelb/v3/model/update_listener_ip_group_option.py +9 -9
  188. huaweicloudsdkelb/v3/model/update_listener_option.py +66 -66
  189. huaweicloudsdkelb/v3/model/update_listener_quic_config_option.py +6 -6
  190. huaweicloudsdkelb/v3/model/update_listener_response.py +3 -3
  191. huaweicloudsdkelb/v3/model/update_load_balancer_option.py +48 -48
  192. huaweicloudsdkelb/v3/model/update_load_balancer_response.py +9 -9
  193. huaweicloudsdkelb/v3/model/update_loadbalancer_autoscaling_option.py +6 -6
  194. huaweicloudsdkelb/v3/model/update_member_option.py +12 -12
  195. huaweicloudsdkelb/v3/model/update_member_request.py +3 -3
  196. huaweicloudsdkelb/v3/model/update_pool_option.py +52 -27
  197. huaweicloudsdkelb/v3/model/update_pool_request.py +3 -3
  198. huaweicloudsdkelb/v3/model/update_pool_session_persistence_option.py +6 -6
  199. huaweicloudsdkelb/v3/model/update_redirect_pools_config.py +143 -0
  200. huaweicloudsdkelb/v3/model/update_redirect_pools_extend_config.py +84 -9
  201. huaweicloudsdkelb/v3/model/update_redirect_pools_sticky_session_config.py +144 -0
  202. huaweicloudsdkelb/v3/model/update_redirect_url_config.py +71 -21
  203. huaweicloudsdkelb/v3/model/update_remove_header_config.py +114 -0
  204. huaweicloudsdkelb/v3/model/update_remove_headers_config.py +114 -0
  205. huaweicloudsdkelb/v3/model/update_rewrite_url_config.py +173 -0
  206. huaweicloudsdkelb/v3/model/update_rule_condition.py +6 -6
  207. huaweicloudsdkelb/v3/model/update_traffic_limit_config.py +173 -0
  208. huaweicloudsdkelb/v3/region/elb_region.py +19 -1
  209. {huaweicloudsdkelb-3.1.86.dist-info → huaweicloudsdkelb-3.1.132.dist-info}/METADATA +2 -2
  210. {huaweicloudsdkelb-3.1.86.dist-info → huaweicloudsdkelb-3.1.132.dist-info}/RECORD +213 -184
  211. {huaweicloudsdkelb-3.1.86.dist-info → huaweicloudsdkelb-3.1.132.dist-info}/WHEEL +1 -1
  212. {huaweicloudsdkelb-3.1.86.dist-info → huaweicloudsdkelb-3.1.132.dist-info}/LICENSE +0 -0
  213. {huaweicloudsdkelb-3.1.86.dist-info → huaweicloudsdkelb-3.1.132.dist-info}/top_level.txt +0 -0
@@ -51,29 +51,29 @@ class L7Rule:
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
54
- :param admin_state_up: 转发规则的管理状,默认为true。 不支持该字段,请勿使用。
54
+ :param admin_state_up: 参数解释:转发规则的管理状,固定为true。 不支持该字段,请勿使用。
55
55
  :type admin_state_up: bool
56
- :param compare_type: 转发规则的匹配方式。type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX, STARTS_WITH,EQUAL_TO。
56
+ :param compare_type: 参数解释:转发规则的匹配方式。 取值范围:type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX,STARTS_WITH,EQUAL_TO。
57
57
  :type compare_type: str
58
- :param key: 匹配内容的键值。[type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
58
+ :param key: 参数解释:匹配内容的键值。 [约束限制:type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
59
59
  :type key: str
60
- :param project_id: 转发规则所在的项目ID。
60
+ :param project_id: 参数解释:转发规则所在的项目ID。
61
61
  :type project_id: str
62
- :param type: 转发规则类别。 取值: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 使用说明: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
62
+ :param type: 参数解释:转发规则类别。 约束限制: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 取值范围: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 - COOKIE: 匹配cookie信息。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
63
63
  :type type: str
64
- :param value: 匹配内容的值。仅当conditions空时该字段生效。 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。 若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时, 字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
64
+ :param value: 参数解释:匹配内容的值。 约束限制:仅当conditions空时该字段生效。 取值范围: - 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 - 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时,字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 - 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
65
65
  :type value: str
66
- :param provisioning_status: provisioning状态,可以为ACTIVE、PENDING_CREATE 或者ERROR。 说明:该字段无实际含义,默认为ACTIVE。
66
+ :param provisioning_status: 参数解释:provisioning状态。该字段无效,默认为ACTIVE。 取值范围:ACTIVE、PENDING_CREATE 或者ERROR。
67
67
  :type provisioning_status: str
68
- :param invert: 是否反向匹配。 使用说明:固定为false。该字段能更新但不会生效。
68
+ :param invert: 参数解释:是否反向匹配。 约束限制:固定为false。该字段能更新但不会生效。
69
69
  :type invert: bool
70
- :param id: 规则ID。
70
+ :param id: 参数解释:规则ID。
71
71
  :type id: str
72
- :param conditions: 转发规则的匹配条件。当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 若转发规则配置了conditions,字段key、字段value的值无意义。 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt)
72
+ :param conditions: 参数解释:转发规则的匹配条件。 约束限制: - 当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 - 若转发规则配置了conditions,字段key、字段value的值无意义。 - 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt,dt_test)
73
73
  :type conditions: list[:class:`huaweicloudsdkelb.v3.RuleCondition`]
74
- :param created_at: 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
74
+ :param created_at: 参数解释:创建时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
75
75
  :type created_at: str
76
- :param updated_at: 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
76
+ :param updated_at: 参数解释:更新时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
77
77
  :type updated_at: str
78
78
  """
79
79
 
@@ -112,7 +112,7 @@ class L7Rule:
112
112
  def admin_state_up(self):
113
113
  """Gets the admin_state_up of this L7Rule.
114
114
 
115
- 转发规则的管理状,默认为true。 不支持该字段,请勿使用。
115
+ 参数解释:转发规则的管理状,固定为true。 不支持该字段,请勿使用。
116
116
 
117
117
  :return: The admin_state_up of this L7Rule.
118
118
  :rtype: bool
@@ -123,7 +123,7 @@ class L7Rule:
123
123
  def admin_state_up(self, admin_state_up):
124
124
  """Sets the admin_state_up of this L7Rule.
125
125
 
126
- 转发规则的管理状,默认为true。 不支持该字段,请勿使用。
126
+ 参数解释:转发规则的管理状,固定为true。 不支持该字段,请勿使用。
127
127
 
128
128
  :param admin_state_up: The admin_state_up of this L7Rule.
129
129
  :type admin_state_up: bool
@@ -134,7 +134,7 @@ class L7Rule:
134
134
  def compare_type(self):
135
135
  """Gets the compare_type of this L7Rule.
136
136
 
137
- 转发规则的匹配方式。type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX, STARTS_WITH,EQUAL_TO。
137
+ 参数解释:转发规则的匹配方式。 取值范围:type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX,STARTS_WITH,EQUAL_TO。
138
138
 
139
139
  :return: The compare_type of this L7Rule.
140
140
  :rtype: str
@@ -145,7 +145,7 @@ class L7Rule:
145
145
  def compare_type(self, compare_type):
146
146
  """Sets the compare_type of this L7Rule.
147
147
 
148
- 转发规则的匹配方式。type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX, STARTS_WITH,EQUAL_TO。
148
+ 参数解释:转发规则的匹配方式。 取值范围:type为HOST_NAME时可以为EQUAL_TO。type为PATH时可以为REGEX,STARTS_WITH,EQUAL_TO。
149
149
 
150
150
  :param compare_type: The compare_type of this L7Rule.
151
151
  :type compare_type: str
@@ -156,7 +156,7 @@ class L7Rule:
156
156
  def key(self):
157
157
  """Gets the key of this L7Rule.
158
158
 
159
- 匹配内容的键值。[type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
159
+ 参数解释:匹配内容的键值。 [约束限制:type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
160
160
 
161
161
  :return: The key of this L7Rule.
162
162
  :rtype: str
@@ -167,7 +167,7 @@ class L7Rule:
167
167
  def key(self, key):
168
168
  """Sets the key of this L7Rule.
169
169
 
170
- 匹配内容的键值。[type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
170
+ 参数解释:匹配内容的键值。 [约束限制:type为HOST_NAME和PATH时,该字段不生效。 ](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt) [不支持该字段,请勿使用。](tag:hcso_dt)
171
171
 
172
172
  :param key: The key of this L7Rule.
173
173
  :type key: str
@@ -178,7 +178,7 @@ class L7Rule:
178
178
  def project_id(self):
179
179
  """Gets the project_id of this L7Rule.
180
180
 
181
- 转发规则所在的项目ID。
181
+ 参数解释:转发规则所在的项目ID。
182
182
 
183
183
  :return: The project_id of this L7Rule.
184
184
  :rtype: str
@@ -189,7 +189,7 @@ class L7Rule:
189
189
  def project_id(self, project_id):
190
190
  """Sets the project_id of this L7Rule.
191
191
 
192
- 转发规则所在的项目ID。
192
+ 参数解释:转发规则所在的项目ID。
193
193
 
194
194
  :param project_id: The project_id of this L7Rule.
195
195
  :type project_id: str
@@ -200,7 +200,7 @@ class L7Rule:
200
200
  def type(self):
201
201
  """Gets the type of this L7Rule.
202
202
 
203
- 转发规则类别。 取值: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 使用说明: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
203
+ 参数解释:转发规则类别。 约束限制: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 取值范围: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 - COOKIE: 匹配cookie信息。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
204
204
 
205
205
  :return: The type of this L7Rule.
206
206
  :rtype: str
@@ -211,7 +211,7 @@ class L7Rule:
211
211
  def type(self, type):
212
212
  """Sets the type of this L7Rule.
213
213
 
214
- 转发规则类别。 取值: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 使用说明: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
214
+ 参数解释:转发规则类别。 约束限制: - 一个l7policy下创建的l7rule的HOST_NAME,PATH,METHOD,SOURCE_IP不能重复。 HEADER、QUERY_STRING支持重复的rule配置。 取值范围: - HOST_NAME:匹配域名。 - PATH:匹配请求路径。 - METHOD:匹配请求方法。 - HEADER:匹配请求头。 - QUERY_STRING:匹配请求查询参数。 - SOURCE_IP:匹配请求源IP地址。 - COOKIE: 匹配cookie信息。 [只支持取值为HOST_NAME,PATH。](tag:hcso_dt)
215
215
 
216
216
  :param type: The type of this L7Rule.
217
217
  :type type: str
@@ -222,7 +222,7 @@ class L7Rule:
222
222
  def value(self):
223
223
  """Gets the value of this L7Rule.
224
224
 
225
- 匹配内容的值。仅当conditions空时该字段生效。 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。 若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时, 字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
225
+ 参数解释:匹配内容的值。 约束限制:仅当conditions空时该字段生效。 取值范围: - 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 - 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时,字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 - 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
226
226
 
227
227
  :return: The value of this L7Rule.
228
228
  :rtype: str
@@ -233,7 +233,7 @@ class L7Rule:
233
233
  def value(self, value):
234
234
  """Sets the value of this L7Rule.
235
235
 
236
- 匹配内容的值。仅当conditions空时该字段生效。 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。 若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时, 字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
236
+ 参数解释:匹配内容的值。 约束限制:仅当conditions空时该字段生效。 取值范围: - 当type为HOST_NAME时,字符串只能包含英文字母、数字、-.*,必须以字母、数字或*开头。若域名中包含*,则*只能出现在开头且必须以*.开始。当*开头时表示通配0~任一个字符。 - 当type为PATH时,当转发规则的compare_type为STARTS_WITH、EQUAL_TO时,字符串只能包含英文字母、数字、_~';@^-%#&$.*+?,=!:|\\/()\\[\\]{},且必须以/开头。 - 当type为METHOD、SOURCE_IP、HEADER, QUERY_STRING时,该字段无意义,使用condition_pair来指定key,value。
237
237
 
238
238
  :param value: The value of this L7Rule.
239
239
  :type value: str
@@ -244,7 +244,7 @@ class L7Rule:
244
244
  def provisioning_status(self):
245
245
  """Gets the provisioning_status of this L7Rule.
246
246
 
247
- provisioning状态,可以为ACTIVE、PENDING_CREATE 或者ERROR。 说明:该字段无实际含义,默认为ACTIVE。
247
+ 参数解释:provisioning状态。该字段无效,默认为ACTIVE。 取值范围:ACTIVE、PENDING_CREATE 或者ERROR。
248
248
 
249
249
  :return: The provisioning_status of this L7Rule.
250
250
  :rtype: str
@@ -255,7 +255,7 @@ class L7Rule:
255
255
  def provisioning_status(self, provisioning_status):
256
256
  """Sets the provisioning_status of this L7Rule.
257
257
 
258
- provisioning状态,可以为ACTIVE、PENDING_CREATE 或者ERROR。 说明:该字段无实际含义,默认为ACTIVE。
258
+ 参数解释:provisioning状态。该字段无效,默认为ACTIVE。 取值范围:ACTIVE、PENDING_CREATE 或者ERROR。
259
259
 
260
260
  :param provisioning_status: The provisioning_status of this L7Rule.
261
261
  :type provisioning_status: str
@@ -266,7 +266,7 @@ class L7Rule:
266
266
  def invert(self):
267
267
  """Gets the invert of this L7Rule.
268
268
 
269
- 是否反向匹配。 使用说明:固定为false。该字段能更新但不会生效。
269
+ 参数解释:是否反向匹配。 约束限制:固定为false。该字段能更新但不会生效。
270
270
 
271
271
  :return: The invert of this L7Rule.
272
272
  :rtype: bool
@@ -277,7 +277,7 @@ class L7Rule:
277
277
  def invert(self, invert):
278
278
  """Sets the invert of this L7Rule.
279
279
 
280
- 是否反向匹配。 使用说明:固定为false。该字段能更新但不会生效。
280
+ 参数解释:是否反向匹配。 约束限制:固定为false。该字段能更新但不会生效。
281
281
 
282
282
  :param invert: The invert of this L7Rule.
283
283
  :type invert: bool
@@ -288,7 +288,7 @@ class L7Rule:
288
288
  def id(self):
289
289
  """Gets the id of this L7Rule.
290
290
 
291
- 规则ID。
291
+ 参数解释:规则ID。
292
292
 
293
293
  :return: The id of this L7Rule.
294
294
  :rtype: str
@@ -299,7 +299,7 @@ class L7Rule:
299
299
  def id(self, id):
300
300
  """Sets the id of this L7Rule.
301
301
 
302
- 规则ID。
302
+ 参数解释:规则ID。
303
303
 
304
304
  :param id: The id of this L7Rule.
305
305
  :type id: str
@@ -310,7 +310,7 @@ class L7Rule:
310
310
  def conditions(self):
311
311
  """Gets the conditions of this L7Rule.
312
312
 
313
- 转发规则的匹配条件。当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 若转发规则配置了conditions,字段key、字段value的值无意义。 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt)
313
+ 参数解释:转发规则的匹配条件。 约束限制: - 当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 - 若转发规则配置了conditions,字段key、字段value的值无意义。 - 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt,dt_test)
314
314
 
315
315
  :return: The conditions of this L7Rule.
316
316
  :rtype: list[:class:`huaweicloudsdkelb.v3.RuleCondition`]
@@ -321,7 +321,7 @@ class L7Rule:
321
321
  def conditions(self, conditions):
322
322
  """Sets the conditions of this L7Rule.
323
323
 
324
- 转发规则的匹配条件。当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 若转发规则配置了conditions,字段key、字段value的值无意义。 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt)
324
+ 参数解释:转发规则的匹配条件。 约束限制: - 当监听器的高级转发策略功能(enhance_l7policy_enable)开启后才会生效。 - 若转发规则配置了conditions,字段key、字段value的值无意义。 - 同一个rule内的conditions列表中所有key必须相同,value不允许重复。 [不支持该字段,请勿使用。](tag:hcso_dt) [荷兰region不支持该字段,请勿使用。](tag:dt,dt_test)
325
325
 
326
326
  :param conditions: The conditions of this L7Rule.
327
327
  :type conditions: list[:class:`huaweicloudsdkelb.v3.RuleCondition`]
@@ -332,7 +332,7 @@ class L7Rule:
332
332
  def created_at(self):
333
333
  """Gets the created_at of this L7Rule.
334
334
 
335
- 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
335
+ 参数解释:创建时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
336
336
 
337
337
  :return: The created_at of this L7Rule.
338
338
  :rtype: str
@@ -343,7 +343,7 @@ class L7Rule:
343
343
  def created_at(self, created_at):
344
344
  """Sets the created_at of this L7Rule.
345
345
 
346
- 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
346
+ 参数解释:创建时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
347
347
 
348
348
  :param created_at: The created_at of this L7Rule.
349
349
  :type created_at: str
@@ -354,7 +354,7 @@ class L7Rule:
354
354
  def updated_at(self):
355
355
  """Gets the updated_at of this L7Rule.
356
356
 
357
- 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
357
+ 参数解释:更新时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
358
358
 
359
359
  :return: The updated_at of this L7Rule.
360
360
  :rtype: str
@@ -365,7 +365,7 @@ class L7Rule:
365
365
  def updated_at(self, updated_at):
366
366
  """Sets the updated_at of this L7Rule.
367
367
 
368
- 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
368
+ 参数解释:更新时间。 取值范围:格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,hk_vdf,fcs,dt,hk_tm)
369
369
 
370
370
  :param updated_at: The updated_at of this L7Rule.
371
371
  :type updated_at: str
@@ -59,25 +59,25 @@ class ListAllMembersRequest:
59
59
 
60
60
  :param marker: 上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
61
61
  :type marker: str
62
- :param limit: 每页返回的个数。
62
+ :param limit: 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
63
63
  :type limit: int
64
64
  :param page_reverse: 是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。
65
65
  :type page_reverse: bool
66
- :param name: 后端云服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
66
+ :param name: 后端服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
67
67
  :type name: list[str]
68
- :param weight: 后端云服务器的权重,请求按权重在同一后端云服务器组下的后端云服务器间分发。 权重为0的后端不再接受新的请求。 当后端云服务器所在的后端云服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
68
+ :param weight: 后端服务器的权重,请求按权重在同一后端服务器组下的后端服务器间分发。 权重为0的后端不再接受新的请求。 当后端服务器所在的后端服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
69
69
  :type weight: list[int]
70
- :param admin_state_up: 后端云服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
70
+ :param admin_state_up: 后端服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
71
71
  :type admin_state_up: bool
72
- :param subnet_cidr_id: 后端云服务器所在的子网ID。该子网和后端云服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
72
+ :param subnet_cidr_id: 后端服务器所在的子网ID。该子网和后端服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
73
73
  :type subnet_cidr_id: list[str]
74
- :param address: 后端云服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。只能指定为主网卡的IP。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
74
+ :param address: 后端服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
75
75
  :type address: list[str]
76
76
  :param protocol_port: 后端服务器端口号。 支持多值查询,查询条件格式:*protocol_port=xxx&protocol_port=xxx*。
77
77
  :type protocol_port: list[int]
78
- :param id: 后端云服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
78
+ :param id: 后端服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
79
79
  :type id: list[str]
80
- :param operating_status: 后端云服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
80
+ :param operating_status: 后端服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
81
81
  :type operating_status: list[str]
82
82
  :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)
83
83
  :type enterprise_project_id: list[str]
@@ -165,7 +165,7 @@ class ListAllMembersRequest:
165
165
  def limit(self):
166
166
  """Gets the limit of this ListAllMembersRequest.
167
167
 
168
- 每页返回的个数。
168
+ 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
169
169
 
170
170
  :return: The limit of this ListAllMembersRequest.
171
171
  :rtype: int
@@ -176,7 +176,7 @@ class ListAllMembersRequest:
176
176
  def limit(self, limit):
177
177
  """Sets the limit of this ListAllMembersRequest.
178
178
 
179
- 每页返回的个数。
179
+ 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
180
180
 
181
181
  :param limit: The limit of this ListAllMembersRequest.
182
182
  :type limit: int
@@ -209,7 +209,7 @@ class ListAllMembersRequest:
209
209
  def name(self):
210
210
  """Gets the name of this ListAllMembersRequest.
211
211
 
212
- 后端云服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
212
+ 后端服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
213
213
 
214
214
  :return: The name of this ListAllMembersRequest.
215
215
  :rtype: list[str]
@@ -220,7 +220,7 @@ class ListAllMembersRequest:
220
220
  def name(self, name):
221
221
  """Sets the name of this ListAllMembersRequest.
222
222
 
223
- 后端云服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
223
+ 后端服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
224
224
 
225
225
  :param name: The name of this ListAllMembersRequest.
226
226
  :type name: list[str]
@@ -231,7 +231,7 @@ class ListAllMembersRequest:
231
231
  def weight(self):
232
232
  """Gets the weight of this ListAllMembersRequest.
233
233
 
234
- 后端云服务器的权重,请求按权重在同一后端云服务器组下的后端云服务器间分发。 权重为0的后端不再接受新的请求。 当后端云服务器所在的后端云服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
234
+ 后端服务器的权重,请求按权重在同一后端服务器组下的后端服务器间分发。 权重为0的后端不再接受新的请求。 当后端服务器所在的后端服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
235
235
 
236
236
  :return: The weight of this ListAllMembersRequest.
237
237
  :rtype: list[int]
@@ -242,7 +242,7 @@ class ListAllMembersRequest:
242
242
  def weight(self, weight):
243
243
  """Sets the weight of this ListAllMembersRequest.
244
244
 
245
- 后端云服务器的权重,请求按权重在同一后端云服务器组下的后端云服务器间分发。 权重为0的后端不再接受新的请求。 当后端云服务器所在的后端云服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
245
+ 后端服务器的权重,请求按权重在同一后端服务器组下的后端服务器间分发。 权重为0的后端不再接受新的请求。 当后端服务器所在的后端服务器组的lb_algorithm的取值为SOURCE_IP时,该字段无效。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
246
246
 
247
247
  :param weight: The weight of this ListAllMembersRequest.
248
248
  :type weight: list[int]
@@ -253,7 +253,7 @@ class ListAllMembersRequest:
253
253
  def admin_state_up(self):
254
254
  """Gets the admin_state_up of this ListAllMembersRequest.
255
255
 
256
- 后端云服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
256
+ 后端服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
257
257
 
258
258
  :return: The admin_state_up of this ListAllMembersRequest.
259
259
  :rtype: bool
@@ -264,7 +264,7 @@ class ListAllMembersRequest:
264
264
  def admin_state_up(self, admin_state_up):
265
265
  """Sets the admin_state_up of this ListAllMembersRequest.
266
266
 
267
- 后端云服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
267
+ 后端服务器的管理状态;该字段虽然支持创建、更新,但实际取值决定于member对应的弹性云服务器是否存在。 若存在,该值为true,否则,该值为false。
268
268
 
269
269
  :param admin_state_up: The admin_state_up of this ListAllMembersRequest.
270
270
  :type admin_state_up: bool
@@ -275,7 +275,7 @@ class ListAllMembersRequest:
275
275
  def subnet_cidr_id(self):
276
276
  """Gets the subnet_cidr_id of this ListAllMembersRequest.
277
277
 
278
- 后端云服务器所在的子网ID。该子网和后端云服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
278
+ 后端服务器所在的子网ID。该子网和后端服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
279
279
 
280
280
  :return: The subnet_cidr_id of this ListAllMembersRequest.
281
281
  :rtype: list[str]
@@ -286,7 +286,7 @@ class ListAllMembersRequest:
286
286
  def subnet_cidr_id(self, subnet_cidr_id):
287
287
  """Sets the subnet_cidr_id of this ListAllMembersRequest.
288
288
 
289
- 后端云服务器所在的子网ID。该子网和后端云服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
289
+ 后端服务器所在的子网ID。该子网和后端服务器关联的负载均衡器的子网必须在同一VPC下。只支持指定IPv4的子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。
290
290
 
291
291
  :param subnet_cidr_id: The subnet_cidr_id of this ListAllMembersRequest.
292
292
  :type subnet_cidr_id: list[str]
@@ -297,7 +297,7 @@ class ListAllMembersRequest:
297
297
  def address(self):
298
298
  """Gets the address of this ListAllMembersRequest.
299
299
 
300
- 后端云服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。只能指定为主网卡的IP。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
300
+ 后端服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
301
301
 
302
302
  :return: The address of this ListAllMembersRequest.
303
303
  :rtype: list[str]
@@ -308,7 +308,7 @@ class ListAllMembersRequest:
308
308
  def address(self, address):
309
309
  """Sets the address of this ListAllMembersRequest.
310
310
 
311
- 后端云服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。只能指定为主网卡的IP。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
311
+ 后端服务器的对应的IP地址,这个IP必须在subnet_cidr_id字段的子网网段中。 例如:192.168.3.11。 支持多值查询,查询条件格式:*address=xxx&address=xxx*。
312
312
 
313
313
  :param address: The address of this ListAllMembersRequest.
314
314
  :type address: list[str]
@@ -341,7 +341,7 @@ class ListAllMembersRequest:
341
341
  def id(self):
342
342
  """Gets the id of this ListAllMembersRequest.
343
343
 
344
- 后端云服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
344
+ 后端服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
345
345
 
346
346
  :return: The id of this ListAllMembersRequest.
347
347
  :rtype: list[str]
@@ -352,7 +352,7 @@ class ListAllMembersRequest:
352
352
  def id(self, id):
353
353
  """Sets the id of this ListAllMembersRequest.
354
354
 
355
- 后端云服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
355
+ 后端服务器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
356
356
 
357
357
  :param id: The id of this ListAllMembersRequest.
358
358
  :type id: list[str]
@@ -363,7 +363,7 @@ class ListAllMembersRequest:
363
363
  def operating_status(self):
364
364
  """Gets the operating_status of this ListAllMembersRequest.
365
365
 
366
- 后端云服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
366
+ 后端服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
367
367
 
368
368
  :return: The operating_status of this ListAllMembersRequest.
369
369
  :rtype: list[str]
@@ -374,7 +374,7 @@ class ListAllMembersRequest:
374
374
  def operating_status(self, operating_status):
375
375
  """Sets the operating_status of this ListAllMembersRequest.
376
376
 
377
- 后端云服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
377
+ 后端服务器的健康状态。 取值: - ONLINE,后端服务器正常运行。 - NO_MONITOR,后端服务器无健康检查。 - OFFLINE,已下线。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=*。
378
378
 
379
379
  :param operating_status: The operating_status of this ListAllMembersRequest.
380
380
  :type operating_status: list[str]
@@ -20,7 +20,7 @@ class ListAllMembersResponse(SdkResponse):
20
20
  openapi_types = {
21
21
  'request_id': 'str',
22
22
  'page_info': 'PageInfo',
23
- 'members': 'list[Member]'
23
+ 'members': 'list[MemberInfo]'
24
24
  }
25
25
 
26
26
  attribute_map = {
@@ -39,7 +39,7 @@ class ListAllMembersResponse(SdkResponse):
39
39
  :param page_info:
40
40
  :type page_info: :class:`huaweicloudsdkelb.v3.PageInfo`
41
41
  :param members: 后端服务器对象列表。
42
- :type members: list[:class:`huaweicloudsdkelb.v3.Member`]
42
+ :type members: list[:class:`huaweicloudsdkelb.v3.MemberInfo`]
43
43
  """
44
44
 
45
45
  super(ListAllMembersResponse, self).__init__()
@@ -103,7 +103,7 @@ class ListAllMembersResponse(SdkResponse):
103
103
  后端服务器对象列表。
104
104
 
105
105
  :return: The members of this ListAllMembersResponse.
106
- :rtype: list[:class:`huaweicloudsdkelb.v3.Member`]
106
+ :rtype: list[:class:`huaweicloudsdkelb.v3.MemberInfo`]
107
107
  """
108
108
  return self._members
109
109
 
@@ -114,7 +114,7 @@ class ListAllMembersResponse(SdkResponse):
114
114
  后端服务器对象列表。
115
115
 
116
116
  :param members: The members of this ListAllMembersResponse.
117
- :type members: list[:class:`huaweicloudsdkelb.v3.Member`]
117
+ :type members: list[:class:`huaweicloudsdkelb.v3.MemberInfo`]
118
118
  """
119
119
  self._members = members
120
120
 
@@ -29,7 +29,7 @@ class ListAvailabilityZonesRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param public_border_group: AZ组。
32
+ :param public_border_group: 参数解释:可用区组。
33
33
  :type public_border_group: str
34
34
  """
35
35
 
@@ -45,7 +45,7 @@ class ListAvailabilityZonesRequest:
45
45
  def public_border_group(self):
46
46
  """Gets the public_border_group of this ListAvailabilityZonesRequest.
47
47
 
48
- AZ组。
48
+ 参数解释:可用区组。
49
49
 
50
50
  :return: The public_border_group of this ListAvailabilityZonesRequest.
51
51
  :rtype: str
@@ -56,7 +56,7 @@ class ListAvailabilityZonesRequest:
56
56
  def public_border_group(self, public_border_group):
57
57
  """Sets the public_border_group of this ListAvailabilityZonesRequest.
58
58
 
59
- AZ组。
59
+ 参数解释:可用区组。
60
60
 
61
61
  :param public_border_group: The public_border_group of this ListAvailabilityZonesRequest.
62
62
  :type public_border_group: str
@@ -19,41 +19,48 @@ class ListAvailabilityZonesResponse(SdkResponse):
19
19
 
20
20
  openapi_types = {
21
21
  'request_id': 'str',
22
- 'availability_zones': 'list[list[AvailabilityZone]]'
22
+ 'availability_zones': 'list[list[AvailabilityZone]]',
23
+ 'spec_code': 'str'
23
24
  }
24
25
 
25
26
  attribute_map = {
26
27
  'request_id': 'request_id',
27
- 'availability_zones': 'availability_zones'
28
+ 'availability_zones': 'availability_zones',
29
+ 'spec_code': 'spec_code'
28
30
  }
29
31
 
30
- def __init__(self, request_id=None, availability_zones=None):
32
+ def __init__(self, request_id=None, availability_zones=None, spec_code=None):
31
33
  """ListAvailabilityZonesResponse
32
34
 
33
35
  The model defined in huaweicloud sdk
34
36
 
35
- :param request_id: 请求ID。 注:自动生成。
37
+ :param request_id: 参数解释:请求ID。 注:自动生成。
36
38
  :type request_id: str
37
- :param availability_zones: 返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] , 则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
39
+ :param availability_zones: 参数解释:返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] ,则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
38
40
  :type availability_zones: list[list[AvailabilityZone]]
41
+ :param spec_code: 参数解释:可用区的产品编码,仅边缘场景有效。
42
+ :type spec_code: str
39
43
  """
40
44
 
41
45
  super(ListAvailabilityZonesResponse, self).__init__()
42
46
 
43
47
  self._request_id = None
44
48
  self._availability_zones = None
49
+ self._spec_code = None
45
50
  self.discriminator = None
46
51
 
47
52
  if request_id is not None:
48
53
  self.request_id = request_id
49
54
  if availability_zones is not None:
50
55
  self.availability_zones = availability_zones
56
+ if spec_code is not None:
57
+ self.spec_code = spec_code
51
58
 
52
59
  @property
53
60
  def request_id(self):
54
61
  """Gets the request_id of this ListAvailabilityZonesResponse.
55
62
 
56
- 请求ID。 注:自动生成。
63
+ 参数解释:请求ID。 注:自动生成。
57
64
 
58
65
  :return: The request_id of this ListAvailabilityZonesResponse.
59
66
  :rtype: str
@@ -64,7 +71,7 @@ class ListAvailabilityZonesResponse(SdkResponse):
64
71
  def request_id(self, request_id):
65
72
  """Sets the request_id of this ListAvailabilityZonesResponse.
66
73
 
67
- 请求ID。 注:自动生成。
74
+ 参数解释:请求ID。 注:自动生成。
68
75
 
69
76
  :param request_id: The request_id of this ListAvailabilityZonesResponse.
70
77
  :type request_id: str
@@ -75,7 +82,7 @@ class ListAvailabilityZonesResponse(SdkResponse):
75
82
  def availability_zones(self):
76
83
  """Gets the availability_zones of this ListAvailabilityZonesResponse.
77
84
 
78
- 返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] , 则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
85
+ 参数解释:返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] ,则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
79
86
 
80
87
  :return: The availability_zones of this ListAvailabilityZonesResponse.
81
88
  :rtype: list[list[AvailabilityZone]]
@@ -86,13 +93,35 @@ class ListAvailabilityZonesResponse(SdkResponse):
86
93
  def availability_zones(self, availability_zones):
87
94
  """Sets the availability_zones of this ListAvailabilityZonesResponse.
88
95
 
89
- 返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] , 则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
96
+ 参数解释:返回创建LB时可使用的可用区集合列表。如:[[az1,az2],[az2,az3]] ,则在创建LB时,只能从其中的一个子列表中选择一个或多个可用区,不能跨列表选择。在上述例子中,不能选择az1和az3。
90
97
 
91
98
  :param availability_zones: The availability_zones of this ListAvailabilityZonesResponse.
92
99
  :type availability_zones: list[list[AvailabilityZone]]
93
100
  """
94
101
  self._availability_zones = availability_zones
95
102
 
103
+ @property
104
+ def spec_code(self):
105
+ """Gets the spec_code of this ListAvailabilityZonesResponse.
106
+
107
+ 参数解释:可用区的产品编码,仅边缘场景有效。
108
+
109
+ :return: The spec_code of this ListAvailabilityZonesResponse.
110
+ :rtype: str
111
+ """
112
+ return self._spec_code
113
+
114
+ @spec_code.setter
115
+ def spec_code(self, spec_code):
116
+ """Sets the spec_code of this ListAvailabilityZonesResponse.
117
+
118
+ 参数解释:可用区的产品编码,仅边缘场景有效。
119
+
120
+ :param spec_code: The spec_code of this ListAvailabilityZonesResponse.
121
+ :type spec_code: str
122
+ """
123
+ self._spec_code = spec_code
124
+
96
125
  def to_dict(self):
97
126
  """Returns the model properties as a dict"""
98
127
  result = {}