huaweicloudsdkelb 3.0.42rc0__py3-none-any.whl → 3.1.160__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/__init__.py +3 -2
- huaweicloudsdkelb/v2/elb_async_client.py +1999 -1874
- huaweicloudsdkelb/v2/elb_client.py +1997 -1873
- huaweicloudsdkelb/v2/model/__init__.py +2 -0
- huaweicloudsdkelb/v2/model/action_match.py +23 -16
- huaweicloudsdkelb/v2/model/action_tag.py +24 -18
- huaweicloudsdkelb/v2/model/batch_create_listener_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/batch_create_listener_tags_request_body.py +25 -19
- huaweicloudsdkelb/v2/model/batch_create_listener_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/batch_create_loadbalancer_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/batch_create_loadbalancer_tags_request_body.py +25 -19
- huaweicloudsdkelb/v2/model/batch_create_loadbalancer_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/batch_delete_listener_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/batch_delete_listener_tags_request_body.py +25 -19
- huaweicloudsdkelb/v2/model/batch_delete_listener_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/batch_delete_loadbalancer_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/batch_delete_loadbalancer_tags_request_body.py +25 -19
- huaweicloudsdkelb/v2/model/batch_delete_loadbalancer_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/certificate_resp.py +163 -49
- huaweicloudsdkelb/v2/model/create_certificate_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_certificate_request_body.py +147 -41
- huaweicloudsdkelb/v2/model/create_certificate_response.py +164 -49
- huaweicloudsdkelb/v2/model/create_healthmonitor_req.py +82 -53
- huaweicloudsdkelb/v2/model/create_healthmonitor_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_healthmonitor_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_healthmonitor_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_l7policy_req.py +69 -44
- huaweicloudsdkelb/v2/model/create_l7policy_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_l7policy_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_l7policy_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_l7rule_req.py +48 -31
- huaweicloudsdkelb/v2/model/create_l7rule_req_in_policy.py +43 -28
- huaweicloudsdkelb/v2/model/create_l7rule_request.py +26 -19
- huaweicloudsdkelb/v2/model/create_l7rule_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_l7rule_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_listener_req.py +152 -63
- huaweicloudsdkelb/v2/model/create_listener_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_listener_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_listener_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_listener_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/create_listener_tags_request_body.py +20 -18
- huaweicloudsdkelb/v2/model/create_listener_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/create_loadbalancer_req.py +141 -39
- huaweicloudsdkelb/v2/model/create_loadbalancer_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_loadbalancer_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_loadbalancer_response.py +81 -19
- huaweicloudsdkelb/v2/model/create_loadbalancer_tags_request.py +26 -19
- huaweicloudsdkelb/v2/model/create_loadbalancer_tags_request_body.py +20 -18
- huaweicloudsdkelb/v2/model/create_loadbalancer_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/create_member_req.py +50 -33
- huaweicloudsdkelb/v2/model/create_member_request.py +26 -19
- huaweicloudsdkelb/v2/model/create_member_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_member_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_pool_req.py +120 -43
- huaweicloudsdkelb/v2/model/create_pool_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_pool_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_pool_response.py +20 -16
- huaweicloudsdkelb/v2/model/create_whitelist_req.py +33 -22
- huaweicloudsdkelb/v2/model/create_whitelist_request.py +19 -16
- huaweicloudsdkelb/v2/model/create_whitelist_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/create_whitelist_response.py +20 -16
- huaweicloudsdkelb/v2/model/delete_certificate_request.py +20 -13
- huaweicloudsdkelb/v2/model/delete_certificate_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_healthmonitor_request.py +20 -13
- huaweicloudsdkelb/v2/model/delete_healthmonitor_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_l7policy_request.py +20 -13
- huaweicloudsdkelb/v2/model/delete_l7policy_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_l7rule_request.py +27 -16
- huaweicloudsdkelb/v2/model/delete_l7rule_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_listener_request.py +21 -39
- huaweicloudsdkelb/v2/model/delete_listener_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_listener_tags_request.py +27 -16
- huaweicloudsdkelb/v2/model/delete_listener_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_loadbalancer_request.py +23 -41
- huaweicloudsdkelb/v2/model/delete_loadbalancer_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_loadbalancer_tags_request.py +27 -16
- huaweicloudsdkelb/v2/model/delete_loadbalancer_tags_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_member_request.py +27 -16
- huaweicloudsdkelb/v2/model/delete_member_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_pool_request.py +20 -13
- huaweicloudsdkelb/v2/model/delete_pool_response.py +14 -10
- huaweicloudsdkelb/v2/model/delete_whitelist_request.py +20 -13
- huaweicloudsdkelb/v2/model/delete_whitelist_response.py +14 -10
- huaweicloudsdkelb/v2/model/healthmonitor_resp.py +124 -63
- huaweicloudsdkelb/v2/model/healthmonitors_in_status_resp.py +33 -22
- huaweicloudsdkelb/v2/model/insert_header.py +23 -16
- huaweicloudsdkelb/v2/model/l7policies_in_status_resp.py +39 -26
- huaweicloudsdkelb/v2/model/l7policy_resp.py +84 -53
- huaweicloudsdkelb/v2/model/l7rule_resp.py +63 -40
- huaweicloudsdkelb/v2/model/l7rules_in_status_resp.py +28 -19
- huaweicloudsdkelb/v2/model/list_certificates_request.py +173 -43
- huaweicloudsdkelb/v2/model/list_certificates_response.py +25 -17
- huaweicloudsdkelb/v2/model/list_healthmonitors_request.py +118 -55
- huaweicloudsdkelb/v2/model/list_healthmonitors_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_l7policies_request.py +125 -58
- huaweicloudsdkelb/v2/model/list_l7policies_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_l7rules_request.py +97 -46
- huaweicloudsdkelb/v2/model/list_l7rules_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_listener_tags_request.py +13 -10
- huaweicloudsdkelb/v2/model/list_listener_tags_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_listeners_by_tags_request.py +19 -16
- huaweicloudsdkelb/v2/model/list_listeners_by_tags_request_body.py +43 -57
- huaweicloudsdkelb/v2/model/list_listeners_by_tags_response.py +25 -17
- huaweicloudsdkelb/v2/model/list_listeners_request.py +241 -116
- huaweicloudsdkelb/v2/model/list_listeners_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_loadbalancer_tags_request.py +13 -10
- huaweicloudsdkelb/v2/model/list_loadbalancer_tags_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_loadbalancers_by_tags_request.py +19 -16
- huaweicloudsdkelb/v2/model/list_loadbalancers_by_tags_request_body.py +43 -57
- huaweicloudsdkelb/v2/model/list_loadbalancers_by_tags_response.py +25 -17
- huaweicloudsdkelb/v2/model/list_loadbalancers_request.py +125 -58
- huaweicloudsdkelb/v2/model/list_loadbalancers_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_members_request.py +122 -46
- huaweicloudsdkelb/v2/model/list_members_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_pools_request.py +104 -49
- huaweicloudsdkelb/v2/model/list_pools_response.py +20 -14
- huaweicloudsdkelb/v2/model/list_tag.py +23 -16
- huaweicloudsdkelb/v2/model/list_whitelists_request.py +62 -31
- huaweicloudsdkelb/v2/model/list_whitelists_response.py +20 -14
- huaweicloudsdkelb/v2/model/listener_resp.py +176 -77
- huaweicloudsdkelb/v2/model/listeners_in_status_resp.py +45 -30
- huaweicloudsdkelb/v2/model/loadbalancer_in_status_resp.py +45 -30
- huaweicloudsdkelb/v2/model/loadbalancer_resp.py +281 -71
- huaweicloudsdkelb/v2/model/member_resp.py +65 -42
- huaweicloudsdkelb/v2/model/members_in_status_resp.py +38 -25
- huaweicloudsdkelb/v2/model/pool_resp.py +143 -58
- huaweicloudsdkelb/v2/model/pools_in_status_resp.py +45 -32
- huaweicloudsdkelb/v2/model/prepaid_create_option.py +201 -0
- huaweicloudsdkelb/v2/model/public_ip_info.py +170 -0
- huaweicloudsdkelb/v2/model/resource_list.py +18 -13
- huaweicloudsdkelb/v2/model/resource_tag.py +23 -16
- huaweicloudsdkelb/v2/model/resources_by_tag.py +39 -26
- huaweicloudsdkelb/v2/model/session_persistence.py +28 -19
- huaweicloudsdkelb/v2/model/show_certificate_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_certificate_response.py +164 -49
- huaweicloudsdkelb/v2/model/show_healthmonitors_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_healthmonitors_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_l7policy_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_l7policy_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_l7rule_request.py +27 -16
- huaweicloudsdkelb/v2/model/show_l7rule_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_listener_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_listener_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_listener_tags_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_listener_tags_response.py +20 -14
- huaweicloudsdkelb/v2/model/show_loadbalancer_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_loadbalancer_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_loadbalancer_tags_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_loadbalancer_tags_response.py +20 -14
- huaweicloudsdkelb/v2/model/show_loadbalancers_status_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_loadbalancers_status_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_member_request.py +27 -16
- huaweicloudsdkelb/v2/model/show_member_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_pool_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_pool_response.py +20 -16
- huaweicloudsdkelb/v2/model/show_whitelist_request.py +20 -13
- huaweicloudsdkelb/v2/model/show_whitelist_response.py +20 -16
- huaweicloudsdkelb/v2/model/status_resp.py +19 -16
- huaweicloudsdkelb/v2/model/update_certificate_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_certificate_request_body.py +139 -37
- huaweicloudsdkelb/v2/model/update_certificate_response.py +164 -49
- huaweicloudsdkelb/v2/model/update_healthmonitor_req.py +72 -47
- huaweicloudsdkelb/v2/model/update_healthmonitor_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_healthmonitor_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_healthmonitor_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_l7policies_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_l7policies_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_l7policies_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_l7policy_req.py +38 -25
- huaweicloudsdkelb/v2/model/update_l7rule_req.py +38 -25
- huaweicloudsdkelb/v2/model/update_l7rule_request.py +33 -22
- huaweicloudsdkelb/v2/model/update_l7rule_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_l7rule_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_listener_req.py +132 -51
- huaweicloudsdkelb/v2/model/update_listener_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_listener_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_listener_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_loadbalancer_req.py +89 -22
- huaweicloudsdkelb/v2/model/update_loadbalancer_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_loadbalancer_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_loadbalancer_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_member_req.py +30 -21
- huaweicloudsdkelb/v2/model/update_member_request.py +33 -22
- huaweicloudsdkelb/v2/model/update_member_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_member_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_pool_req.py +100 -31
- huaweicloudsdkelb/v2/model/update_pool_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_pool_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_pool_response.py +20 -16
- huaweicloudsdkelb/v2/model/update_whitelist_req.py +23 -16
- huaweicloudsdkelb/v2/model/update_whitelist_request.py +26 -19
- huaweicloudsdkelb/v2/model/update_whitelist_request_body.py +19 -16
- huaweicloudsdkelb/v2/model/update_whitelist_response.py +20 -16
- huaweicloudsdkelb/v2/model/whitelist_resp.py +38 -25
- huaweicloudsdkelb/v2/region/elb_region.py +103 -38
- huaweicloudsdkelb/v3/__init__.py +231 -4
- huaweicloudsdkelb/v3/elb_async_client.py +5953 -2293
- huaweicloudsdkelb/v3/elb_client.py +5960 -2301
- huaweicloudsdkelb/v3/model/__init__.py +230 -2
- huaweicloudsdkelb/v3/model/api_version_info.py +142 -0
- huaweicloudsdkelb/v3/model/autoscaling_ref.py +143 -0
- huaweicloudsdkelb/v3/model/availability_zone.py +143 -23
- huaweicloudsdkelb/v3/model/az_affinity.py +201 -0
- huaweicloudsdkelb/v3/model/bandwidth_ref.py +20 -15
- huaweicloudsdkelb/v3/model/base_job.py +347 -0
- huaweicloudsdkelb/v3/model/batch_add_available_zones_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_add_available_zones_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/batch_add_available_zones_response.py +199 -0
- 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_create_members_option.py +258 -0
- huaweicloudsdkelb/v3/model/batch_create_members_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_create_members_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/batch_create_members_response.py +145 -0
- huaweicloudsdkelb/v3/model/batch_delete_ip_list_option.py +115 -0
- huaweicloudsdkelb/v3/model/batch_delete_ip_list_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_delete_ip_list_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/batch_delete_ip_list_response.py +141 -0
- huaweicloudsdkelb/v3/model/batch_delete_members_option.py +173 -0
- huaweicloudsdkelb/v3/model/batch_delete_members_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_delete_members_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/batch_delete_members_response.py +145 -0
- huaweicloudsdkelb/v3/model/batch_delete_members_state.py +142 -0
- huaweicloudsdkelb/v3/model/batch_member.py +565 -0
- huaweicloudsdkelb/v3/model/batch_remove_available_zones_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_remove_available_zones_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/batch_remove_available_zones_response.py +141 -0
- huaweicloudsdkelb/v3/model/batch_update_member.py +566 -0
- huaweicloudsdkelb/v3/model/batch_update_members_option.py +259 -0
- huaweicloudsdkelb/v3/model/batch_update_members_request.py +139 -0
- huaweicloudsdkelb/v3/model/batch_update_members_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/batch_update_members_response.py +145 -0
- huaweicloudsdkelb/v3/model/batch_update_policies_priority_request.py +111 -0
- huaweicloudsdkelb/v3/model/batch_update_policies_priority_request_body.py +115 -0
- huaweicloudsdkelb/v3/model/{show_quota_defaults_response.py → batch_update_policies_priority_response.py} +28 -47
- huaweicloudsdkelb/v3/model/batch_update_priority_request_body.py +142 -0
- huaweicloudsdkelb/v3/model/certificate_info.py +353 -65
- huaweicloudsdkelb/v3/model/change_loadbalancer_charge_mode_request.py +111 -0
- huaweicloudsdkelb/v3/model/change_loadbalancer_charge_mode_request_body.py +167 -0
- huaweicloudsdkelb/v3/model/change_loadbalancer_charge_mode_response.py +203 -0
- 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/connection_drain.py +144 -0
- huaweicloudsdkelb/v3/model/cors_config.py +260 -0
- huaweicloudsdkelb/v3/model/count_preoccupy_ip_num_request.py +141 -60
- huaweicloudsdkelb/v3/model/count_preoccupy_ip_num_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_certificate_option.py +255 -59
- huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_request.py +111 -0
- huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_request_body.py +114 -0
- huaweicloudsdkelb/v3/model/create_certificate_private_key_echo_response.py +145 -0
- huaweicloudsdkelb/v3/model/create_certificate_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_certificate_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_certificate_response.py +25 -19
- huaweicloudsdkelb/v3/model/create_cors_config.py +260 -0
- huaweicloudsdkelb/v3/model/create_fixted_response_config.py +247 -0
- huaweicloudsdkelb/v3/model/create_health_monitor_option.py +107 -76
- huaweicloudsdkelb/v3/model/create_health_monitor_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_health_monitor_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_health_monitor_response.py +25 -19
- huaweicloudsdkelb/v3/model/create_insert_header_config.py +170 -0
- huaweicloudsdkelb/v3/model/create_insert_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/create_ip_group_ip_option.py +27 -20
- huaweicloudsdkelb/v3/model/create_ip_group_option.py +49 -36
- huaweicloudsdkelb/v3/model/create_ip_group_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_ip_group_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_ip_group_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_l7_policy_option.py +250 -67
- huaweicloudsdkelb/v3/model/create_l7_policy_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_l7_policy_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_l7_policy_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_l7_policy_rule_option.py +87 -43
- huaweicloudsdkelb/v3/model/create_l7_rule_request.py +26 -19
- huaweicloudsdkelb/v3/model/create_l7_rule_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_l7_rule_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_listener_ip_group_option.py +38 -27
- huaweicloudsdkelb/v3/model/create_listener_option.py +556 -141
- huaweicloudsdkelb/v3/model/create_listener_quic_config_option.py +143 -0
- huaweicloudsdkelb/v3/model/create_listener_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_listener_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_listener_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_load_balancer_bandwidth_option.py +88 -42
- huaweicloudsdkelb/v3/model/create_load_balancer_option.py +398 -160
- huaweicloudsdkelb/v3/model/create_load_balancer_public_ip_option.py +47 -36
- huaweicloudsdkelb/v3/model/create_load_balancer_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_load_balancer_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_load_balancer_response.py +86 -22
- huaweicloudsdkelb/v3/model/create_loadbalancer_autoscaling_option.py +143 -0
- huaweicloudsdkelb/v3/model/create_logtank_option.py +170 -0
- huaweicloudsdkelb/v3/model/create_logtank_request.py +111 -0
- huaweicloudsdkelb/v3/model/create_logtank_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/create_logtank_response.py +141 -0
- huaweicloudsdkelb/v3/model/create_master_slave_health_monitor_option.py +401 -0
- huaweicloudsdkelb/v3/model/create_master_slave_member_option.py +258 -0
- huaweicloudsdkelb/v3/model/create_master_slave_pool_option.py +529 -0
- huaweicloudsdkelb/v3/model/create_master_slave_pool_request.py +111 -0
- huaweicloudsdkelb/v3/model/create_master_slave_pool_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/create_master_slave_pool_response.py +141 -0
- huaweicloudsdkelb/v3/model/create_member_health_check_job_option.py +142 -0
- huaweicloudsdkelb/v3/model/create_member_health_check_job_request.py +139 -0
- huaweicloudsdkelb/v3/model/create_member_health_check_job_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/create_member_health_check_job_response.py +141 -0
- huaweicloudsdkelb/v3/model/create_member_option.py +96 -49
- huaweicloudsdkelb/v3/model/create_member_request.py +26 -19
- huaweicloudsdkelb/v3/model/create_member_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_member_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_pool_option.py +394 -70
- huaweicloudsdkelb/v3/model/create_pool_request.py +19 -16
- huaweicloudsdkelb/v3/model/create_pool_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/create_pool_response.py +27 -21
- huaweicloudsdkelb/v3/model/create_pool_session_persistence_option.py +34 -25
- huaweicloudsdkelb/v3/model/create_pool_slow_start_option.py +31 -22
- huaweicloudsdkelb/v3/model/create_redirect_pools_config.py +143 -0
- huaweicloudsdkelb/v3/model/create_redirect_pools_extend_config.py +265 -0
- huaweicloudsdkelb/v3/model/create_redirect_pools_sticky_session_config.py +144 -0
- huaweicloudsdkelb/v3/model/create_redirect_url_config.py +309 -0
- huaweicloudsdkelb/v3/model/create_remove_header_config.py +114 -0
- huaweicloudsdkelb/v3/model/create_remove_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/create_rewrite_url_config.py +173 -0
- huaweicloudsdkelb/v3/model/create_rule_condition.py +143 -0
- huaweicloudsdkelb/v3/model/create_rule_option.py +114 -68
- huaweicloudsdkelb/v3/model/create_security_policy_option.py +229 -0
- huaweicloudsdkelb/v3/model/create_security_policy_request.py +111 -0
- huaweicloudsdkelb/v3/model/create_security_policy_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/create_security_policy_response.py +141 -0
- huaweicloudsdkelb/v3/model/create_traffic_limit_config.py +173 -0
- huaweicloudsdkelb/v3/model/create_traffic_mirror_config.py +144 -0
- huaweicloudsdkelb/v3/model/delete_certificate_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_certificate_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_health_monitor_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_health_monitor_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_ip_group_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_ip_group_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_l7_policy_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_l7_policy_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_l7_rule_request.py +27 -16
- huaweicloudsdkelb/v3/model/delete_l7_rule_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_listener_force_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_listener_force_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_listener_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_listener_response.py +14 -10
- 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_load_balancer_force_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_load_balancer_force_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_load_balancer_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_load_balancer_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_logtank_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_logtank_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_master_slave_pool_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_master_slave_pool_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_member_request.py +48 -37
- huaweicloudsdkelb/v3/model/delete_member_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_pool_cascade_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_pool_cascade_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_pool_request.py +20 -13
- huaweicloudsdkelb/v3/model/delete_pool_response.py +14 -10
- huaweicloudsdkelb/v3/model/delete_recycle_load_balancer_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_recycle_load_balancer_response.py +85 -0
- huaweicloudsdkelb/v3/model/delete_security_policy_request.py +114 -0
- huaweicloudsdkelb/v3/model/delete_security_policy_response.py +85 -0
- huaweicloudsdkelb/v3/model/eip_info.py +59 -23
- huaweicloudsdkelb/v3/model/extension.py +144 -0
- huaweicloudsdkelb/v3/model/feature_config.py +394 -0
- huaweicloudsdkelb/v3/model/fixted_response_config.py +245 -0
- huaweicloudsdkelb/v3/model/flavor.py +132 -60
- huaweicloudsdkelb/v3/model/flavor_info.py +102 -33
- huaweicloudsdkelb/v3/model/global_eip_info.py +173 -0
- huaweicloudsdkelb/v3/model/health_monitor.py +174 -83
- huaweicloudsdkelb/v3/model/insert_header_config.py +170 -0
- huaweicloudsdkelb/v3/model/insert_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/ip_group.py +148 -100
- huaweicloudsdkelb/v3/model/ip_group_ip.py +114 -0
- huaweicloudsdkelb/v3/model/ip_info.py +27 -20
- huaweicloudsdkelb/v3/model/job_entities.py +144 -0
- huaweicloudsdkelb/v3/model/l7_policy.py +369 -97
- huaweicloudsdkelb/v3/model/l7_rule.py +165 -58
- huaweicloudsdkelb/v3/model/list_all_members_request.py +292 -229
- huaweicloudsdkelb/v3/model/list_all_members_response.py +32 -24
- huaweicloudsdkelb/v3/model/list_api_versions_request.py +84 -0
- huaweicloudsdkelb/v3/model/list_api_versions_response.py +116 -0
- huaweicloudsdkelb/v3/model/list_availability_zones_request.py +74 -11
- huaweicloudsdkelb/v3/model/list_availability_zones_response.py +52 -44
- huaweicloudsdkelb/v3/model/list_certificates_request.py +364 -122
- huaweicloudsdkelb/v3/model/list_certificates_response.py +31 -23
- 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 +230 -83
- huaweicloudsdkelb/v3/model/list_flavors_response.py +35 -27
- huaweicloudsdkelb/v3/model/list_health_monitors_request.py +312 -241
- huaweicloudsdkelb/v3/model/list_health_monitors_response.py +31 -23
- huaweicloudsdkelb/v3/model/list_ip_groups_request.py +171 -111
- huaweicloudsdkelb/v3/model/list_ip_groups_response.py +35 -27
- huaweicloudsdkelb/v3/model/list_jobs_request.py +347 -0
- huaweicloudsdkelb/v3/model/list_jobs_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_l7_policies_request.py +318 -222
- huaweicloudsdkelb/v3/model/list_l7_policies_response.py +35 -27
- huaweicloudsdkelb/v3/model/list_l7_rules_request.py +217 -162
- huaweicloudsdkelb/v3/model/list_l7_rules_response.py +35 -27
- huaweicloudsdkelb/v3/model/list_listeners_request.py +599 -297
- huaweicloudsdkelb/v3/model/list_listeners_response.py +35 -27
- huaweicloudsdkelb/v3/model/list_load_balancers_request.py +717 -391
- huaweicloudsdkelb/v3/model/list_load_balancers_response.py +31 -23
- 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 +318 -0
- huaweicloudsdkelb/v3/model/list_logtanks_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_master_slave_pools_request.py +637 -0
- huaweicloudsdkelb/v3/model/list_master_slave_pools_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_members_request.py +348 -177
- huaweicloudsdkelb/v3/model/list_members_response.py +31 -23
- huaweicloudsdkelb/v3/model/list_pools_request.py +604 -189
- huaweicloudsdkelb/v3/model/list_pools_response.py +31 -23
- huaweicloudsdkelb/v3/model/list_quota_details_request.py +115 -0
- huaweicloudsdkelb/v3/model/list_quota_details_response.py +145 -0
- huaweicloudsdkelb/v3/model/list_recycle_bin_load_balancers_request.py +1043 -0
- huaweicloudsdkelb/v3/model/list_recycle_bin_load_balancers_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_security_policies_request.py +318 -0
- huaweicloudsdkelb/v3/model/list_security_policies_response.py +170 -0
- huaweicloudsdkelb/v3/model/list_system_security_policies_request.py +84 -0
- huaweicloudsdkelb/v3/model/list_system_security_policies_response.py +145 -0
- huaweicloudsdkelb/v3/model/listener.py +613 -143
- huaweicloudsdkelb/v3/model/listener_insert_headers.py +220 -34
- huaweicloudsdkelb/v3/model/listener_ip_group.py +34 -25
- huaweicloudsdkelb/v3/model/listener_member_info.py +142 -0
- huaweicloudsdkelb/v3/model/listener_quic_config.py +144 -0
- huaweicloudsdkelb/v3/model/listener_ref.py +20 -15
- huaweicloudsdkelb/v3/model/load_balancer.py +759 -260
- huaweicloudsdkelb/v3/model/load_balancer_ref.py +20 -15
- huaweicloudsdkelb/v3/model/load_balancer_status.py +53 -38
- huaweicloudsdkelb/v3/model/load_balancer_status_health_monitor.py +41 -30
- huaweicloudsdkelb/v3/model/load_balancer_status_l7_rule.py +100 -11
- huaweicloudsdkelb/v3/model/load_balancer_status_listener.py +55 -40
- huaweicloudsdkelb/v3/model/load_balancer_status_member.py +46 -33
- huaweicloudsdkelb/v3/model/load_balancer_status_policy.py +49 -36
- huaweicloudsdkelb/v3/model/load_balancer_status_pool.py +53 -40
- huaweicloudsdkelb/v3/model/load_balancer_status_result.py +19 -16
- huaweicloudsdkelb/v3/model/loadbalancer_feature.py +170 -0
- huaweicloudsdkelb/v3/model/local_port.py +231 -0
- huaweicloudsdkelb/v3/model/logtank.py +226 -0
- huaweicloudsdkelb/v3/model/main_job.py +376 -0
- huaweicloudsdkelb/v3/model/master_slave_health_monitor.py +450 -0
- huaweicloudsdkelb/v3/model/master_slave_member.py +503 -0
- huaweicloudsdkelb/v3/model/master_slave_pool.py +633 -0
- huaweicloudsdkelb/v3/model/member.py +258 -146
- huaweicloudsdkelb/v3/model/member_check_job.py +115 -0
- huaweicloudsdkelb/v3/model/member_check_job_info.py +343 -0
- huaweicloudsdkelb/v3/model/member_check_job_result.py +161 -0
- huaweicloudsdkelb/v3/model/member_check_job_result_group.py +173 -0
- huaweicloudsdkelb/v3/model/member_check_job_result_item.py +289 -0
- huaweicloudsdkelb/v3/model/member_health_check_failed_reason.py +170 -0
- huaweicloudsdkelb/v3/model/member_info.py +709 -0
- huaweicloudsdkelb/v3/model/member_ref.py +20 -15
- huaweicloudsdkelb/v3/model/member_status.py +225 -0
- huaweicloudsdkelb/v3/model/page_info.py +34 -25
- huaweicloudsdkelb/v3/model/pool.py +482 -95
- huaweicloudsdkelb/v3/model/pool_health.py +115 -0
- huaweicloudsdkelb/v3/model/pool_ref.py +20 -15
- huaweicloudsdkelb/v3/model/port_range.py +144 -0
- huaweicloudsdkelb/v3/model/preoccupy_ip.py +18 -13
- huaweicloudsdkelb/v3/model/prepaid_change_charge_mode_option.py +259 -0
- huaweicloudsdkelb/v3/model/prepaid_create_option.py +201 -0
- huaweicloudsdkelb/v3/model/prepaid_update_option.py +202 -0
- huaweicloudsdkelb/v3/model/proxy_protocol_extension.py +168 -0
- huaweicloudsdkelb/v3/model/public_ip_info.py +34 -25
- huaweicloudsdkelb/v3/model/quic_cid_hash_strategy.py +142 -0
- huaweicloudsdkelb/v3/model/quota.py +490 -107
- huaweicloudsdkelb/v3/model/quota_info.py +198 -0
- huaweicloudsdkelb/v3/model/recycle_bin_policy.py +144 -0
- huaweicloudsdkelb/v3/model/recycle_bin_policy_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/recycle_bin_request_body.py +115 -0
- huaweicloudsdkelb/v3/model/recycle_bin_response_body.py +169 -0
- huaweicloudsdkelb/v3/model/recycle_load_balancer.py +1412 -0
- huaweicloudsdkelb/v3/model/redirect_pools_config.py +144 -0
- huaweicloudsdkelb/v3/model/redirect_pools_extend_config.py +265 -0
- huaweicloudsdkelb/v3/model/redirect_pools_sticky_session_config.py +144 -0
- huaweicloudsdkelb/v3/model/redirect_url_config.py +310 -0
- huaweicloudsdkelb/v3/model/remove_header_config.py +114 -0
- huaweicloudsdkelb/v3/model/remove_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/resource_id.py +114 -0
- huaweicloudsdkelb/v3/model/restore_loadbalancer_request.py +114 -0
- huaweicloudsdkelb/v3/model/restore_loadbalancer_response.py +174 -0
- huaweicloudsdkelb/v3/model/rewrite_url_config.py +173 -0
- huaweicloudsdkelb/v3/model/rule_condition.py +142 -0
- huaweicloudsdkelb/v3/model/rule_ref.py +20 -15
- huaweicloudsdkelb/v3/model/security_policy.py +338 -0
- huaweicloudsdkelb/v3/model/session_persistence.py +34 -25
- huaweicloudsdkelb/v3/model/show_certificate_private_key_echo_request.py +84 -0
- huaweicloudsdkelb/v3/model/show_certificate_private_key_echo_response.py +145 -0
- huaweicloudsdkelb/v3/model/show_certificate_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_certificate_response.py +25 -19
- huaweicloudsdkelb/v3/model/show_flavor_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_flavor_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_health_monitor_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_health_monitor_response.py +25 -19
- 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_ip_group_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_ip_group_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_job_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_job_response.py +141 -0
- huaweicloudsdkelb/v3/model/show_l7_policy_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_l7_policy_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_l7_rule_request.py +27 -16
- huaweicloudsdkelb/v3/model/show_l7_rule_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_listener_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_listener_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_load_balancer_ports_request.py +259 -0
- huaweicloudsdkelb/v3/model/show_load_balancer_ports_response.py +145 -0
- huaweicloudsdkelb/v3/model/show_load_balancer_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_load_balancer_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_load_balancer_status_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_load_balancer_status_response.py +27 -21
- huaweicloudsdkelb/v3/model/show_logtank_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_logtank_response.py +141 -0
- huaweicloudsdkelb/v3/model/show_master_slave_pool_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_master_slave_pool_response.py +141 -0
- huaweicloudsdkelb/v3/model/show_member_health_check_job_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_member_health_check_job_response.py +141 -0
- huaweicloudsdkelb/v3/model/show_member_request.py +48 -37
- huaweicloudsdkelb/v3/model/show_member_response.py +25 -19
- huaweicloudsdkelb/v3/model/show_pool_request.py +20 -13
- huaweicloudsdkelb/v3/model/show_pool_response.py +25 -19
- huaweicloudsdkelb/v3/model/show_quota_request.py +13 -10
- huaweicloudsdkelb/v3/model/show_quota_response.py +25 -19
- huaweicloudsdkelb/v3/model/{show_quota_defaults_request.py → show_recycle_bin_request.py} +15 -12
- huaweicloudsdkelb/v3/model/show_recycle_bin_response.py +112 -0
- huaweicloudsdkelb/v3/model/show_security_policy_request.py +114 -0
- huaweicloudsdkelb/v3/model/show_security_policy_response.py +141 -0
- huaweicloudsdkelb/v3/model/slow_start.py +27 -20
- huaweicloudsdkelb/v3/model/sub_job.py +376 -0
- huaweicloudsdkelb/v3/model/system_security_policy.py +198 -0
- huaweicloudsdkelb/v3/model/tag.py +27 -20
- huaweicloudsdkelb/v3/model/target_loadbalancer_param.py +434 -0
- huaweicloudsdkelb/v3/model/traffic_limit_config.py +173 -0
- huaweicloudsdkelb/v3/model/traffic_mirror_config.py +144 -0
- huaweicloudsdkelb/v3/model/upadate_ip_group_ip_option.py +27 -20
- huaweicloudsdkelb/v3/model/update_az_affinity.py +202 -0
- huaweicloudsdkelb/v3/model/update_certificate_option.py +225 -38
- huaweicloudsdkelb/v3/model/update_certificate_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_certificate_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_certificate_response.py +25 -19
- huaweicloudsdkelb/v3/model/update_fixted_response_config.py +248 -0
- huaweicloudsdkelb/v3/model/update_health_monitor_option.py +95 -68
- huaweicloudsdkelb/v3/model/update_health_monitor_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_health_monitor_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_health_monitor_response.py +25 -19
- huaweicloudsdkelb/v3/model/update_insert_header_config.py +170 -0
- huaweicloudsdkelb/v3/model/update_insert_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/update_ip_group_option.py +35 -26
- huaweicloudsdkelb/v3/model/update_ip_group_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_ip_group_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_ip_group_response.py +27 -21
- huaweicloudsdkelb/v3/model/update_ip_list_option.py +173 -0
- huaweicloudsdkelb/v3/model/update_ip_list_request.py +139 -0
- huaweicloudsdkelb/v3/model/update_ip_list_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/update_ip_list_response.py +141 -0
- huaweicloudsdkelb/v3/model/update_l7_policy_option.py +238 -38
- huaweicloudsdkelb/v3/model/update_l7_policy_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_l7_policy_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_l7_policy_response.py +27 -21
- huaweicloudsdkelb/v3/model/update_l7_rule_option.py +80 -38
- huaweicloudsdkelb/v3/model/update_l7_rule_request.py +33 -22
- huaweicloudsdkelb/v3/model/update_l7_rule_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_l7_rule_response.py +27 -21
- huaweicloudsdkelb/v3/model/update_listener_ip_group_option.py +40 -28
- huaweicloudsdkelb/v3/model/update_listener_option.py +470 -95
- huaweicloudsdkelb/v3/model/update_listener_quic_config_option.py +144 -0
- huaweicloudsdkelb/v3/model/update_listener_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_listener_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_listener_response.py +27 -21
- huaweicloudsdkelb/v3/model/update_load_balancer_option.py +305 -85
- huaweicloudsdkelb/v3/model/update_load_balancer_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_load_balancer_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_load_balancer_response.py +105 -41
- huaweicloudsdkelb/v3/model/update_loadbalancer_autoscaling_option.py +143 -0
- huaweicloudsdkelb/v3/model/update_logtank_option.py +144 -0
- huaweicloudsdkelb/v3/model/update_logtank_request.py +139 -0
- huaweicloudsdkelb/v3/model/update_logtank_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/update_logtank_response.py +141 -0
- huaweicloudsdkelb/v3/model/update_member_option.py +95 -28
- huaweicloudsdkelb/v3/model/update_member_request.py +33 -22
- huaweicloudsdkelb/v3/model/update_member_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_member_response.py +25 -19
- huaweicloudsdkelb/v3/model/update_pool_option.py +308 -50
- huaweicloudsdkelb/v3/model/update_pool_request.py +26 -19
- huaweicloudsdkelb/v3/model/update_pool_request_body.py +19 -16
- huaweicloudsdkelb/v3/model/update_pool_response.py +25 -19
- huaweicloudsdkelb/v3/model/update_pool_session_persistence_option.py +36 -26
- huaweicloudsdkelb/v3/model/update_pool_slow_start_option.py +27 -18
- huaweicloudsdkelb/v3/model/update_recycle_bin_enable_request.py +111 -0
- huaweicloudsdkelb/v3/model/update_recycle_bin_enable_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/update_recycle_bin_enable_response.py +112 -0
- huaweicloudsdkelb/v3/model/update_recycle_bin_policy_request.py +111 -0
- huaweicloudsdkelb/v3/model/update_recycle_bin_policy_request_body.py +111 -0
- huaweicloudsdkelb/v3/model/update_recycle_bin_policy_response.py +112 -0
- huaweicloudsdkelb/v3/model/update_redirect_pools_config.py +143 -0
- huaweicloudsdkelb/v3/model/update_redirect_pools_extend_config.py +265 -0
- huaweicloudsdkelb/v3/model/update_redirect_pools_sticky_session_config.py +144 -0
- huaweicloudsdkelb/v3/model/update_redirect_url_config.py +310 -0
- huaweicloudsdkelb/v3/model/update_remove_header_config.py +114 -0
- huaweicloudsdkelb/v3/model/update_remove_headers_config.py +114 -0
- huaweicloudsdkelb/v3/model/update_rewrite_url_config.py +173 -0
- huaweicloudsdkelb/v3/model/update_rule_condition.py +144 -0
- huaweicloudsdkelb/v3/model/update_security_policy_option.py +202 -0
- huaweicloudsdkelb/v3/model/update_security_policy_request.py +139 -0
- huaweicloudsdkelb/v3/model/update_security_policy_request_body.py +110 -0
- huaweicloudsdkelb/v3/model/update_security_policy_response.py +141 -0
- huaweicloudsdkelb/v3/model/update_traffic_limit_config.py +173 -0
- huaweicloudsdkelb/v3/model/upgrade_loadbalancer_request.py +139 -0
- huaweicloudsdkelb/v3/model/upgrade_loadbalancer_response.py +145 -0
- huaweicloudsdkelb/v3/model/upgrade_v3_request_body.py +288 -0
- huaweicloudsdkelb/v3/region/elb_region.py +103 -38
- {huaweicloudsdkelb-3.0.42rc0.dist-info → huaweicloudsdkelb-3.1.160.dist-info}/METADATA +9 -9
- huaweicloudsdkelb-3.1.160.dist-info/RECORD +626 -0
- {huaweicloudsdkelb-3.0.42rc0.dist-info → huaweicloudsdkelb-3.1.160.dist-info}/WHEEL +1 -1
- huaweicloudsdkelb-3.0.42rc0.dist-info/RECORD +0 -396
- {huaweicloudsdkelb-3.0.42rc0.dist-info → huaweicloudsdkelb-3.1.160.dist-info}/LICENSE +0 -0
- {huaweicloudsdkelb-3.0.42rc0.dist-info → huaweicloudsdkelb-3.1.160.dist-info}/top_level.txt +0 -0
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class ListLoadBalancersRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,138 +14,252 @@ class ListLoadBalancersRequest:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
26
|
-
'
|
27
|
-
'
|
28
|
-
'
|
29
|
-
'
|
20
|
+
'marker': 'str',
|
21
|
+
'limit': 'int',
|
22
|
+
'page_reverse': 'bool',
|
23
|
+
'id': 'list[str]',
|
24
|
+
'name': 'list[str]',
|
30
25
|
'description': 'list[str]',
|
31
|
-
'
|
32
|
-
'
|
26
|
+
'admin_state_up': 'bool',
|
27
|
+
'include_recycle_bin': 'bool',
|
28
|
+
'provisioning_status': 'list[str]',
|
29
|
+
'operating_status': 'list[str]',
|
33
30
|
'guaranteed': 'bool',
|
34
|
-
'
|
35
|
-
'
|
36
|
-
'
|
31
|
+
'vpc_id': 'list[str]',
|
32
|
+
'vip_port_id': 'list[str]',
|
33
|
+
'vip_address': 'list[str]',
|
34
|
+
'vip_subnet_cidr_id': 'list[str]',
|
37
35
|
'ipv6_vip_port_id': 'list[str]',
|
36
|
+
'ipv6_vip_address': 'list[str]',
|
38
37
|
'ipv6_vip_virsubnet_id': 'list[str]',
|
38
|
+
'eips': 'list[str]',
|
39
|
+
'publicips': 'list[str]',
|
40
|
+
'availability_zone_list': 'list[str]',
|
39
41
|
'l4_flavor_id': 'list[str]',
|
40
42
|
'l4_scale_flavor_id': 'list[str]',
|
41
43
|
'l7_flavor_id': 'list[str]',
|
42
44
|
'l7_scale_flavor_id': 'list[str]',
|
43
|
-
'
|
44
|
-
'marker': 'str',
|
45
|
-
'member_address': 'list[str]',
|
45
|
+
'billing_info': 'list[str]',
|
46
46
|
'member_device_id': 'list[str]',
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
51
|
-
'
|
52
|
-
'
|
53
|
-
'
|
54
|
-
'
|
55
|
-
'
|
47
|
+
'member_address': 'list[str]',
|
48
|
+
'enterprise_project_id': 'list[str]',
|
49
|
+
'ip_version': 'list[int]',
|
50
|
+
'deletion_protection_enable': 'bool',
|
51
|
+
'elb_virsubnet_type': 'list[str]',
|
52
|
+
'autoscaling': 'list[str]',
|
53
|
+
'protection_status': 'list[str]',
|
54
|
+
'global_eips': 'list[str]',
|
55
|
+
'log_topic_id': 'str',
|
56
|
+
'log_group_id': 'str'
|
56
57
|
}
|
57
58
|
|
58
59
|
attribute_map = {
|
59
|
-
'
|
60
|
-
'
|
61
|
-
'
|
62
|
-
'
|
60
|
+
'marker': 'marker',
|
61
|
+
'limit': 'limit',
|
62
|
+
'page_reverse': 'page_reverse',
|
63
|
+
'id': 'id',
|
64
|
+
'name': 'name',
|
63
65
|
'description': 'description',
|
64
|
-
'
|
65
|
-
'
|
66
|
+
'admin_state_up': 'admin_state_up',
|
67
|
+
'include_recycle_bin': 'include_recycle_bin',
|
68
|
+
'provisioning_status': 'provisioning_status',
|
69
|
+
'operating_status': 'operating_status',
|
66
70
|
'guaranteed': 'guaranteed',
|
67
|
-
'
|
68
|
-
'
|
69
|
-
'
|
71
|
+
'vpc_id': 'vpc_id',
|
72
|
+
'vip_port_id': 'vip_port_id',
|
73
|
+
'vip_address': 'vip_address',
|
74
|
+
'vip_subnet_cidr_id': 'vip_subnet_cidr_id',
|
70
75
|
'ipv6_vip_port_id': 'ipv6_vip_port_id',
|
76
|
+
'ipv6_vip_address': 'ipv6_vip_address',
|
71
77
|
'ipv6_vip_virsubnet_id': 'ipv6_vip_virsubnet_id',
|
78
|
+
'eips': 'eips',
|
79
|
+
'publicips': 'publicips',
|
80
|
+
'availability_zone_list': 'availability_zone_list',
|
72
81
|
'l4_flavor_id': 'l4_flavor_id',
|
73
82
|
'l4_scale_flavor_id': 'l4_scale_flavor_id',
|
74
83
|
'l7_flavor_id': 'l7_flavor_id',
|
75
84
|
'l7_scale_flavor_id': 'l7_scale_flavor_id',
|
76
|
-
'
|
77
|
-
'marker': 'marker',
|
78
|
-
'member_address': 'member_address',
|
85
|
+
'billing_info': 'billing_info',
|
79
86
|
'member_device_id': 'member_device_id',
|
80
|
-
'
|
81
|
-
'
|
82
|
-
'
|
83
|
-
'
|
84
|
-
'
|
85
|
-
'
|
86
|
-
'
|
87
|
-
'
|
88
|
-
'
|
87
|
+
'member_address': 'member_address',
|
88
|
+
'enterprise_project_id': 'enterprise_project_id',
|
89
|
+
'ip_version': 'ip_version',
|
90
|
+
'deletion_protection_enable': 'deletion_protection_enable',
|
91
|
+
'elb_virsubnet_type': 'elb_virsubnet_type',
|
92
|
+
'autoscaling': 'autoscaling',
|
93
|
+
'protection_status': 'protection_status',
|
94
|
+
'global_eips': 'global_eips',
|
95
|
+
'log_topic_id': 'log_topic_id',
|
96
|
+
'log_group_id': 'log_group_id'
|
89
97
|
}
|
90
98
|
|
91
|
-
def __init__(self,
|
92
|
-
"""ListLoadBalancersRequest
|
99
|
+
def __init__(self, marker=None, limit=None, page_reverse=None, id=None, name=None, description=None, admin_state_up=None, include_recycle_bin=None, provisioning_status=None, operating_status=None, guaranteed=None, vpc_id=None, vip_port_id=None, vip_address=None, vip_subnet_cidr_id=None, ipv6_vip_port_id=None, ipv6_vip_address=None, ipv6_vip_virsubnet_id=None, eips=None, publicips=None, availability_zone_list=None, l4_flavor_id=None, l4_scale_flavor_id=None, l7_flavor_id=None, l7_scale_flavor_id=None, billing_info=None, member_device_id=None, member_address=None, enterprise_project_id=None, ip_version=None, deletion_protection_enable=None, elb_virsubnet_type=None, autoscaling=None, protection_status=None, global_eips=None, log_topic_id=None, log_group_id=None):
|
100
|
+
r"""ListLoadBalancersRequest
|
101
|
+
|
102
|
+
The model defined in huaweicloud sdk
|
103
|
+
|
104
|
+
:param marker: 上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
105
|
+
:type marker: str
|
106
|
+
:param limit: 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
|
107
|
+
:type limit: int
|
108
|
+
:param page_reverse: 是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。
|
109
|
+
:type page_reverse: bool
|
110
|
+
:param id: 负载均衡器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
111
|
+
:type id: list[str]
|
112
|
+
:param name: 负载均衡器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
|
113
|
+
:type name: list[str]
|
114
|
+
:param description: 负载均衡器的描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
115
|
+
:type description: list[str]
|
116
|
+
:param admin_state_up: 参数解释:负载均衡器的启用状态。 取值范围: - true :启用。 - false:停用。 [不支持该字段,请勿使用。](tag:dt)
|
117
|
+
:type admin_state_up: bool
|
118
|
+
:param include_recycle_bin: 参数解释:查询结果是否包含回收站负载均衡器 取值范围: - true :包含回收站elb。 - false:不包含回收站elb。
|
119
|
+
:type include_recycle_bin: bool
|
120
|
+
:param provisioning_status: 负载均衡器的配置状态。 取值: - ACTIVE:使用中。 - PENDING_DELETE:删除中。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
121
|
+
:type provisioning_status: list[str]
|
122
|
+
:param operating_status: 负载均衡器的操作状态。 取值: - ONLINE:正常运行。 - FROZEN:已冻结。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=xxx*。
|
123
|
+
:type operating_status: list[str]
|
124
|
+
:param guaranteed: 是否独享型LB。 取值: - false:共享型 - true:独享型 [仅支持独享型,固定为true。](tag:hws_eu,hcso_dt)
|
125
|
+
:type guaranteed: bool
|
126
|
+
:param vpc_id: 负载均衡器所在的VPC ID。 支持多值查询,查询条件格式:*vpc_id=xxx&vpc_id=xxx*。
|
127
|
+
:type vpc_id: list[str]
|
128
|
+
:param vip_port_id: 负载均衡器的IPv4对应的port ID。 支持多值查询,查询条件格式:*vip_port_id=xxx&vip_port_id=xxx*。
|
129
|
+
:type vip_port_id: list[str]
|
130
|
+
:param vip_address: 负载均衡器的IPv4虚拟IP地址。 支持多值查询,查询条件格式:*vip_address=xxx&vip_address=xxx*。
|
131
|
+
:type vip_address: list[str]
|
132
|
+
:param vip_subnet_cidr_id: 负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*vip_subnet_cidr_id=xxx&vip_subnet_cidr_id=xxx*。
|
133
|
+
:type vip_subnet_cidr_id: list[str]
|
134
|
+
:param ipv6_vip_port_id: 双栈类型负载均衡器的IPv6对应的port ID。 支持多值查询,查询条件格式:*ipv6_vip_port_id=xxx&ipv6_vip_port_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
135
|
+
:type ipv6_vip_port_id: list[str]
|
136
|
+
:param ipv6_vip_address: 双栈类型负载均衡器的IPv6地址。 支持多值查询,查询条件格式:*ipv6_vip_address=xxx&ipv6_vip_address=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
137
|
+
:type ipv6_vip_address: list[str]
|
138
|
+
:param ipv6_vip_virsubnet_id: 双栈类型负载均衡器所在的子网IPv6网络ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*ipv6_vip_virsubnet_id=xxx&ipv6_vip_virsubnet_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
139
|
+
:type ipv6_vip_virsubnet_id: list[str]
|
140
|
+
:param eips: 负载均衡器绑定的EIP。例如要查询绑定以下EIP的LB: \"eips\": [ { \"eip_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"eip_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: eips=ip_version%3D4&eips=eip_address%3D88.88.14.122&eips=eip_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - eip_id作为查询条件:*eips=eip_id=xxx&eips=eip_id=xxx*。 - eip_address作为查询条件:*eips=eip_address=xxx&eips=eip_address=xxx*。 - ip_version作为查询条件:*eips=ip_version=xxx&eips=ip_version=xxx*。 注:该字段与publicips字段一致。
|
141
|
+
:type eips: list[str]
|
142
|
+
:param publicips: 负载均衡器绑定的公网IP。例如要查询绑定以下公网IP的LB: \"publicips=\": [ { \"public_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"public_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: publicips=ip_version%3D4&publicips=public_address%3D88.88.14.122&publicips=public_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - publicip_id作为查询条件: *publicips=publicip_id=xxx&publicips=publicip_id=xxx* - publicip_address作为查询条件: *publicips=publicip_address=xxx&publicips=publicip_address=xxx* - ip_version作为查询条件: *publicips=ip_version=xxx&publicips=ip_version=xxx* 注:该字段与eips字段一致。
|
143
|
+
:type publicips: list[str]
|
144
|
+
:param availability_zone_list: 负载均衡器所在可用区列表。 支持多值查询,查询条件格式: *availability_zone_list=xxx&availability_zone_list=xxx*。
|
145
|
+
:type availability_zone_list: list[str]
|
146
|
+
:param l4_flavor_id: 网络型规格ID。 支持多值查询,查询条件格式:*l4_flavor_id=xxx&l4_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
147
|
+
:type l4_flavor_id: list[str]
|
148
|
+
:param l4_scale_flavor_id: 四层弹性Flavor ID。 支持多值查询,查询条件格式:*l4_scale_flavor_id=xxx&l4_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
149
|
+
:type l4_scale_flavor_id: list[str]
|
150
|
+
:param l7_flavor_id: 应用型规格ID。 支持多值查询,查询条件格式:*l7_flavor_id=xxx&l7_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
151
|
+
:type l7_flavor_id: list[str]
|
152
|
+
:param l7_scale_flavor_id: 七层弹性Flavor ID。 支持多值查询,查询条件格式:*l7_scale_flavor_id=xxx&l7_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
153
|
+
:type l7_scale_flavor_id: list[str]
|
154
|
+
:param billing_info: 资源账单信息。 支持多值查询,查询条件格式:*billing_info=xxx&billing_info=xxx*。 [不支持该字段,请勿使用。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,hcso_dt,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg)
|
155
|
+
:type billing_info: list[str]
|
156
|
+
:param member_device_id: 负载均衡器中的后端服务器对应的弹性云服务器的ID。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_device_id=xxx&member_device_id=xxx*。
|
157
|
+
:type member_device_id: list[str]
|
158
|
+
:param member_address: 负载均衡器中的后端服务器对应的弹性云服务器的IP地址。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_address=xxx&member_address=xxx*。
|
159
|
+
:type member_address: list[str]
|
160
|
+
:param enterprise_project_id: 参数解释:负载均衡器所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:loadbalancers:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
|
161
|
+
:type enterprise_project_id: list[str]
|
162
|
+
:param ip_version: IP版本信息。 取值:4代表IPv4,6代表IPv6。 支持多值查询,查询条件格式:*ip_version=xxx&ip_version=xxx*。 [不支持IPv6,请勿设置为6。](tag:dt)
|
163
|
+
:type ip_version: list[int]
|
164
|
+
:param deletion_protection_enable: 是否开启删除保护,false不开启,true开启。[不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42) [荷兰region不支持该字段,请勿使用。](tag:dt)
|
165
|
+
:type deletion_protection_enable: bool
|
166
|
+
:param elb_virsubnet_type: 下联面子网类型。 取值: - ipv4:ipv4。 - dualstack:双栈。 支持多值查询,查询条件格式: *elb_virsubnet_type=ipv4&elb_virsubnet_type=dualstack*。
|
167
|
+
:type elb_virsubnet_type: list[str]
|
168
|
+
:param autoscaling: 是否开启弹性扩缩容。示例如下: \"autoscaling\": { \"enable\": \"true\" } 支持多值查询,查询条件格式: *autoscaling=enable=true&autoscaling=enable=false*。 [不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42,hcso,srg,fcs,fcs_vm,mix,hcso_g42,hcso_g42_b)
|
169
|
+
:type autoscaling: list[str]
|
170
|
+
:param protection_status: 修改保护状态, 取值: - nonProtection: 不保护,默认值为nonProtection - consoleProtection: 控制台修改保护
|
171
|
+
:type protection_status: list[str]
|
172
|
+
:param global_eips: 负载均衡器绑定的公网IP。示例如下: { \"global_eips\": [ { \"global_eip_id\": \"24000000-0000-0000-0000-100000000001\", \"global_eip_address\": \"10.10.10.10\", \"ip_version\": 4 } ] } 支持多值查询,查询条件格式: - global_eip_id作为查询条件:*global_eips=global_eip_id=xxx&global_eips=global_eip_id=xxx*。 - global_eip_address作为查询条件:*global_eips=global_eip_address=xxx&global_eips=global_eip_address=xxx*。 - ip_version作为查询条件:*global_eips=ip_version=xxx&global_eips=ip_version=xxx*。
|
173
|
+
:type global_eips: list[str]
|
174
|
+
:param log_topic_id: LB实例绑定的logtank的topic id信息,支持多值查询,查询条件格式:*log_topic_id=xxx&log_topic_id=xxx*。
|
175
|
+
:type log_topic_id: str
|
176
|
+
:param log_group_id: LB实例绑定的logtank的group id信息,支持多值查询,查询条件格式:*log_group_id=xxx&log_group_id=xxx*。
|
177
|
+
:type log_group_id: str
|
178
|
+
"""
|
93
179
|
|
94
180
|
|
95
181
|
|
96
|
-
self.
|
97
|
-
self.
|
98
|
-
self.
|
99
|
-
self.
|
182
|
+
self._marker = None
|
183
|
+
self._limit = None
|
184
|
+
self._page_reverse = None
|
185
|
+
self._id = None
|
186
|
+
self._name = None
|
100
187
|
self._description = None
|
101
|
-
self.
|
102
|
-
self.
|
188
|
+
self._admin_state_up = None
|
189
|
+
self._include_recycle_bin = None
|
190
|
+
self._provisioning_status = None
|
191
|
+
self._operating_status = None
|
103
192
|
self._guaranteed = None
|
104
|
-
self.
|
105
|
-
self.
|
106
|
-
self.
|
193
|
+
self._vpc_id = None
|
194
|
+
self._vip_port_id = None
|
195
|
+
self._vip_address = None
|
196
|
+
self._vip_subnet_cidr_id = None
|
107
197
|
self._ipv6_vip_port_id = None
|
198
|
+
self._ipv6_vip_address = None
|
108
199
|
self._ipv6_vip_virsubnet_id = None
|
200
|
+
self._eips = None
|
201
|
+
self._publicips = None
|
202
|
+
self._availability_zone_list = None
|
109
203
|
self._l4_flavor_id = None
|
110
204
|
self._l4_scale_flavor_id = None
|
111
205
|
self._l7_flavor_id = None
|
112
206
|
self._l7_scale_flavor_id = None
|
113
|
-
self.
|
114
|
-
self._marker = None
|
115
|
-
self._member_address = None
|
207
|
+
self._billing_info = None
|
116
208
|
self._member_device_id = None
|
117
|
-
self.
|
118
|
-
self.
|
119
|
-
self.
|
120
|
-
self.
|
121
|
-
self.
|
122
|
-
self.
|
123
|
-
self.
|
124
|
-
self.
|
125
|
-
self.
|
209
|
+
self._member_address = None
|
210
|
+
self._enterprise_project_id = None
|
211
|
+
self._ip_version = None
|
212
|
+
self._deletion_protection_enable = None
|
213
|
+
self._elb_virsubnet_type = None
|
214
|
+
self._autoscaling = None
|
215
|
+
self._protection_status = None
|
216
|
+
self._global_eips = None
|
217
|
+
self._log_topic_id = None
|
218
|
+
self._log_group_id = None
|
126
219
|
self.discriminator = None
|
127
220
|
|
128
|
-
if
|
129
|
-
self.
|
130
|
-
if
|
131
|
-
self.
|
132
|
-
if
|
133
|
-
self.
|
134
|
-
if
|
135
|
-
self.
|
221
|
+
if marker is not None:
|
222
|
+
self.marker = marker
|
223
|
+
if limit is not None:
|
224
|
+
self.limit = limit
|
225
|
+
if page_reverse is not None:
|
226
|
+
self.page_reverse = page_reverse
|
227
|
+
if id is not None:
|
228
|
+
self.id = id
|
229
|
+
if name is not None:
|
230
|
+
self.name = name
|
136
231
|
if description is not None:
|
137
232
|
self.description = description
|
138
|
-
if
|
139
|
-
self.
|
140
|
-
if
|
141
|
-
self.
|
233
|
+
if admin_state_up is not None:
|
234
|
+
self.admin_state_up = admin_state_up
|
235
|
+
if include_recycle_bin is not None:
|
236
|
+
self.include_recycle_bin = include_recycle_bin
|
237
|
+
if provisioning_status is not None:
|
238
|
+
self.provisioning_status = provisioning_status
|
239
|
+
if operating_status is not None:
|
240
|
+
self.operating_status = operating_status
|
142
241
|
if guaranteed is not None:
|
143
242
|
self.guaranteed = guaranteed
|
144
|
-
if
|
145
|
-
self.
|
146
|
-
if
|
147
|
-
self.
|
148
|
-
if
|
149
|
-
self.
|
243
|
+
if vpc_id is not None:
|
244
|
+
self.vpc_id = vpc_id
|
245
|
+
if vip_port_id is not None:
|
246
|
+
self.vip_port_id = vip_port_id
|
247
|
+
if vip_address is not None:
|
248
|
+
self.vip_address = vip_address
|
249
|
+
if vip_subnet_cidr_id is not None:
|
250
|
+
self.vip_subnet_cidr_id = vip_subnet_cidr_id
|
150
251
|
if ipv6_vip_port_id is not None:
|
151
252
|
self.ipv6_vip_port_id = ipv6_vip_port_id
|
253
|
+
if ipv6_vip_address is not None:
|
254
|
+
self.ipv6_vip_address = ipv6_vip_address
|
152
255
|
if ipv6_vip_virsubnet_id is not None:
|
153
256
|
self.ipv6_vip_virsubnet_id = ipv6_vip_virsubnet_id
|
257
|
+
if eips is not None:
|
258
|
+
self.eips = eips
|
259
|
+
if publicips is not None:
|
260
|
+
self.publicips = publicips
|
261
|
+
if availability_zone_list is not None:
|
262
|
+
self.availability_zone_list = availability_zone_list
|
154
263
|
if l4_flavor_id is not None:
|
155
264
|
self.l4_flavor_id = l4_flavor_id
|
156
265
|
if l4_scale_flavor_id is not None:
|
@@ -159,37 +268,168 @@ class ListLoadBalancersRequest:
|
|
159
268
|
self.l7_flavor_id = l7_flavor_id
|
160
269
|
if l7_scale_flavor_id is not None:
|
161
270
|
self.l7_scale_flavor_id = l7_scale_flavor_id
|
162
|
-
if
|
163
|
-
self.
|
164
|
-
if marker is not None:
|
165
|
-
self.marker = marker
|
166
|
-
if member_address is not None:
|
167
|
-
self.member_address = member_address
|
271
|
+
if billing_info is not None:
|
272
|
+
self.billing_info = billing_info
|
168
273
|
if member_device_id is not None:
|
169
274
|
self.member_device_id = member_device_id
|
170
|
-
if
|
171
|
-
self.
|
172
|
-
if
|
173
|
-
self.
|
174
|
-
if
|
175
|
-
self.
|
176
|
-
if
|
177
|
-
self.
|
178
|
-
if
|
179
|
-
self.
|
180
|
-
if
|
181
|
-
self.
|
182
|
-
if
|
183
|
-
self.
|
184
|
-
if
|
185
|
-
self.
|
186
|
-
if
|
187
|
-
self.
|
275
|
+
if member_address is not None:
|
276
|
+
self.member_address = member_address
|
277
|
+
if enterprise_project_id is not None:
|
278
|
+
self.enterprise_project_id = enterprise_project_id
|
279
|
+
if ip_version is not None:
|
280
|
+
self.ip_version = ip_version
|
281
|
+
if deletion_protection_enable is not None:
|
282
|
+
self.deletion_protection_enable = deletion_protection_enable
|
283
|
+
if elb_virsubnet_type is not None:
|
284
|
+
self.elb_virsubnet_type = elb_virsubnet_type
|
285
|
+
if autoscaling is not None:
|
286
|
+
self.autoscaling = autoscaling
|
287
|
+
if protection_status is not None:
|
288
|
+
self.protection_status = protection_status
|
289
|
+
if global_eips is not None:
|
290
|
+
self.global_eips = global_eips
|
291
|
+
if log_topic_id is not None:
|
292
|
+
self.log_topic_id = log_topic_id
|
293
|
+
if log_group_id is not None:
|
294
|
+
self.log_group_id = log_group_id
|
295
|
+
|
296
|
+
@property
|
297
|
+
def marker(self):
|
298
|
+
r"""Gets the marker of this ListLoadBalancersRequest.
|
299
|
+
|
300
|
+
上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
301
|
+
|
302
|
+
:return: The marker of this ListLoadBalancersRequest.
|
303
|
+
:rtype: str
|
304
|
+
"""
|
305
|
+
return self._marker
|
306
|
+
|
307
|
+
@marker.setter
|
308
|
+
def marker(self, marker):
|
309
|
+
r"""Sets the marker of this ListLoadBalancersRequest.
|
310
|
+
|
311
|
+
上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
|
312
|
+
|
313
|
+
:param marker: The marker of this ListLoadBalancersRequest.
|
314
|
+
:type marker: str
|
315
|
+
"""
|
316
|
+
self._marker = marker
|
317
|
+
|
318
|
+
@property
|
319
|
+
def limit(self):
|
320
|
+
r"""Gets the limit of this ListLoadBalancersRequest.
|
321
|
+
|
322
|
+
参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
|
323
|
+
|
324
|
+
:return: The limit of this ListLoadBalancersRequest.
|
325
|
+
:rtype: int
|
326
|
+
"""
|
327
|
+
return self._limit
|
328
|
+
|
329
|
+
@limit.setter
|
330
|
+
def limit(self, limit):
|
331
|
+
r"""Sets the limit of this ListLoadBalancersRequest.
|
332
|
+
|
333
|
+
参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
|
334
|
+
|
335
|
+
:param limit: The limit of this ListLoadBalancersRequest.
|
336
|
+
:type limit: int
|
337
|
+
"""
|
338
|
+
self._limit = limit
|
339
|
+
|
340
|
+
@property
|
341
|
+
def page_reverse(self):
|
342
|
+
r"""Gets the page_reverse of this ListLoadBalancersRequest.
|
343
|
+
|
344
|
+
是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。
|
345
|
+
|
346
|
+
:return: The page_reverse of this ListLoadBalancersRequest.
|
347
|
+
:rtype: bool
|
348
|
+
"""
|
349
|
+
return self._page_reverse
|
350
|
+
|
351
|
+
@page_reverse.setter
|
352
|
+
def page_reverse(self, page_reverse):
|
353
|
+
r"""Sets the page_reverse of this ListLoadBalancersRequest.
|
354
|
+
|
355
|
+
是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。
|
356
|
+
|
357
|
+
:param page_reverse: The page_reverse of this ListLoadBalancersRequest.
|
358
|
+
:type page_reverse: bool
|
359
|
+
"""
|
360
|
+
self._page_reverse = page_reverse
|
361
|
+
|
362
|
+
@property
|
363
|
+
def id(self):
|
364
|
+
r"""Gets the id of this ListLoadBalancersRequest.
|
365
|
+
|
366
|
+
负载均衡器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
367
|
+
|
368
|
+
:return: The id of this ListLoadBalancersRequest.
|
369
|
+
:rtype: list[str]
|
370
|
+
"""
|
371
|
+
return self._id
|
372
|
+
|
373
|
+
@id.setter
|
374
|
+
def id(self, id):
|
375
|
+
r"""Sets the id of this ListLoadBalancersRequest.
|
376
|
+
|
377
|
+
负载均衡器ID。 支持多值查询,查询条件格式:*id=xxx&id=xxx*。
|
378
|
+
|
379
|
+
:param id: The id of this ListLoadBalancersRequest.
|
380
|
+
:type id: list[str]
|
381
|
+
"""
|
382
|
+
self._id = id
|
383
|
+
|
384
|
+
@property
|
385
|
+
def name(self):
|
386
|
+
r"""Gets the name of this ListLoadBalancersRequest.
|
387
|
+
|
388
|
+
负载均衡器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
|
389
|
+
|
390
|
+
:return: The name of this ListLoadBalancersRequest.
|
391
|
+
:rtype: list[str]
|
392
|
+
"""
|
393
|
+
return self._name
|
394
|
+
|
395
|
+
@name.setter
|
396
|
+
def name(self, name):
|
397
|
+
r"""Sets the name of this ListLoadBalancersRequest.
|
398
|
+
|
399
|
+
负载均衡器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
|
400
|
+
|
401
|
+
:param name: The name of this ListLoadBalancersRequest.
|
402
|
+
:type name: list[str]
|
403
|
+
"""
|
404
|
+
self._name = name
|
405
|
+
|
406
|
+
@property
|
407
|
+
def description(self):
|
408
|
+
r"""Gets the description of this ListLoadBalancersRequest.
|
409
|
+
|
410
|
+
负载均衡器的描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
411
|
+
|
412
|
+
:return: The description of this ListLoadBalancersRequest.
|
413
|
+
:rtype: list[str]
|
414
|
+
"""
|
415
|
+
return self._description
|
416
|
+
|
417
|
+
@description.setter
|
418
|
+
def description(self, description):
|
419
|
+
r"""Sets the description of this ListLoadBalancersRequest.
|
420
|
+
|
421
|
+
负载均衡器的描述信息。 支持多值查询,查询条件格式:*description=xxx&description=xxx*。
|
422
|
+
|
423
|
+
:param description: The description of this ListLoadBalancersRequest.
|
424
|
+
:type description: list[str]
|
425
|
+
"""
|
426
|
+
self._description = description
|
188
427
|
|
189
428
|
@property
|
190
429
|
def admin_state_up(self):
|
191
|
-
"""Gets the admin_state_up of this ListLoadBalancersRequest.
|
430
|
+
r"""Gets the admin_state_up of this ListLoadBalancersRequest.
|
192
431
|
|
432
|
+
参数解释:负载均衡器的启用状态。 取值范围: - true :启用。 - false:停用。 [不支持该字段,请勿使用。](tag:dt)
|
193
433
|
|
194
434
|
:return: The admin_state_up of this ListLoadBalancersRequest.
|
195
435
|
:rtype: bool
|
@@ -198,258 +438,328 @@ class ListLoadBalancersRequest:
|
|
198
438
|
|
199
439
|
@admin_state_up.setter
|
200
440
|
def admin_state_up(self, admin_state_up):
|
201
|
-
"""Sets the admin_state_up of this ListLoadBalancersRequest.
|
441
|
+
r"""Sets the admin_state_up of this ListLoadBalancersRequest.
|
202
442
|
|
443
|
+
参数解释:负载均衡器的启用状态。 取值范围: - true :启用。 - false:停用。 [不支持该字段,请勿使用。](tag:dt)
|
203
444
|
|
204
445
|
:param admin_state_up: The admin_state_up of this ListLoadBalancersRequest.
|
205
|
-
:type: bool
|
446
|
+
:type admin_state_up: bool
|
206
447
|
"""
|
207
448
|
self._admin_state_up = admin_state_up
|
208
449
|
|
209
450
|
@property
|
210
|
-
def
|
211
|
-
"""Gets the
|
451
|
+
def include_recycle_bin(self):
|
452
|
+
r"""Gets the include_recycle_bin of this ListLoadBalancersRequest.
|
212
453
|
|
454
|
+
参数解释:查询结果是否包含回收站负载均衡器 取值范围: - true :包含回收站elb。 - false:不包含回收站elb。
|
213
455
|
|
214
|
-
:return: The
|
456
|
+
:return: The include_recycle_bin of this ListLoadBalancersRequest.
|
457
|
+
:rtype: bool
|
458
|
+
"""
|
459
|
+
return self._include_recycle_bin
|
460
|
+
|
461
|
+
@include_recycle_bin.setter
|
462
|
+
def include_recycle_bin(self, include_recycle_bin):
|
463
|
+
r"""Sets the include_recycle_bin of this ListLoadBalancersRequest.
|
464
|
+
|
465
|
+
参数解释:查询结果是否包含回收站负载均衡器 取值范围: - true :包含回收站elb。 - false:不包含回收站elb。
|
466
|
+
|
467
|
+
:param include_recycle_bin: The include_recycle_bin of this ListLoadBalancersRequest.
|
468
|
+
:type include_recycle_bin: bool
|
469
|
+
"""
|
470
|
+
self._include_recycle_bin = include_recycle_bin
|
471
|
+
|
472
|
+
@property
|
473
|
+
def provisioning_status(self):
|
474
|
+
r"""Gets the provisioning_status of this ListLoadBalancersRequest.
|
475
|
+
|
476
|
+
负载均衡器的配置状态。 取值: - ACTIVE:使用中。 - PENDING_DELETE:删除中。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
477
|
+
|
478
|
+
:return: The provisioning_status of this ListLoadBalancersRequest.
|
215
479
|
:rtype: list[str]
|
216
480
|
"""
|
217
|
-
return self.
|
481
|
+
return self._provisioning_status
|
218
482
|
|
219
|
-
@
|
220
|
-
def
|
221
|
-
"""Sets the
|
483
|
+
@provisioning_status.setter
|
484
|
+
def provisioning_status(self, provisioning_status):
|
485
|
+
r"""Sets the provisioning_status of this ListLoadBalancersRequest.
|
222
486
|
|
487
|
+
负载均衡器的配置状态。 取值: - ACTIVE:使用中。 - PENDING_DELETE:删除中。 支持多值查询,查询条件格式:*provisioning_status=xxx&provisioning_status=xxx*。
|
223
488
|
|
224
|
-
:param
|
225
|
-
:type: list[str]
|
489
|
+
:param provisioning_status: The provisioning_status of this ListLoadBalancersRequest.
|
490
|
+
:type provisioning_status: list[str]
|
226
491
|
"""
|
227
|
-
self.
|
492
|
+
self._provisioning_status = provisioning_status
|
228
493
|
|
229
494
|
@property
|
230
|
-
def
|
231
|
-
"""Gets the
|
495
|
+
def operating_status(self):
|
496
|
+
r"""Gets the operating_status of this ListLoadBalancersRequest.
|
232
497
|
|
498
|
+
负载均衡器的操作状态。 取值: - ONLINE:正常运行。 - FROZEN:已冻结。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=xxx*。
|
233
499
|
|
234
|
-
:return: The
|
500
|
+
:return: The operating_status of this ListLoadBalancersRequest.
|
235
501
|
:rtype: list[str]
|
236
502
|
"""
|
237
|
-
return self.
|
503
|
+
return self._operating_status
|
238
504
|
|
239
|
-
@
|
240
|
-
def
|
241
|
-
"""Sets the
|
505
|
+
@operating_status.setter
|
506
|
+
def operating_status(self, operating_status):
|
507
|
+
r"""Sets the operating_status of this ListLoadBalancersRequest.
|
242
508
|
|
509
|
+
负载均衡器的操作状态。 取值: - ONLINE:正常运行。 - FROZEN:已冻结。 支持多值查询,查询条件格式:*operating_status=xxx&operating_status=xxx*。
|
243
510
|
|
244
|
-
:param
|
245
|
-
:type: list[str]
|
511
|
+
:param operating_status: The operating_status of this ListLoadBalancersRequest.
|
512
|
+
:type operating_status: list[str]
|
246
513
|
"""
|
247
|
-
self.
|
514
|
+
self._operating_status = operating_status
|
248
515
|
|
249
516
|
@property
|
250
|
-
def
|
251
|
-
"""Gets the
|
517
|
+
def guaranteed(self):
|
518
|
+
r"""Gets the guaranteed of this ListLoadBalancersRequest.
|
252
519
|
|
520
|
+
是否独享型LB。 取值: - false:共享型 - true:独享型 [仅支持独享型,固定为true。](tag:hws_eu,hcso_dt)
|
253
521
|
|
254
|
-
:return: The
|
522
|
+
:return: The guaranteed of this ListLoadBalancersRequest.
|
255
523
|
:rtype: bool
|
256
524
|
"""
|
257
|
-
return self.
|
525
|
+
return self._guaranteed
|
258
526
|
|
259
|
-
@
|
260
|
-
def
|
261
|
-
"""Sets the
|
527
|
+
@guaranteed.setter
|
528
|
+
def guaranteed(self, guaranteed):
|
529
|
+
r"""Sets the guaranteed of this ListLoadBalancersRequest.
|
262
530
|
|
531
|
+
是否独享型LB。 取值: - false:共享型 - true:独享型 [仅支持独享型,固定为true。](tag:hws_eu,hcso_dt)
|
263
532
|
|
264
|
-
:param
|
265
|
-
:type: bool
|
533
|
+
:param guaranteed: The guaranteed of this ListLoadBalancersRequest.
|
534
|
+
:type guaranteed: bool
|
266
535
|
"""
|
267
|
-
self.
|
536
|
+
self._guaranteed = guaranteed
|
268
537
|
|
269
538
|
@property
|
270
|
-
def
|
271
|
-
"""Gets the
|
539
|
+
def vpc_id(self):
|
540
|
+
r"""Gets the vpc_id of this ListLoadBalancersRequest.
|
272
541
|
|
542
|
+
负载均衡器所在的VPC ID。 支持多值查询,查询条件格式:*vpc_id=xxx&vpc_id=xxx*。
|
273
543
|
|
274
|
-
:return: The
|
544
|
+
:return: The vpc_id of this ListLoadBalancersRequest.
|
275
545
|
:rtype: list[str]
|
276
546
|
"""
|
277
|
-
return self.
|
547
|
+
return self._vpc_id
|
278
548
|
|
279
|
-
@
|
280
|
-
def
|
281
|
-
"""Sets the
|
549
|
+
@vpc_id.setter
|
550
|
+
def vpc_id(self, vpc_id):
|
551
|
+
r"""Sets the vpc_id of this ListLoadBalancersRequest.
|
282
552
|
|
553
|
+
负载均衡器所在的VPC ID。 支持多值查询,查询条件格式:*vpc_id=xxx&vpc_id=xxx*。
|
283
554
|
|
284
|
-
:param
|
285
|
-
:type: list[str]
|
555
|
+
:param vpc_id: The vpc_id of this ListLoadBalancersRequest.
|
556
|
+
:type vpc_id: list[str]
|
286
557
|
"""
|
287
|
-
self.
|
558
|
+
self._vpc_id = vpc_id
|
559
|
+
|
560
|
+
@property
|
561
|
+
def vip_port_id(self):
|
562
|
+
r"""Gets the vip_port_id of this ListLoadBalancersRequest.
|
563
|
+
|
564
|
+
负载均衡器的IPv4对应的port ID。 支持多值查询,查询条件格式:*vip_port_id=xxx&vip_port_id=xxx*。
|
565
|
+
|
566
|
+
:return: The vip_port_id of this ListLoadBalancersRequest.
|
567
|
+
:rtype: list[str]
|
568
|
+
"""
|
569
|
+
return self._vip_port_id
|
570
|
+
|
571
|
+
@vip_port_id.setter
|
572
|
+
def vip_port_id(self, vip_port_id):
|
573
|
+
r"""Sets the vip_port_id of this ListLoadBalancersRequest.
|
574
|
+
|
575
|
+
负载均衡器的IPv4对应的port ID。 支持多值查询,查询条件格式:*vip_port_id=xxx&vip_port_id=xxx*。
|
576
|
+
|
577
|
+
:param vip_port_id: The vip_port_id of this ListLoadBalancersRequest.
|
578
|
+
:type vip_port_id: list[str]
|
579
|
+
"""
|
580
|
+
self._vip_port_id = vip_port_id
|
288
581
|
|
289
582
|
@property
|
290
|
-
def
|
291
|
-
"""Gets the
|
583
|
+
def vip_address(self):
|
584
|
+
r"""Gets the vip_address of this ListLoadBalancersRequest.
|
292
585
|
|
586
|
+
负载均衡器的IPv4虚拟IP地址。 支持多值查询,查询条件格式:*vip_address=xxx&vip_address=xxx*。
|
293
587
|
|
294
|
-
:return: The
|
588
|
+
:return: The vip_address of this ListLoadBalancersRequest.
|
295
589
|
:rtype: list[str]
|
296
590
|
"""
|
297
|
-
return self.
|
591
|
+
return self._vip_address
|
298
592
|
|
299
|
-
@
|
300
|
-
def
|
301
|
-
"""Sets the
|
593
|
+
@vip_address.setter
|
594
|
+
def vip_address(self, vip_address):
|
595
|
+
r"""Sets the vip_address of this ListLoadBalancersRequest.
|
302
596
|
|
597
|
+
负载均衡器的IPv4虚拟IP地址。 支持多值查询,查询条件格式:*vip_address=xxx&vip_address=xxx*。
|
303
598
|
|
304
|
-
:param
|
305
|
-
:type: list[str]
|
599
|
+
:param vip_address: The vip_address of this ListLoadBalancersRequest.
|
600
|
+
:type vip_address: list[str]
|
306
601
|
"""
|
307
|
-
self.
|
602
|
+
self._vip_address = vip_address
|
308
603
|
|
309
604
|
@property
|
310
|
-
def
|
311
|
-
"""Gets the
|
605
|
+
def vip_subnet_cidr_id(self):
|
606
|
+
r"""Gets the vip_subnet_cidr_id of this ListLoadBalancersRequest.
|
312
607
|
|
608
|
+
负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*vip_subnet_cidr_id=xxx&vip_subnet_cidr_id=xxx*。
|
313
609
|
|
314
|
-
:return: The
|
610
|
+
:return: The vip_subnet_cidr_id of this ListLoadBalancersRequest.
|
315
611
|
:rtype: list[str]
|
316
612
|
"""
|
317
|
-
return self.
|
613
|
+
return self._vip_subnet_cidr_id
|
318
614
|
|
319
|
-
@
|
320
|
-
def
|
321
|
-
"""Sets the
|
615
|
+
@vip_subnet_cidr_id.setter
|
616
|
+
def vip_subnet_cidr_id(self, vip_subnet_cidr_id):
|
617
|
+
r"""Sets the vip_subnet_cidr_id of this ListLoadBalancersRequest.
|
322
618
|
|
619
|
+
负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*vip_subnet_cidr_id=xxx&vip_subnet_cidr_id=xxx*。
|
323
620
|
|
324
|
-
:param
|
325
|
-
:type: list[str]
|
621
|
+
:param vip_subnet_cidr_id: The vip_subnet_cidr_id of this ListLoadBalancersRequest.
|
622
|
+
:type vip_subnet_cidr_id: list[str]
|
326
623
|
"""
|
327
|
-
self.
|
624
|
+
self._vip_subnet_cidr_id = vip_subnet_cidr_id
|
328
625
|
|
329
626
|
@property
|
330
|
-
def
|
331
|
-
"""Gets the
|
627
|
+
def ipv6_vip_port_id(self):
|
628
|
+
r"""Gets the ipv6_vip_port_id of this ListLoadBalancersRequest.
|
332
629
|
|
630
|
+
双栈类型负载均衡器的IPv6对应的port ID。 支持多值查询,查询条件格式:*ipv6_vip_port_id=xxx&ipv6_vip_port_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
333
631
|
|
334
|
-
:return: The
|
335
|
-
:rtype:
|
632
|
+
:return: The ipv6_vip_port_id of this ListLoadBalancersRequest.
|
633
|
+
:rtype: list[str]
|
336
634
|
"""
|
337
|
-
return self.
|
635
|
+
return self._ipv6_vip_port_id
|
338
636
|
|
339
|
-
@
|
340
|
-
def
|
341
|
-
"""Sets the
|
637
|
+
@ipv6_vip_port_id.setter
|
638
|
+
def ipv6_vip_port_id(self, ipv6_vip_port_id):
|
639
|
+
r"""Sets the ipv6_vip_port_id of this ListLoadBalancersRequest.
|
342
640
|
|
641
|
+
双栈类型负载均衡器的IPv6对应的port ID。 支持多值查询,查询条件格式:*ipv6_vip_port_id=xxx&ipv6_vip_port_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
343
642
|
|
344
|
-
:param
|
345
|
-
:type:
|
643
|
+
:param ipv6_vip_port_id: The ipv6_vip_port_id of this ListLoadBalancersRequest.
|
644
|
+
:type ipv6_vip_port_id: list[str]
|
346
645
|
"""
|
347
|
-
self.
|
646
|
+
self._ipv6_vip_port_id = ipv6_vip_port_id
|
348
647
|
|
349
648
|
@property
|
350
|
-
def
|
351
|
-
"""Gets the
|
649
|
+
def ipv6_vip_address(self):
|
650
|
+
r"""Gets the ipv6_vip_address of this ListLoadBalancersRequest.
|
352
651
|
|
652
|
+
双栈类型负载均衡器的IPv6地址。 支持多值查询,查询条件格式:*ipv6_vip_address=xxx&ipv6_vip_address=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
353
653
|
|
354
|
-
:return: The
|
654
|
+
:return: The ipv6_vip_address of this ListLoadBalancersRequest.
|
355
655
|
:rtype: list[str]
|
356
656
|
"""
|
357
|
-
return self.
|
657
|
+
return self._ipv6_vip_address
|
358
658
|
|
359
|
-
@
|
360
|
-
def
|
361
|
-
"""Sets the
|
659
|
+
@ipv6_vip_address.setter
|
660
|
+
def ipv6_vip_address(self, ipv6_vip_address):
|
661
|
+
r"""Sets the ipv6_vip_address of this ListLoadBalancersRequest.
|
362
662
|
|
663
|
+
双栈类型负载均衡器的IPv6地址。 支持多值查询,查询条件格式:*ipv6_vip_address=xxx&ipv6_vip_address=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
363
664
|
|
364
|
-
:param
|
365
|
-
:type: list[str]
|
665
|
+
:param ipv6_vip_address: The ipv6_vip_address of this ListLoadBalancersRequest.
|
666
|
+
:type ipv6_vip_address: list[str]
|
366
667
|
"""
|
367
|
-
self.
|
668
|
+
self._ipv6_vip_address = ipv6_vip_address
|
368
669
|
|
369
670
|
@property
|
370
|
-
def
|
371
|
-
"""Gets the
|
671
|
+
def ipv6_vip_virsubnet_id(self):
|
672
|
+
r"""Gets the ipv6_vip_virsubnet_id of this ListLoadBalancersRequest.
|
372
673
|
|
674
|
+
双栈类型负载均衡器所在的子网IPv6网络ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*ipv6_vip_virsubnet_id=xxx&ipv6_vip_virsubnet_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
373
675
|
|
374
|
-
:return: The
|
375
|
-
:rtype: list[
|
676
|
+
:return: The ipv6_vip_virsubnet_id of this ListLoadBalancersRequest.
|
677
|
+
:rtype: list[str]
|
376
678
|
"""
|
377
|
-
return self.
|
679
|
+
return self._ipv6_vip_virsubnet_id
|
378
680
|
|
379
|
-
@
|
380
|
-
def
|
381
|
-
"""Sets the
|
681
|
+
@ipv6_vip_virsubnet_id.setter
|
682
|
+
def ipv6_vip_virsubnet_id(self, ipv6_vip_virsubnet_id):
|
683
|
+
r"""Sets the ipv6_vip_virsubnet_id of this ListLoadBalancersRequest.
|
382
684
|
|
685
|
+
双栈类型负载均衡器所在的子网IPv6网络ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式:*ipv6_vip_virsubnet_id=xxx&ipv6_vip_virsubnet_id=xxx*。 [不支持IPv6,请勿使用。](tag:dt)
|
383
686
|
|
384
|
-
:param
|
385
|
-
:type: list[
|
687
|
+
:param ipv6_vip_virsubnet_id: The ipv6_vip_virsubnet_id of this ListLoadBalancersRequest.
|
688
|
+
:type ipv6_vip_virsubnet_id: list[str]
|
386
689
|
"""
|
387
|
-
self.
|
690
|
+
self._ipv6_vip_virsubnet_id = ipv6_vip_virsubnet_id
|
388
691
|
|
389
692
|
@property
|
390
|
-
def
|
391
|
-
"""Gets the
|
693
|
+
def eips(self):
|
694
|
+
r"""Gets the eips of this ListLoadBalancersRequest.
|
392
695
|
|
696
|
+
负载均衡器绑定的EIP。例如要查询绑定以下EIP的LB: \"eips\": [ { \"eip_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"eip_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: eips=ip_version%3D4&eips=eip_address%3D88.88.14.122&eips=eip_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - eip_id作为查询条件:*eips=eip_id=xxx&eips=eip_id=xxx*。 - eip_address作为查询条件:*eips=eip_address=xxx&eips=eip_address=xxx*。 - ip_version作为查询条件:*eips=ip_version=xxx&eips=ip_version=xxx*。 注:该字段与publicips字段一致。
|
393
697
|
|
394
|
-
:return: The
|
698
|
+
:return: The eips of this ListLoadBalancersRequest.
|
395
699
|
:rtype: list[str]
|
396
700
|
"""
|
397
|
-
return self.
|
701
|
+
return self._eips
|
398
702
|
|
399
|
-
@
|
400
|
-
def
|
401
|
-
"""Sets the
|
703
|
+
@eips.setter
|
704
|
+
def eips(self, eips):
|
705
|
+
r"""Sets the eips of this ListLoadBalancersRequest.
|
402
706
|
|
707
|
+
负载均衡器绑定的EIP。例如要查询绑定以下EIP的LB: \"eips\": [ { \"eip_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"eip_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: eips=ip_version%3D4&eips=eip_address%3D88.88.14.122&eips=eip_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - eip_id作为查询条件:*eips=eip_id=xxx&eips=eip_id=xxx*。 - eip_address作为查询条件:*eips=eip_address=xxx&eips=eip_address=xxx*。 - ip_version作为查询条件:*eips=ip_version=xxx&eips=ip_version=xxx*。 注:该字段与publicips字段一致。
|
403
708
|
|
404
|
-
:param
|
405
|
-
:type: list[str]
|
709
|
+
:param eips: The eips of this ListLoadBalancersRequest.
|
710
|
+
:type eips: list[str]
|
406
711
|
"""
|
407
|
-
self.
|
712
|
+
self._eips = eips
|
408
713
|
|
409
714
|
@property
|
410
|
-
def
|
411
|
-
"""Gets the
|
715
|
+
def publicips(self):
|
716
|
+
r"""Gets the publicips of this ListLoadBalancersRequest.
|
412
717
|
|
718
|
+
负载均衡器绑定的公网IP。例如要查询绑定以下公网IP的LB: \"publicips=\": [ { \"public_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"public_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: publicips=ip_version%3D4&publicips=public_address%3D88.88.14.122&publicips=public_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - publicip_id作为查询条件: *publicips=publicip_id=xxx&publicips=publicip_id=xxx* - publicip_address作为查询条件: *publicips=publicip_address=xxx&publicips=publicip_address=xxx* - ip_version作为查询条件: *publicips=ip_version=xxx&publicips=ip_version=xxx* 注:该字段与eips字段一致。
|
413
719
|
|
414
|
-
:return: The
|
720
|
+
:return: The publicips of this ListLoadBalancersRequest.
|
415
721
|
:rtype: list[str]
|
416
722
|
"""
|
417
|
-
return self.
|
723
|
+
return self._publicips
|
418
724
|
|
419
|
-
@
|
420
|
-
def
|
421
|
-
"""Sets the
|
725
|
+
@publicips.setter
|
726
|
+
def publicips(self, publicips):
|
727
|
+
r"""Sets the publicips of this ListLoadBalancersRequest.
|
422
728
|
|
729
|
+
负载均衡器绑定的公网IP。例如要查询绑定以下公网IP的LB: \"publicips=\": [ { \"public_id\": \"e9b72a9d-4275-455e-a724-853504e4d9c6\", \"public_address\": \"88.88.14.122\", \"ip_version\": 4 } ] 可以通如下查询: publicips=ip_version%3D4&publicips=public_address%3D88.88.14.122&publicips=public_id%3De9b72a9d-4275-455e-a724-853504e4d9c6 支持多值查询,查询条件格式: - publicip_id作为查询条件: *publicips=publicip_id=xxx&publicips=publicip_id=xxx* - publicip_address作为查询条件: *publicips=publicip_address=xxx&publicips=publicip_address=xxx* - ip_version作为查询条件: *publicips=ip_version=xxx&publicips=ip_version=xxx* 注:该字段与eips字段一致。
|
423
730
|
|
424
|
-
:param
|
425
|
-
:type: list[str]
|
731
|
+
:param publicips: The publicips of this ListLoadBalancersRequest.
|
732
|
+
:type publicips: list[str]
|
426
733
|
"""
|
427
|
-
self.
|
734
|
+
self._publicips = publicips
|
428
735
|
|
429
736
|
@property
|
430
|
-
def
|
431
|
-
"""Gets the
|
737
|
+
def availability_zone_list(self):
|
738
|
+
r"""Gets the availability_zone_list of this ListLoadBalancersRequest.
|
432
739
|
|
740
|
+
负载均衡器所在可用区列表。 支持多值查询,查询条件格式: *availability_zone_list=xxx&availability_zone_list=xxx*。
|
433
741
|
|
434
|
-
:return: The
|
742
|
+
:return: The availability_zone_list of this ListLoadBalancersRequest.
|
435
743
|
:rtype: list[str]
|
436
744
|
"""
|
437
|
-
return self.
|
745
|
+
return self._availability_zone_list
|
438
746
|
|
439
|
-
@
|
440
|
-
def
|
441
|
-
"""Sets the
|
747
|
+
@availability_zone_list.setter
|
748
|
+
def availability_zone_list(self, availability_zone_list):
|
749
|
+
r"""Sets the availability_zone_list of this ListLoadBalancersRequest.
|
442
750
|
|
751
|
+
负载均衡器所在可用区列表。 支持多值查询,查询条件格式: *availability_zone_list=xxx&availability_zone_list=xxx*。
|
443
752
|
|
444
|
-
:param
|
445
|
-
:type: list[str]
|
753
|
+
:param availability_zone_list: The availability_zone_list of this ListLoadBalancersRequest.
|
754
|
+
:type availability_zone_list: list[str]
|
446
755
|
"""
|
447
|
-
self.
|
756
|
+
self._availability_zone_list = availability_zone_list
|
448
757
|
|
449
758
|
@property
|
450
759
|
def l4_flavor_id(self):
|
451
|
-
"""Gets the l4_flavor_id of this ListLoadBalancersRequest.
|
760
|
+
r"""Gets the l4_flavor_id of this ListLoadBalancersRequest.
|
452
761
|
|
762
|
+
网络型规格ID。 支持多值查询,查询条件格式:*l4_flavor_id=xxx&l4_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
453
763
|
|
454
764
|
:return: The l4_flavor_id of this ListLoadBalancersRequest.
|
455
765
|
:rtype: list[str]
|
@@ -458,18 +768,20 @@ class ListLoadBalancersRequest:
|
|
458
768
|
|
459
769
|
@l4_flavor_id.setter
|
460
770
|
def l4_flavor_id(self, l4_flavor_id):
|
461
|
-
"""Sets the l4_flavor_id of this ListLoadBalancersRequest.
|
771
|
+
r"""Sets the l4_flavor_id of this ListLoadBalancersRequest.
|
462
772
|
|
773
|
+
网络型规格ID。 支持多值查询,查询条件格式:*l4_flavor_id=xxx&l4_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
463
774
|
|
464
775
|
:param l4_flavor_id: The l4_flavor_id of this ListLoadBalancersRequest.
|
465
|
-
:type: list[str]
|
776
|
+
:type l4_flavor_id: list[str]
|
466
777
|
"""
|
467
778
|
self._l4_flavor_id = l4_flavor_id
|
468
779
|
|
469
780
|
@property
|
470
781
|
def l4_scale_flavor_id(self):
|
471
|
-
"""Gets the l4_scale_flavor_id of this ListLoadBalancersRequest.
|
782
|
+
r"""Gets the l4_scale_flavor_id of this ListLoadBalancersRequest.
|
472
783
|
|
784
|
+
四层弹性Flavor ID。 支持多值查询,查询条件格式:*l4_scale_flavor_id=xxx&l4_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
473
785
|
|
474
786
|
:return: The l4_scale_flavor_id of this ListLoadBalancersRequest.
|
475
787
|
:rtype: list[str]
|
@@ -478,18 +790,20 @@ class ListLoadBalancersRequest:
|
|
478
790
|
|
479
791
|
@l4_scale_flavor_id.setter
|
480
792
|
def l4_scale_flavor_id(self, l4_scale_flavor_id):
|
481
|
-
"""Sets the l4_scale_flavor_id of this ListLoadBalancersRequest.
|
793
|
+
r"""Sets the l4_scale_flavor_id of this ListLoadBalancersRequest.
|
482
794
|
|
795
|
+
四层弹性Flavor ID。 支持多值查询,查询条件格式:*l4_scale_flavor_id=xxx&l4_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
483
796
|
|
484
797
|
:param l4_scale_flavor_id: The l4_scale_flavor_id of this ListLoadBalancersRequest.
|
485
|
-
:type: list[str]
|
798
|
+
:type l4_scale_flavor_id: list[str]
|
486
799
|
"""
|
487
800
|
self._l4_scale_flavor_id = l4_scale_flavor_id
|
488
801
|
|
489
802
|
@property
|
490
803
|
def l7_flavor_id(self):
|
491
|
-
"""Gets the l7_flavor_id of this ListLoadBalancersRequest.
|
804
|
+
r"""Gets the l7_flavor_id of this ListLoadBalancersRequest.
|
492
805
|
|
806
|
+
应用型规格ID。 支持多值查询,查询条件格式:*l7_flavor_id=xxx&l7_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
493
807
|
|
494
808
|
:return: The l7_flavor_id of this ListLoadBalancersRequest.
|
495
809
|
:rtype: list[str]
|
@@ -498,18 +812,20 @@ class ListLoadBalancersRequest:
|
|
498
812
|
|
499
813
|
@l7_flavor_id.setter
|
500
814
|
def l7_flavor_id(self, l7_flavor_id):
|
501
|
-
"""Sets the l7_flavor_id of this ListLoadBalancersRequest.
|
815
|
+
r"""Sets the l7_flavor_id of this ListLoadBalancersRequest.
|
502
816
|
|
817
|
+
应用型规格ID。 支持多值查询,查询条件格式:*l7_flavor_id=xxx&l7_flavor_id=xxx*。 [不支持该字段,请勿使用。](tag:hk_vdf,srg,fcs)
|
503
818
|
|
504
819
|
:param l7_flavor_id: The l7_flavor_id of this ListLoadBalancersRequest.
|
505
|
-
:type: list[str]
|
820
|
+
:type l7_flavor_id: list[str]
|
506
821
|
"""
|
507
822
|
self._l7_flavor_id = l7_flavor_id
|
508
823
|
|
509
824
|
@property
|
510
825
|
def l7_scale_flavor_id(self):
|
511
|
-
"""Gets the l7_scale_flavor_id of this ListLoadBalancersRequest.
|
826
|
+
r"""Gets the l7_scale_flavor_id of this ListLoadBalancersRequest.
|
512
827
|
|
828
|
+
七层弹性Flavor ID。 支持多值查询,查询条件格式:*l7_scale_flavor_id=xxx&l7_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
513
829
|
|
514
830
|
:return: The l7_scale_flavor_id of this ListLoadBalancersRequest.
|
515
831
|
:rtype: list[str]
|
@@ -518,58 +834,64 @@ class ListLoadBalancersRequest:
|
|
518
834
|
|
519
835
|
@l7_scale_flavor_id.setter
|
520
836
|
def l7_scale_flavor_id(self, l7_scale_flavor_id):
|
521
|
-
"""Sets the l7_scale_flavor_id of this ListLoadBalancersRequest.
|
837
|
+
r"""Sets the l7_scale_flavor_id of this ListLoadBalancersRequest.
|
522
838
|
|
839
|
+
七层弹性Flavor ID。 支持多值查询,查询条件格式:*l7_scale_flavor_id=xxx&l7_scale_flavor_id=xxx*。 不支持该字段,请勿使用。
|
523
840
|
|
524
841
|
:param l7_scale_flavor_id: The l7_scale_flavor_id of this ListLoadBalancersRequest.
|
525
|
-
:type: list[str]
|
842
|
+
:type l7_scale_flavor_id: list[str]
|
526
843
|
"""
|
527
844
|
self._l7_scale_flavor_id = l7_scale_flavor_id
|
528
845
|
|
529
846
|
@property
|
530
|
-
def
|
531
|
-
"""Gets the
|
847
|
+
def billing_info(self):
|
848
|
+
r"""Gets the billing_info of this ListLoadBalancersRequest.
|
532
849
|
|
850
|
+
资源账单信息。 支持多值查询,查询条件格式:*billing_info=xxx&billing_info=xxx*。 [不支持该字段,请勿使用。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,hcso_dt,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg)
|
533
851
|
|
534
|
-
:return: The
|
535
|
-
:rtype:
|
852
|
+
:return: The billing_info of this ListLoadBalancersRequest.
|
853
|
+
:rtype: list[str]
|
536
854
|
"""
|
537
|
-
return self.
|
855
|
+
return self._billing_info
|
538
856
|
|
539
|
-
@
|
540
|
-
def
|
541
|
-
"""Sets the
|
857
|
+
@billing_info.setter
|
858
|
+
def billing_info(self, billing_info):
|
859
|
+
r"""Sets the billing_info of this ListLoadBalancersRequest.
|
542
860
|
|
861
|
+
资源账单信息。 支持多值查询,查询条件格式:*billing_info=xxx&billing_info=xxx*。 [不支持该字段,请勿使用。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,hcso_dt,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg)
|
543
862
|
|
544
|
-
:param
|
545
|
-
:type:
|
863
|
+
:param billing_info: The billing_info of this ListLoadBalancersRequest.
|
864
|
+
:type billing_info: list[str]
|
546
865
|
"""
|
547
|
-
self.
|
866
|
+
self._billing_info = billing_info
|
548
867
|
|
549
868
|
@property
|
550
|
-
def
|
551
|
-
"""Gets the
|
869
|
+
def member_device_id(self):
|
870
|
+
r"""Gets the member_device_id of this ListLoadBalancersRequest.
|
552
871
|
|
872
|
+
负载均衡器中的后端服务器对应的弹性云服务器的ID。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_device_id=xxx&member_device_id=xxx*。
|
553
873
|
|
554
|
-
:return: The
|
555
|
-
:rtype: str
|
874
|
+
:return: The member_device_id of this ListLoadBalancersRequest.
|
875
|
+
:rtype: list[str]
|
556
876
|
"""
|
557
|
-
return self.
|
877
|
+
return self._member_device_id
|
558
878
|
|
559
|
-
@
|
560
|
-
def
|
561
|
-
"""Sets the
|
879
|
+
@member_device_id.setter
|
880
|
+
def member_device_id(self, member_device_id):
|
881
|
+
r"""Sets the member_device_id of this ListLoadBalancersRequest.
|
562
882
|
|
883
|
+
负载均衡器中的后端服务器对应的弹性云服务器的ID。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_device_id=xxx&member_device_id=xxx*。
|
563
884
|
|
564
|
-
:param
|
565
|
-
:type: str
|
885
|
+
:param member_device_id: The member_device_id of this ListLoadBalancersRequest.
|
886
|
+
:type member_device_id: list[str]
|
566
887
|
"""
|
567
|
-
self.
|
888
|
+
self._member_device_id = member_device_id
|
568
889
|
|
569
890
|
@property
|
570
891
|
def member_address(self):
|
571
|
-
"""Gets the member_address of this ListLoadBalancersRequest.
|
892
|
+
r"""Gets the member_address of this ListLoadBalancersRequest.
|
572
893
|
|
894
|
+
负载均衡器中的后端服务器对应的弹性云服务器的IP地址。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_address=xxx&member_address=xxx*。
|
573
895
|
|
574
896
|
:return: The member_address of this ListLoadBalancersRequest.
|
575
897
|
:rtype: list[str]
|
@@ -578,213 +900,212 @@ class ListLoadBalancersRequest:
|
|
578
900
|
|
579
901
|
@member_address.setter
|
580
902
|
def member_address(self, member_address):
|
581
|
-
"""Sets the member_address of this ListLoadBalancersRequest.
|
903
|
+
r"""Sets the member_address of this ListLoadBalancersRequest.
|
582
904
|
|
905
|
+
负载均衡器中的后端服务器对应的弹性云服务器的IP地址。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_address=xxx&member_address=xxx*。
|
583
906
|
|
584
907
|
:param member_address: The member_address of this ListLoadBalancersRequest.
|
585
|
-
:type: list[str]
|
908
|
+
:type member_address: list[str]
|
586
909
|
"""
|
587
910
|
self._member_address = member_address
|
588
911
|
|
589
912
|
@property
|
590
|
-
def
|
591
|
-
"""Gets the
|
592
|
-
|
593
|
-
|
594
|
-
:return: The member_device_id of this ListLoadBalancersRequest.
|
595
|
-
:rtype: list[str]
|
596
|
-
"""
|
597
|
-
return self._member_device_id
|
598
|
-
|
599
|
-
@member_device_id.setter
|
600
|
-
def member_device_id(self, member_device_id):
|
601
|
-
"""Sets the member_device_id of this ListLoadBalancersRequest.
|
602
|
-
|
603
|
-
|
604
|
-
:param member_device_id: The member_device_id of this ListLoadBalancersRequest.
|
605
|
-
:type: list[str]
|
606
|
-
"""
|
607
|
-
self._member_device_id = member_device_id
|
608
|
-
|
609
|
-
@property
|
610
|
-
def name(self):
|
611
|
-
"""Gets the name of this ListLoadBalancersRequest.
|
913
|
+
def enterprise_project_id(self):
|
914
|
+
r"""Gets the enterprise_project_id of this ListLoadBalancersRequest.
|
612
915
|
|
916
|
+
参数解释:负载均衡器所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:loadbalancers:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
|
613
917
|
|
614
|
-
:return: The
|
918
|
+
:return: The enterprise_project_id of this ListLoadBalancersRequest.
|
615
919
|
:rtype: list[str]
|
616
920
|
"""
|
617
|
-
return self.
|
921
|
+
return self._enterprise_project_id
|
618
922
|
|
619
|
-
@
|
620
|
-
def
|
621
|
-
"""Sets the
|
923
|
+
@enterprise_project_id.setter
|
924
|
+
def enterprise_project_id(self, enterprise_project_id):
|
925
|
+
r"""Sets the enterprise_project_id of this ListLoadBalancersRequest.
|
622
926
|
|
927
|
+
参数解释:负载均衡器所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:loadbalancers:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id=xxx&enterprise_project_id=xxx*。 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
|
623
928
|
|
624
|
-
:param
|
625
|
-
:type: list[str]
|
929
|
+
:param enterprise_project_id: The enterprise_project_id of this ListLoadBalancersRequest.
|
930
|
+
:type enterprise_project_id: list[str]
|
626
931
|
"""
|
627
|
-
self.
|
932
|
+
self._enterprise_project_id = enterprise_project_id
|
628
933
|
|
629
934
|
@property
|
630
|
-
def
|
631
|
-
"""Gets the
|
935
|
+
def ip_version(self):
|
936
|
+
r"""Gets the ip_version of this ListLoadBalancersRequest.
|
632
937
|
|
938
|
+
IP版本信息。 取值:4代表IPv4,6代表IPv6。 支持多值查询,查询条件格式:*ip_version=xxx&ip_version=xxx*。 [不支持IPv6,请勿设置为6。](tag:dt)
|
633
939
|
|
634
|
-
:return: The
|
635
|
-
:rtype: list[
|
940
|
+
:return: The ip_version of this ListLoadBalancersRequest.
|
941
|
+
:rtype: list[int]
|
636
942
|
"""
|
637
|
-
return self.
|
943
|
+
return self._ip_version
|
638
944
|
|
639
|
-
@
|
640
|
-
def
|
641
|
-
"""Sets the
|
945
|
+
@ip_version.setter
|
946
|
+
def ip_version(self, ip_version):
|
947
|
+
r"""Sets the ip_version of this ListLoadBalancersRequest.
|
642
948
|
|
949
|
+
IP版本信息。 取值:4代表IPv4,6代表IPv6。 支持多值查询,查询条件格式:*ip_version=xxx&ip_version=xxx*。 [不支持IPv6,请勿设置为6。](tag:dt)
|
643
950
|
|
644
|
-
:param
|
645
|
-
:type: list[
|
951
|
+
:param ip_version: The ip_version of this ListLoadBalancersRequest.
|
952
|
+
:type ip_version: list[int]
|
646
953
|
"""
|
647
|
-
self.
|
954
|
+
self._ip_version = ip_version
|
648
955
|
|
649
956
|
@property
|
650
|
-
def
|
651
|
-
"""Gets the
|
957
|
+
def deletion_protection_enable(self):
|
958
|
+
r"""Gets the deletion_protection_enable of this ListLoadBalancersRequest.
|
652
959
|
|
960
|
+
是否开启删除保护,false不开启,true开启。[不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42) [荷兰region不支持该字段,请勿使用。](tag:dt)
|
653
961
|
|
654
|
-
:return: The
|
962
|
+
:return: The deletion_protection_enable of this ListLoadBalancersRequest.
|
655
963
|
:rtype: bool
|
656
964
|
"""
|
657
|
-
return self.
|
965
|
+
return self._deletion_protection_enable
|
658
966
|
|
659
|
-
@
|
660
|
-
def
|
661
|
-
"""Sets the
|
967
|
+
@deletion_protection_enable.setter
|
968
|
+
def deletion_protection_enable(self, deletion_protection_enable):
|
969
|
+
r"""Sets the deletion_protection_enable of this ListLoadBalancersRequest.
|
662
970
|
|
971
|
+
是否开启删除保护,false不开启,true开启。[不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42) [荷兰region不支持该字段,请勿使用。](tag:dt)
|
663
972
|
|
664
|
-
:param
|
665
|
-
:type: bool
|
973
|
+
:param deletion_protection_enable: The deletion_protection_enable of this ListLoadBalancersRequest.
|
974
|
+
:type deletion_protection_enable: bool
|
666
975
|
"""
|
667
|
-
self.
|
976
|
+
self._deletion_protection_enable = deletion_protection_enable
|
668
977
|
|
669
978
|
@property
|
670
|
-
def
|
671
|
-
"""Gets the
|
979
|
+
def elb_virsubnet_type(self):
|
980
|
+
r"""Gets the elb_virsubnet_type of this ListLoadBalancersRequest.
|
672
981
|
|
982
|
+
下联面子网类型。 取值: - ipv4:ipv4。 - dualstack:双栈。 支持多值查询,查询条件格式: *elb_virsubnet_type=ipv4&elb_virsubnet_type=dualstack*。
|
673
983
|
|
674
|
-
:return: The
|
984
|
+
:return: The elb_virsubnet_type of this ListLoadBalancersRequest.
|
675
985
|
:rtype: list[str]
|
676
986
|
"""
|
677
|
-
return self.
|
987
|
+
return self._elb_virsubnet_type
|
678
988
|
|
679
|
-
@
|
680
|
-
def
|
681
|
-
"""Sets the
|
989
|
+
@elb_virsubnet_type.setter
|
990
|
+
def elb_virsubnet_type(self, elb_virsubnet_type):
|
991
|
+
r"""Sets the elb_virsubnet_type of this ListLoadBalancersRequest.
|
682
992
|
|
993
|
+
下联面子网类型。 取值: - ipv4:ipv4。 - dualstack:双栈。 支持多值查询,查询条件格式: *elb_virsubnet_type=ipv4&elb_virsubnet_type=dualstack*。
|
683
994
|
|
684
|
-
:param
|
685
|
-
:type: list[str]
|
995
|
+
:param elb_virsubnet_type: The elb_virsubnet_type of this ListLoadBalancersRequest.
|
996
|
+
:type elb_virsubnet_type: list[str]
|
686
997
|
"""
|
687
|
-
self.
|
998
|
+
self._elb_virsubnet_type = elb_virsubnet_type
|
688
999
|
|
689
1000
|
@property
|
690
|
-
def
|
691
|
-
"""Gets the
|
1001
|
+
def autoscaling(self):
|
1002
|
+
r"""Gets the autoscaling of this ListLoadBalancersRequest.
|
692
1003
|
|
1004
|
+
是否开启弹性扩缩容。示例如下: \"autoscaling\": { \"enable\": \"true\" } 支持多值查询,查询条件格式: *autoscaling=enable=true&autoscaling=enable=false*。 [不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42,hcso,srg,fcs,fcs_vm,mix,hcso_g42,hcso_g42_b)
|
693
1005
|
|
694
|
-
:return: The
|
1006
|
+
:return: The autoscaling of this ListLoadBalancersRequest.
|
695
1007
|
:rtype: list[str]
|
696
1008
|
"""
|
697
|
-
return self.
|
1009
|
+
return self._autoscaling
|
698
1010
|
|
699
|
-
@
|
700
|
-
def
|
701
|
-
"""Sets the
|
1011
|
+
@autoscaling.setter
|
1012
|
+
def autoscaling(self, autoscaling):
|
1013
|
+
r"""Sets the autoscaling of this ListLoadBalancersRequest.
|
702
1014
|
|
1015
|
+
是否开启弹性扩缩容。示例如下: \"autoscaling\": { \"enable\": \"true\" } 支持多值查询,查询条件格式: *autoscaling=enable=true&autoscaling=enable=false*。 [不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42,hcso,srg,fcs,fcs_vm,mix,hcso_g42,hcso_g42_b)
|
703
1016
|
|
704
|
-
:param
|
705
|
-
:type: list[str]
|
1017
|
+
:param autoscaling: The autoscaling of this ListLoadBalancersRequest.
|
1018
|
+
:type autoscaling: list[str]
|
706
1019
|
"""
|
707
|
-
self.
|
1020
|
+
self._autoscaling = autoscaling
|
708
1021
|
|
709
1022
|
@property
|
710
|
-
def
|
711
|
-
"""Gets the
|
1023
|
+
def protection_status(self):
|
1024
|
+
r"""Gets the protection_status of this ListLoadBalancersRequest.
|
712
1025
|
|
1026
|
+
修改保护状态, 取值: - nonProtection: 不保护,默认值为nonProtection - consoleProtection: 控制台修改保护
|
713
1027
|
|
714
|
-
:return: The
|
1028
|
+
:return: The protection_status of this ListLoadBalancersRequest.
|
715
1029
|
:rtype: list[str]
|
716
1030
|
"""
|
717
|
-
return self.
|
1031
|
+
return self._protection_status
|
718
1032
|
|
719
|
-
@
|
720
|
-
def
|
721
|
-
"""Sets the
|
1033
|
+
@protection_status.setter
|
1034
|
+
def protection_status(self, protection_status):
|
1035
|
+
r"""Sets the protection_status of this ListLoadBalancersRequest.
|
722
1036
|
|
1037
|
+
修改保护状态, 取值: - nonProtection: 不保护,默认值为nonProtection - consoleProtection: 控制台修改保护
|
723
1038
|
|
724
|
-
:param
|
725
|
-
:type: list[str]
|
1039
|
+
:param protection_status: The protection_status of this ListLoadBalancersRequest.
|
1040
|
+
:type protection_status: list[str]
|
726
1041
|
"""
|
727
|
-
self.
|
1042
|
+
self._protection_status = protection_status
|
728
1043
|
|
729
1044
|
@property
|
730
|
-
def
|
731
|
-
"""Gets the
|
1045
|
+
def global_eips(self):
|
1046
|
+
r"""Gets the global_eips of this ListLoadBalancersRequest.
|
732
1047
|
|
1048
|
+
负载均衡器绑定的公网IP。示例如下: { \"global_eips\": [ { \"global_eip_id\": \"24000000-0000-0000-0000-100000000001\", \"global_eip_address\": \"10.10.10.10\", \"ip_version\": 4 } ] } 支持多值查询,查询条件格式: - global_eip_id作为查询条件:*global_eips=global_eip_id=xxx&global_eips=global_eip_id=xxx*。 - global_eip_address作为查询条件:*global_eips=global_eip_address=xxx&global_eips=global_eip_address=xxx*。 - ip_version作为查询条件:*global_eips=ip_version=xxx&global_eips=ip_version=xxx*。
|
733
1049
|
|
734
|
-
:return: The
|
1050
|
+
:return: The global_eips of this ListLoadBalancersRequest.
|
735
1051
|
:rtype: list[str]
|
736
1052
|
"""
|
737
|
-
return self.
|
1053
|
+
return self._global_eips
|
738
1054
|
|
739
|
-
@
|
740
|
-
def
|
741
|
-
"""Sets the
|
1055
|
+
@global_eips.setter
|
1056
|
+
def global_eips(self, global_eips):
|
1057
|
+
r"""Sets the global_eips of this ListLoadBalancersRequest.
|
742
1058
|
|
1059
|
+
负载均衡器绑定的公网IP。示例如下: { \"global_eips\": [ { \"global_eip_id\": \"24000000-0000-0000-0000-100000000001\", \"global_eip_address\": \"10.10.10.10\", \"ip_version\": 4 } ] } 支持多值查询,查询条件格式: - global_eip_id作为查询条件:*global_eips=global_eip_id=xxx&global_eips=global_eip_id=xxx*。 - global_eip_address作为查询条件:*global_eips=global_eip_address=xxx&global_eips=global_eip_address=xxx*。 - ip_version作为查询条件:*global_eips=ip_version=xxx&global_eips=ip_version=xxx*。
|
743
1060
|
|
744
|
-
:param
|
745
|
-
:type: list[str]
|
1061
|
+
:param global_eips: The global_eips of this ListLoadBalancersRequest.
|
1062
|
+
:type global_eips: list[str]
|
746
1063
|
"""
|
747
|
-
self.
|
1064
|
+
self._global_eips = global_eips
|
748
1065
|
|
749
1066
|
@property
|
750
|
-
def
|
751
|
-
"""Gets the
|
1067
|
+
def log_topic_id(self):
|
1068
|
+
r"""Gets the log_topic_id of this ListLoadBalancersRequest.
|
752
1069
|
|
1070
|
+
LB实例绑定的logtank的topic id信息,支持多值查询,查询条件格式:*log_topic_id=xxx&log_topic_id=xxx*。
|
753
1071
|
|
754
|
-
:return: The
|
755
|
-
:rtype:
|
1072
|
+
:return: The log_topic_id of this ListLoadBalancersRequest.
|
1073
|
+
:rtype: str
|
756
1074
|
"""
|
757
|
-
return self.
|
1075
|
+
return self._log_topic_id
|
758
1076
|
|
759
|
-
@
|
760
|
-
def
|
761
|
-
"""Sets the
|
1077
|
+
@log_topic_id.setter
|
1078
|
+
def log_topic_id(self, log_topic_id):
|
1079
|
+
r"""Sets the log_topic_id of this ListLoadBalancersRequest.
|
762
1080
|
|
1081
|
+
LB实例绑定的logtank的topic id信息,支持多值查询,查询条件格式:*log_topic_id=xxx&log_topic_id=xxx*。
|
763
1082
|
|
764
|
-
:param
|
765
|
-
:type:
|
1083
|
+
:param log_topic_id: The log_topic_id of this ListLoadBalancersRequest.
|
1084
|
+
:type log_topic_id: str
|
766
1085
|
"""
|
767
|
-
self.
|
1086
|
+
self._log_topic_id = log_topic_id
|
768
1087
|
|
769
1088
|
@property
|
770
|
-
def
|
771
|
-
"""Gets the
|
1089
|
+
def log_group_id(self):
|
1090
|
+
r"""Gets the log_group_id of this ListLoadBalancersRequest.
|
772
1091
|
|
1092
|
+
LB实例绑定的logtank的group id信息,支持多值查询,查询条件格式:*log_group_id=xxx&log_group_id=xxx*。
|
773
1093
|
|
774
|
-
:return: The
|
775
|
-
:rtype:
|
1094
|
+
:return: The log_group_id of this ListLoadBalancersRequest.
|
1095
|
+
:rtype: str
|
776
1096
|
"""
|
777
|
-
return self.
|
1097
|
+
return self._log_group_id
|
778
1098
|
|
779
|
-
@
|
780
|
-
def
|
781
|
-
"""Sets the
|
1099
|
+
@log_group_id.setter
|
1100
|
+
def log_group_id(self, log_group_id):
|
1101
|
+
r"""Sets the log_group_id of this ListLoadBalancersRequest.
|
782
1102
|
|
1103
|
+
LB实例绑定的logtank的group id信息,支持多值查询,查询条件格式:*log_group_id=xxx&log_group_id=xxx*。
|
783
1104
|
|
784
|
-
:param
|
785
|
-
:type:
|
1105
|
+
:param log_group_id: The log_group_id of this ListLoadBalancersRequest.
|
1106
|
+
:type log_group_id: str
|
786
1107
|
"""
|
787
|
-
self.
|
1108
|
+
self._log_group_id = log_group_id
|
788
1109
|
|
789
1110
|
def to_dict(self):
|
790
1111
|
"""Returns the model properties as a dict"""
|
@@ -815,10 +1136,15 @@ class ListLoadBalancersRequest:
|
|
815
1136
|
|
816
1137
|
def to_str(self):
|
817
1138
|
"""Returns the string representation of the model"""
|
818
|
-
|
1139
|
+
import simplejson as json
|
1140
|
+
if six.PY2:
|
1141
|
+
import sys
|
1142
|
+
reload(sys)
|
1143
|
+
sys.setdefaultencoding("utf-8")
|
1144
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
819
1145
|
|
820
1146
|
def __repr__(self):
|
821
|
-
"""For `print`
|
1147
|
+
"""For `print`"""
|
822
1148
|
return self.to_str()
|
823
1149
|
|
824
1150
|
def __eq__(self, other):
|