huaweicloudsdkdns 3.0.43rc0__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.
- huaweicloudsdkdns/v2/__init__.py +137 -11
- huaweicloudsdkdns/v2/dns_async_client.py +4625 -1735
- huaweicloudsdkdns/v2/dns_client.py +4638 -1749
- huaweicloudsdkdns/v2/model/__init__.py +136 -9
- huaweicloudsdkdns/v2/model/alias_target.py +27 -20
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/associate_or_disassociate_router_with_rule_request_body.py +110 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/associate_router_request.py +27 -20
- huaweicloudsdkdns/v2/model/{associate_router_req.py → associate_router_request_body.py} +23 -20
- huaweicloudsdkdns/v2/model/associate_router_response.py +35 -25
- huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +200 -0
- huaweicloudsdkdns/v2/model/batch_create_tag_request.py +33 -22
- huaweicloudsdkdns/v2/model/batch_create_tag_response.py +14 -10
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request_body.py +115 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_response.py +85 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +139 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_hand_tags.py +24 -17
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set.py +229 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +139 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +166 -0
- huaweicloudsdkdns/v2/model/create_custom_line_request.py +20 -17
- huaweicloudsdkdns/v2/model/{create_custom_lines.py → create_custom_line_request_body.py} +36 -27
- huaweicloudsdkdns/v2/model/create_custom_line_response.py +53 -35
- huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +33 -22
- huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +97 -50
- huaweicloudsdkdns/v2/model/create_endpoint_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_endpoint_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_line_group_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/create_line_groups_req.py +171 -0
- huaweicloudsdkdns/v2/model/create_line_groups_resp.py +289 -0
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +101 -55
- huaweicloudsdkdns/v2/model/create_private_zone_request.py +19 -16
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +156 -95
- huaweicloudsdkdns/v2/model/create_ptr_req.py +47 -34
- huaweicloudsdkdns/v2/model/create_ptr_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_ptr_request_body.py +255 -0
- huaweicloudsdkdns/v2/model/create_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/create_public_zone_req.py +63 -46
- huaweicloudsdkdns/v2/model/create_public_zone_request.py +19 -16
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +125 -91
- huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +199 -0
- huaweicloudsdkdns/v2/model/create_record_set_request.py +27 -20
- huaweicloudsdkdns/v2/model/create_record_set_request_body.py +286 -0
- huaweicloudsdkdns/v2/model/create_record_set_response.py +111 -55
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +139 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +166 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +27 -20
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +370 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +138 -102
- huaweicloudsdkdns/v2/model/create_resolver_rule_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_tag_req.py +19 -16
- huaweicloudsdkdns/v2/model/create_tag_request.py +33 -22
- huaweicloudsdkdns/v2/model/create_tag_response.py +14 -10
- huaweicloudsdkdns/v2/model/delete_custom_line_request.py +20 -13
- huaweicloudsdkdns/v2/model/delete_custom_line_response.py +53 -35
- huaweicloudsdkdns/v2/model/delete_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_line_group_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/delete_private_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +126 -92
- huaweicloudsdkdns/v2/model/delete_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_ptr_response.py +85 -0
- huaweicloudsdkdns/v2/model/delete_public_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +121 -91
- huaweicloudsdkdns/v2/model/delete_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/delete_record_set_response.py +111 -81
- huaweicloudsdkdns/v2/model/delete_record_sets_request.py +27 -16
- huaweicloudsdkdns/v2/model/delete_record_sets_response.py +138 -102
- huaweicloudsdkdns/v2/model/delete_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_tag_request.py +34 -19
- huaweicloudsdkdns/v2/model/delete_tag_response.py +14 -10
- huaweicloudsdkdns/v2/model/disable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/disable_dnssec_config_response.py +116 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_request.py +142 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/disassociate_router_request.py +27 -20
- huaweicloudsdkdns/v2/model/disassociate_router_response.py +35 -25
- huaweicloudsdkdns/v2/model/{disassociaterouter_req.py → disassociaterouter_request_body.py} +23 -20
- huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +198 -0
- huaweicloudsdkdns/v2/model/enable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/enable_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/endpoint_resp.py +347 -0
- huaweicloudsdkdns/v2/model/floating_ips_ptr.py +339 -0
- huaweicloudsdkdns/v2/model/{update_public_zone_status.py → ip_info.py} +35 -29
- huaweicloudsdkdns/v2/model/ip_value.py +115 -0
- huaweicloudsdkdns/v2/model/ipaddress_info.py +143 -0
- huaweicloudsdkdns/v2/model/ipaddresses.py +110 -0
- huaweicloudsdkdns/v2/model/ipaddresses_data.py +289 -0
- huaweicloudsdkdns/v2/model/line.py +52 -35
- huaweicloudsdkdns/v2/model/link.py +115 -0
- huaweicloudsdkdns/v2/model/links_item.py +27 -20
- huaweicloudsdkdns/v2/model/list_api_versions_item.py +35 -26
- huaweicloudsdkdns/v2/model/list_api_versions_request.py +13 -10
- huaweicloudsdkdns/v2/model/list_api_versions_response.py +20 -16
- huaweicloudsdkdns/v2/model/list_custom_line_request.py +109 -28
- huaweicloudsdkdns/v2/model/list_custom_line_response.py +29 -21
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py +114 -0
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py +116 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +173 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_endpoints_request.py +230 -0
- huaweicloudsdkdns/v2/model/list_endpoints_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_line_groups_request.py +202 -0
- huaweicloudsdkdns/v2/model/list_line_groups_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_name_servers_request.py +27 -16
- huaweicloudsdkdns/v2/model/list_name_servers_response.py +22 -14
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +217 -37
- huaweicloudsdkdns/v2/model/list_private_zones_response.py +35 -27
- huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +99 -51
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +55 -28
- huaweicloudsdkdns/v2/model/list_ptr_records_response.py +35 -27
- huaweicloudsdkdns/v2/model/list_ptrs_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_ptrs_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +172 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zones_request.py +186 -35
- huaweicloudsdkdns/v2/model/list_public_zones_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets.py +110 -81
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +124 -48
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +35 -27
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +131 -51
- huaweicloudsdkdns/v2/model/list_record_sets_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +152 -60
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +517 -0
- huaweicloudsdkdns/v2/model/list_resolver_rule_param.py +376 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_response.py +191 -0
- huaweicloudsdkdns/v2/model/list_tag_req.py +64 -45
- huaweicloudsdkdns/v2/model/list_tag_request.py +26 -19
- huaweicloudsdkdns/v2/model/list_tag_response.py +29 -17
- huaweicloudsdkdns/v2/model/list_tags_request.py +20 -13
- huaweicloudsdkdns/v2/model/list_tags_response.py +20 -14
- huaweicloudsdkdns/v2/model/match.py +143 -0
- huaweicloudsdkdns/v2/model/{metedata.py → metadata.py} +24 -19
- huaweicloudsdkdns/v2/model/name_servers_resp.py +31 -20
- huaweicloudsdkdns/v2/model/nameserver.py +27 -20
- huaweicloudsdkdns/v2/model/ns_records.py +28 -19
- huaweicloudsdkdns/v2/model/page_info.py +173 -0
- huaweicloudsdkdns/v2/model/page_link.py +27 -20
- huaweicloudsdkdns/v2/model/private_name_server.py +27 -20
- huaweicloudsdkdns/v2/model/private_zone_resp.py +191 -98
- huaweicloudsdkdns/v2/model/public_ip_req.py +144 -0
- huaweicloudsdkdns/v2/model/public_ip_res.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_lines.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_resp.py +575 -0
- huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +658 -0
- huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +169 -105
- huaweicloudsdkdns/v2/model/recordset_data.py +600 -0
- huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
- huaweicloudsdkdns/v2/model/resource_item.py +36 -25
- huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +33 -22
- huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +14 -10
- huaweicloudsdkdns/v2/model/restore_ptr_req.py +22 -17
- huaweicloudsdkdns/v2/model/router.py +59 -23
- huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
- huaweicloudsdkdns/v2/model/router_with_status.py +34 -25
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request.py +139 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_response.py +85 -0
- huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +27 -20
- huaweicloudsdkdns/v2/model/{set_record_sets_status_req.py → set_record_sets_status_request_body.py} +24 -19
- huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +170 -105
- huaweicloudsdkdns/v2/model/show_api_info_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_api_info_response.py +20 -16
- huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/show_domain_quota_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_domain_quota_response.py +116 -0
- huaweicloudsdkdns/v2/model/show_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_line_group_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +22 -14
- huaweicloudsdkdns/v2/model/show_private_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_private_zone_response.py +187 -95
- huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +97 -50
- huaweicloudsdkdns/v2/model/show_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +22 -16
- huaweicloudsdkdns/v2/model/show_public_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +127 -93
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +371 -16
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +162 -127
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +35 -27
- huaweicloudsdkdns/v2/model/show_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_record_set_response.py +143 -84
- huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +170 -105
- huaweicloudsdkdns/v2/model/show_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_resp_param.py +405 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_resource_tag_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_resource_tag_response.py +22 -14
- huaweicloudsdkdns/v2/model/tag.py +27 -20
- huaweicloudsdkdns/v2/model/tag_values.py +27 -20
- huaweicloudsdkdns/v2/model/update_custom_line_request.py +27 -20
- huaweicloudsdkdns/v2/model/{update_customs_line_req.py → update_custom_line_request_body.py} +36 -27
- huaweicloudsdkdns/v2/model/update_custom_line_response.py +53 -35
- huaweicloudsdkdns/v2/model/update_endpoint_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_endpoint_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/update_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/update_line_groups_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +171 -0
- huaweicloudsdkdns/v2/model/update_line_groups_response.py +290 -0
- huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +34 -25
- huaweicloudsdkdns/v2/model/update_private_zone_request.py +26 -19
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +126 -92
- huaweicloudsdkdns/v2/model/update_private_zone_status_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_private_zone_status_response.py +518 -0
- huaweicloudsdkdns/v2/model/update_ptr_record_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_ptr_record_response.py +65 -47
- huaweicloudsdkdns/v2/model/update_ptr_req.py +40 -29
- huaweicloudsdkdns/v2/model/update_ptr_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_ptr_request_body.py +172 -0
- huaweicloudsdkdns/v2/model/update_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/update_public_zone_info.py +36 -27
- huaweicloudsdkdns/v2/model/update_public_zone_request.py +26 -19
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +120 -88
- huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +27 -20
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +118 -86
- huaweicloudsdkdns/v2/model/update_record_set_req.py +52 -37
- huaweicloudsdkdns/v2/model/update_record_set_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_record_set_response.py +111 -55
- huaweicloudsdkdns/v2/model/update_record_sets_req.py +55 -40
- huaweicloudsdkdns/v2/model/update_record_sets_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_record_sets_response.py +138 -102
- huaweicloudsdkdns/v2/model/update_resolver_rule_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_request_body.py +144 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/update_zone_status_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/values_item.py +21 -16
- huaweicloudsdkdns/v2/model/version_item.py +56 -41
- huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
- huaweicloudsdkdns/v2/model/zone_data.py +517 -0
- huaweicloudsdkdns/v2/region/dns_region.py +88 -38
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/METADATA +9 -9
- huaweicloudsdkdns-3.1.160.dist-info/RECORD +273 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/WHEEL +1 -1
- huaweicloudsdkdns/v2/model/create_record_set_req.py +0 -263
- huaweicloudsdkdns/v2/model/create_record_set_with_line_req.py +0 -348
- huaweicloudsdkdns-3.0.43rc0.dist-info/RECORD +0 -146
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-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 ListPrivateZonesRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class ListPrivateZonesRequest:
|
|
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 = {
|
@@ -29,8 +23,13 @@ class ListPrivateZonesRequest:
|
|
29
23
|
'offset': 'int',
|
30
24
|
'tags': 'str',
|
31
25
|
'name': 'str',
|
26
|
+
'id': 'str',
|
32
27
|
'status': 'str',
|
33
|
-
'
|
28
|
+
'search_mode': 'str',
|
29
|
+
'sort_key': 'str',
|
30
|
+
'sort_dir': 'str',
|
31
|
+
'enterprise_project_id': 'str',
|
32
|
+
'router_id': 'str'
|
34
33
|
}
|
35
34
|
|
36
35
|
attribute_map = {
|
@@ -40,12 +39,47 @@ class ListPrivateZonesRequest:
|
|
40
39
|
'offset': 'offset',
|
41
40
|
'tags': 'tags',
|
42
41
|
'name': 'name',
|
42
|
+
'id': 'id',
|
43
43
|
'status': 'status',
|
44
|
-
'
|
44
|
+
'search_mode': 'search_mode',
|
45
|
+
'sort_key': 'sort_key',
|
46
|
+
'sort_dir': 'sort_dir',
|
47
|
+
'enterprise_project_id': 'enterprise_project_id',
|
48
|
+
'router_id': 'router_id'
|
45
49
|
}
|
46
50
|
|
47
|
-
def __init__(self, type=None, limit=None, marker=None, offset=None, tags=None, name=None, status=None, enterprise_project_id=None):
|
48
|
-
"""ListPrivateZonesRequest
|
51
|
+
def __init__(self, type=None, limit=None, marker=None, offset=None, tags=None, name=None, id=None, status=None, search_mode=None, sort_key=None, sort_dir=None, enterprise_project_id=None, router_id=None):
|
52
|
+
r"""ListPrivateZonesRequest
|
53
|
+
|
54
|
+
The model defined in huaweicloud sdk
|
55
|
+
|
56
|
+
:param type: **参数解释:** 待查询域名的类型。 **约束限制:** 不涉及。 **取值范围:** private:内网域名 **默认取值:** 不涉及。
|
57
|
+
:type type: str
|
58
|
+
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
59
|
+
:type limit: int
|
60
|
+
:param marker: **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
61
|
+
:type marker: str
|
62
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
63
|
+
:type offset: int
|
64
|
+
:param tags: **参数解释:** 内网域名的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
65
|
+
:type tags: str
|
66
|
+
:param name: **参数解释:** 域名。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
67
|
+
:type name: str
|
68
|
+
:param id: **参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
69
|
+
:type id: str
|
70
|
+
:param status: **参数解释:** 内网域名状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
|
71
|
+
:type status: str
|
72
|
+
:param search_mode: **参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** 不涉及。
|
73
|
+
:type search_mode: str
|
74
|
+
:param sort_key: **参数解释:** 查询结果中域名列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:域名 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
|
75
|
+
:type sort_key: str
|
76
|
+
:param sort_dir: **参数解释:** 查询结果中域名列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
|
77
|
+
:type sort_dir: str
|
78
|
+
:param enterprise_project_id: **参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **约束限制:** 不涉及。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。 **默认取值:** 0
|
79
|
+
:type enterprise_project_id: str
|
80
|
+
:param router_id: **参数解释:** 关联VPC的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
81
|
+
:type router_id: str
|
82
|
+
"""
|
49
83
|
|
50
84
|
|
51
85
|
|
@@ -55,8 +89,13 @@ class ListPrivateZonesRequest:
|
|
55
89
|
self._offset = None
|
56
90
|
self._tags = None
|
57
91
|
self._name = None
|
92
|
+
self._id = None
|
58
93
|
self._status = None
|
94
|
+
self._search_mode = None
|
95
|
+
self._sort_key = None
|
96
|
+
self._sort_dir = None
|
59
97
|
self._enterprise_project_id = None
|
98
|
+
self._router_id = None
|
60
99
|
self.discriminator = None
|
61
100
|
|
62
101
|
self.type = type
|
@@ -70,15 +109,26 @@ class ListPrivateZonesRequest:
|
|
70
109
|
self.tags = tags
|
71
110
|
if name is not None:
|
72
111
|
self.name = name
|
112
|
+
if id is not None:
|
113
|
+
self.id = id
|
73
114
|
if status is not None:
|
74
115
|
self.status = status
|
116
|
+
if search_mode is not None:
|
117
|
+
self.search_mode = search_mode
|
118
|
+
if sort_key is not None:
|
119
|
+
self.sort_key = sort_key
|
120
|
+
if sort_dir is not None:
|
121
|
+
self.sort_dir = sort_dir
|
75
122
|
if enterprise_project_id is not None:
|
76
123
|
self.enterprise_project_id = enterprise_project_id
|
124
|
+
if router_id is not None:
|
125
|
+
self.router_id = router_id
|
77
126
|
|
78
127
|
@property
|
79
128
|
def type(self):
|
80
|
-
"""Gets the type of this ListPrivateZonesRequest.
|
129
|
+
r"""Gets the type of this ListPrivateZonesRequest.
|
81
130
|
|
131
|
+
**参数解释:** 待查询域名的类型。 **约束限制:** 不涉及。 **取值范围:** private:内网域名 **默认取值:** 不涉及。
|
82
132
|
|
83
133
|
:return: The type of this ListPrivateZonesRequest.
|
84
134
|
:rtype: str
|
@@ -87,18 +137,20 @@ class ListPrivateZonesRequest:
|
|
87
137
|
|
88
138
|
@type.setter
|
89
139
|
def type(self, type):
|
90
|
-
"""Sets the type of this ListPrivateZonesRequest.
|
140
|
+
r"""Sets the type of this ListPrivateZonesRequest.
|
91
141
|
|
142
|
+
**参数解释:** 待查询域名的类型。 **约束限制:** 不涉及。 **取值范围:** private:内网域名 **默认取值:** 不涉及。
|
92
143
|
|
93
144
|
:param type: The type of this ListPrivateZonesRequest.
|
94
|
-
:type: str
|
145
|
+
:type type: str
|
95
146
|
"""
|
96
147
|
self._type = type
|
97
148
|
|
98
149
|
@property
|
99
150
|
def limit(self):
|
100
|
-
"""Gets the limit of this ListPrivateZonesRequest.
|
151
|
+
r"""Gets the limit of this ListPrivateZonesRequest.
|
101
152
|
|
153
|
+
**参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
102
154
|
|
103
155
|
:return: The limit of this ListPrivateZonesRequest.
|
104
156
|
:rtype: int
|
@@ -107,18 +159,20 @@ class ListPrivateZonesRequest:
|
|
107
159
|
|
108
160
|
@limit.setter
|
109
161
|
def limit(self, limit):
|
110
|
-
"""Sets the limit of this ListPrivateZonesRequest.
|
162
|
+
r"""Sets the limit of this ListPrivateZonesRequest.
|
111
163
|
|
164
|
+
**参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
112
165
|
|
113
166
|
:param limit: The limit of this ListPrivateZonesRequest.
|
114
|
-
:type: int
|
167
|
+
:type limit: int
|
115
168
|
"""
|
116
169
|
self._limit = limit
|
117
170
|
|
118
171
|
@property
|
119
172
|
def marker(self):
|
120
|
-
"""Gets the marker of this ListPrivateZonesRequest.
|
173
|
+
r"""Gets the marker of this ListPrivateZonesRequest.
|
121
174
|
|
175
|
+
**参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
122
176
|
|
123
177
|
:return: The marker of this ListPrivateZonesRequest.
|
124
178
|
:rtype: str
|
@@ -127,18 +181,20 @@ class ListPrivateZonesRequest:
|
|
127
181
|
|
128
182
|
@marker.setter
|
129
183
|
def marker(self, marker):
|
130
|
-
"""Sets the marker of this ListPrivateZonesRequest.
|
184
|
+
r"""Sets the marker of this ListPrivateZonesRequest.
|
131
185
|
|
186
|
+
**参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
132
187
|
|
133
188
|
:param marker: The marker of this ListPrivateZonesRequest.
|
134
|
-
:type: str
|
189
|
+
:type marker: str
|
135
190
|
"""
|
136
191
|
self._marker = marker
|
137
192
|
|
138
193
|
@property
|
139
194
|
def offset(self):
|
140
|
-
"""Gets the offset of this ListPrivateZonesRequest.
|
195
|
+
r"""Gets the offset of this ListPrivateZonesRequest.
|
141
196
|
|
197
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
142
198
|
|
143
199
|
:return: The offset of this ListPrivateZonesRequest.
|
144
200
|
:rtype: int
|
@@ -147,18 +203,20 @@ class ListPrivateZonesRequest:
|
|
147
203
|
|
148
204
|
@offset.setter
|
149
205
|
def offset(self, offset):
|
150
|
-
"""Sets the offset of this ListPrivateZonesRequest.
|
206
|
+
r"""Sets the offset of this ListPrivateZonesRequest.
|
151
207
|
|
208
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
152
209
|
|
153
210
|
:param offset: The offset of this ListPrivateZonesRequest.
|
154
|
-
:type: int
|
211
|
+
:type offset: int
|
155
212
|
"""
|
156
213
|
self._offset = offset
|
157
214
|
|
158
215
|
@property
|
159
216
|
def tags(self):
|
160
|
-
"""Gets the tags of this ListPrivateZonesRequest.
|
217
|
+
r"""Gets the tags of this ListPrivateZonesRequest.
|
161
218
|
|
219
|
+
**参数解释:** 内网域名的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
162
220
|
|
163
221
|
:return: The tags of this ListPrivateZonesRequest.
|
164
222
|
:rtype: str
|
@@ -167,18 +225,20 @@ class ListPrivateZonesRequest:
|
|
167
225
|
|
168
226
|
@tags.setter
|
169
227
|
def tags(self, tags):
|
170
|
-
"""Sets the tags of this ListPrivateZonesRequest.
|
228
|
+
r"""Sets the tags of this ListPrivateZonesRequest.
|
171
229
|
|
230
|
+
**参数解释:** 内网域名的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
172
231
|
|
173
232
|
:param tags: The tags of this ListPrivateZonesRequest.
|
174
|
-
:type: str
|
233
|
+
:type tags: str
|
175
234
|
"""
|
176
235
|
self._tags = tags
|
177
236
|
|
178
237
|
@property
|
179
238
|
def name(self):
|
180
|
-
"""Gets the name of this ListPrivateZonesRequest.
|
239
|
+
r"""Gets the name of this ListPrivateZonesRequest.
|
181
240
|
|
241
|
+
**参数解释:** 域名。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
182
242
|
|
183
243
|
:return: The name of this ListPrivateZonesRequest.
|
184
244
|
:rtype: str
|
@@ -187,18 +247,42 @@ class ListPrivateZonesRequest:
|
|
187
247
|
|
188
248
|
@name.setter
|
189
249
|
def name(self, name):
|
190
|
-
"""Sets the name of this ListPrivateZonesRequest.
|
250
|
+
r"""Sets the name of this ListPrivateZonesRequest.
|
191
251
|
|
252
|
+
**参数解释:** 域名。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
192
253
|
|
193
254
|
:param name: The name of this ListPrivateZonesRequest.
|
194
|
-
:type: str
|
255
|
+
:type name: str
|
195
256
|
"""
|
196
257
|
self._name = name
|
197
258
|
|
259
|
+
@property
|
260
|
+
def id(self):
|
261
|
+
r"""Gets the id of this ListPrivateZonesRequest.
|
262
|
+
|
263
|
+
**参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
264
|
+
|
265
|
+
:return: The id of this ListPrivateZonesRequest.
|
266
|
+
:rtype: str
|
267
|
+
"""
|
268
|
+
return self._id
|
269
|
+
|
270
|
+
@id.setter
|
271
|
+
def id(self, id):
|
272
|
+
r"""Sets the id of this ListPrivateZonesRequest.
|
273
|
+
|
274
|
+
**参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
275
|
+
|
276
|
+
:param id: The id of this ListPrivateZonesRequest.
|
277
|
+
:type id: str
|
278
|
+
"""
|
279
|
+
self._id = id
|
280
|
+
|
198
281
|
@property
|
199
282
|
def status(self):
|
200
|
-
"""Gets the status of this ListPrivateZonesRequest.
|
283
|
+
r"""Gets the status of this ListPrivateZonesRequest.
|
201
284
|
|
285
|
+
**参数解释:** 内网域名状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
|
202
286
|
|
203
287
|
:return: The status of this ListPrivateZonesRequest.
|
204
288
|
:rtype: str
|
@@ -207,18 +291,86 @@ class ListPrivateZonesRequest:
|
|
207
291
|
|
208
292
|
@status.setter
|
209
293
|
def status(self, status):
|
210
|
-
"""Sets the status of this ListPrivateZonesRequest.
|
294
|
+
r"""Sets the status of this ListPrivateZonesRequest.
|
211
295
|
|
296
|
+
**参数解释:** 内网域名状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
|
212
297
|
|
213
298
|
:param status: The status of this ListPrivateZonesRequest.
|
214
|
-
:type: str
|
299
|
+
:type status: str
|
215
300
|
"""
|
216
301
|
self._status = status
|
217
302
|
|
303
|
+
@property
|
304
|
+
def search_mode(self):
|
305
|
+
r"""Gets the search_mode of this ListPrivateZonesRequest.
|
306
|
+
|
307
|
+
**参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** 不涉及。
|
308
|
+
|
309
|
+
:return: The search_mode of this ListPrivateZonesRequest.
|
310
|
+
:rtype: str
|
311
|
+
"""
|
312
|
+
return self._search_mode
|
313
|
+
|
314
|
+
@search_mode.setter
|
315
|
+
def search_mode(self, search_mode):
|
316
|
+
r"""Sets the search_mode of this ListPrivateZonesRequest.
|
317
|
+
|
318
|
+
**参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** 不涉及。
|
319
|
+
|
320
|
+
:param search_mode: The search_mode of this ListPrivateZonesRequest.
|
321
|
+
:type search_mode: str
|
322
|
+
"""
|
323
|
+
self._search_mode = search_mode
|
324
|
+
|
325
|
+
@property
|
326
|
+
def sort_key(self):
|
327
|
+
r"""Gets the sort_key of this ListPrivateZonesRequest.
|
328
|
+
|
329
|
+
**参数解释:** 查询结果中域名列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:域名 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
|
330
|
+
|
331
|
+
:return: The sort_key of this ListPrivateZonesRequest.
|
332
|
+
:rtype: str
|
333
|
+
"""
|
334
|
+
return self._sort_key
|
335
|
+
|
336
|
+
@sort_key.setter
|
337
|
+
def sort_key(self, sort_key):
|
338
|
+
r"""Sets the sort_key of this ListPrivateZonesRequest.
|
339
|
+
|
340
|
+
**参数解释:** 查询结果中域名列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:域名 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
|
341
|
+
|
342
|
+
:param sort_key: The sort_key of this ListPrivateZonesRequest.
|
343
|
+
:type sort_key: str
|
344
|
+
"""
|
345
|
+
self._sort_key = sort_key
|
346
|
+
|
347
|
+
@property
|
348
|
+
def sort_dir(self):
|
349
|
+
r"""Gets the sort_dir of this ListPrivateZonesRequest.
|
350
|
+
|
351
|
+
**参数解释:** 查询结果中域名列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
|
352
|
+
|
353
|
+
:return: The sort_dir of this ListPrivateZonesRequest.
|
354
|
+
:rtype: str
|
355
|
+
"""
|
356
|
+
return self._sort_dir
|
357
|
+
|
358
|
+
@sort_dir.setter
|
359
|
+
def sort_dir(self, sort_dir):
|
360
|
+
r"""Sets the sort_dir of this ListPrivateZonesRequest.
|
361
|
+
|
362
|
+
**参数解释:** 查询结果中域名列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
|
363
|
+
|
364
|
+
:param sort_dir: The sort_dir of this ListPrivateZonesRequest.
|
365
|
+
:type sort_dir: str
|
366
|
+
"""
|
367
|
+
self._sort_dir = sort_dir
|
368
|
+
|
218
369
|
@property
|
219
370
|
def enterprise_project_id(self):
|
220
|
-
"""Gets the enterprise_project_id of this ListPrivateZonesRequest.
|
371
|
+
r"""Gets the enterprise_project_id of this ListPrivateZonesRequest.
|
221
372
|
|
373
|
+
**参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **约束限制:** 不涉及。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。 **默认取值:** 0
|
222
374
|
|
223
375
|
:return: The enterprise_project_id of this ListPrivateZonesRequest.
|
224
376
|
:rtype: str
|
@@ -227,14 +379,37 @@ class ListPrivateZonesRequest:
|
|
227
379
|
|
228
380
|
@enterprise_project_id.setter
|
229
381
|
def enterprise_project_id(self, enterprise_project_id):
|
230
|
-
"""Sets the enterprise_project_id of this ListPrivateZonesRequest.
|
382
|
+
r"""Sets the enterprise_project_id of this ListPrivateZonesRequest.
|
231
383
|
|
384
|
+
**参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **约束限制:** 不涉及。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。 **默认取值:** 0
|
232
385
|
|
233
386
|
:param enterprise_project_id: The enterprise_project_id of this ListPrivateZonesRequest.
|
234
|
-
:type: str
|
387
|
+
:type enterprise_project_id: str
|
235
388
|
"""
|
236
389
|
self._enterprise_project_id = enterprise_project_id
|
237
390
|
|
391
|
+
@property
|
392
|
+
def router_id(self):
|
393
|
+
r"""Gets the router_id of this ListPrivateZonesRequest.
|
394
|
+
|
395
|
+
**参数解释:** 关联VPC的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
396
|
+
|
397
|
+
:return: The router_id of this ListPrivateZonesRequest.
|
398
|
+
:rtype: str
|
399
|
+
"""
|
400
|
+
return self._router_id
|
401
|
+
|
402
|
+
@router_id.setter
|
403
|
+
def router_id(self, router_id):
|
404
|
+
r"""Sets the router_id of this ListPrivateZonesRequest.
|
405
|
+
|
406
|
+
**参数解释:** 关联VPC的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
407
|
+
|
408
|
+
:param router_id: The router_id of this ListPrivateZonesRequest.
|
409
|
+
:type router_id: str
|
410
|
+
"""
|
411
|
+
self._router_id = router_id
|
412
|
+
|
238
413
|
def to_dict(self):
|
239
414
|
"""Returns the model properties as a dict"""
|
240
415
|
result = {}
|
@@ -264,10 +439,15 @@ class ListPrivateZonesRequest:
|
|
264
439
|
|
265
440
|
def to_str(self):
|
266
441
|
"""Returns the string representation of the model"""
|
267
|
-
|
442
|
+
import simplejson as json
|
443
|
+
if six.PY2:
|
444
|
+
import sys
|
445
|
+
reload(sys)
|
446
|
+
sys.setdefaultencoding("utf-8")
|
447
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
268
448
|
|
269
449
|
def __repr__(self):
|
270
|
-
"""For `print`
|
450
|
+
"""For `print`"""
|
271
451
|
return self.to_str()
|
272
452
|
|
273
453
|
def __eq__(self, other):
|
@@ -1,17 +1,13 @@
|
|
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.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
7
|
|
11
8
|
|
12
9
|
class ListPrivateZonesResponse(SdkResponse):
|
13
10
|
|
14
|
-
|
15
11
|
"""
|
16
12
|
Attributes:
|
17
13
|
openapi_types (dict): The key is attribute name
|
@@ -19,12 +15,11 @@ class ListPrivateZonesResponse(SdkResponse):
|
|
19
15
|
attribute_map (dict): The key is attribute name
|
20
16
|
and the value is json key in definition.
|
21
17
|
"""
|
22
|
-
|
23
18
|
sensitive_list = []
|
24
19
|
|
25
20
|
openapi_types = {
|
26
21
|
'links': 'PageLink',
|
27
|
-
'metadata': '
|
22
|
+
'metadata': 'Metadata',
|
28
23
|
'zones': 'list[PrivateZoneResp]'
|
29
24
|
}
|
30
25
|
|
@@ -35,9 +30,19 @@ class ListPrivateZonesResponse(SdkResponse):
|
|
35
30
|
}
|
36
31
|
|
37
32
|
def __init__(self, links=None, metadata=None, zones=None):
|
38
|
-
"""ListPrivateZonesResponse
|
33
|
+
r"""ListPrivateZonesResponse
|
34
|
+
|
35
|
+
The model defined in huaweicloud sdk
|
36
|
+
|
37
|
+
:param links:
|
38
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
39
|
+
:param metadata:
|
40
|
+
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
41
|
+
:param zones: **参数解释:** 域名列表信息。 **取值范围:** 不涉及。
|
42
|
+
:type zones: list[:class:`huaweicloudsdkdns.v2.PrivateZoneResp`]
|
43
|
+
"""
|
39
44
|
|
40
|
-
super().__init__()
|
45
|
+
super(ListPrivateZonesResponse, self).__init__()
|
41
46
|
|
42
47
|
self._links = None
|
43
48
|
self._metadata = None
|
@@ -53,61 +58,59 @@ class ListPrivateZonesResponse(SdkResponse):
|
|
53
58
|
|
54
59
|
@property
|
55
60
|
def links(self):
|
56
|
-
"""Gets the links of this ListPrivateZonesResponse.
|
57
|
-
|
61
|
+
r"""Gets the links of this ListPrivateZonesResponse.
|
58
62
|
|
59
63
|
:return: The links of this ListPrivateZonesResponse.
|
60
|
-
:rtype: PageLink
|
64
|
+
:rtype: :class:`huaweicloudsdkdns.v2.PageLink`
|
61
65
|
"""
|
62
66
|
return self._links
|
63
67
|
|
64
68
|
@links.setter
|
65
69
|
def links(self, links):
|
66
|
-
"""Sets the links of this ListPrivateZonesResponse.
|
67
|
-
|
70
|
+
r"""Sets the links of this ListPrivateZonesResponse.
|
68
71
|
|
69
72
|
:param links: The links of this ListPrivateZonesResponse.
|
70
|
-
:type: PageLink
|
73
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
71
74
|
"""
|
72
75
|
self._links = links
|
73
76
|
|
74
77
|
@property
|
75
78
|
def metadata(self):
|
76
|
-
"""Gets the metadata of this ListPrivateZonesResponse.
|
77
|
-
|
79
|
+
r"""Gets the metadata of this ListPrivateZonesResponse.
|
78
80
|
|
79
81
|
:return: The metadata of this ListPrivateZonesResponse.
|
80
|
-
:rtype:
|
82
|
+
:rtype: :class:`huaweicloudsdkdns.v2.Metadata`
|
81
83
|
"""
|
82
84
|
return self._metadata
|
83
85
|
|
84
86
|
@metadata.setter
|
85
87
|
def metadata(self, metadata):
|
86
|
-
"""Sets the metadata of this ListPrivateZonesResponse.
|
87
|
-
|
88
|
+
r"""Sets the metadata of this ListPrivateZonesResponse.
|
88
89
|
|
89
90
|
:param metadata: The metadata of this ListPrivateZonesResponse.
|
90
|
-
:type:
|
91
|
+
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
91
92
|
"""
|
92
93
|
self._metadata = metadata
|
93
94
|
|
94
95
|
@property
|
95
96
|
def zones(self):
|
96
|
-
"""Gets the zones of this ListPrivateZonesResponse.
|
97
|
+
r"""Gets the zones of this ListPrivateZonesResponse.
|
97
98
|
|
99
|
+
**参数解释:** 域名列表信息。 **取值范围:** 不涉及。
|
98
100
|
|
99
101
|
:return: The zones of this ListPrivateZonesResponse.
|
100
|
-
:rtype: list[PrivateZoneResp]
|
102
|
+
:rtype: list[:class:`huaweicloudsdkdns.v2.PrivateZoneResp`]
|
101
103
|
"""
|
102
104
|
return self._zones
|
103
105
|
|
104
106
|
@zones.setter
|
105
107
|
def zones(self, zones):
|
106
|
-
"""Sets the zones of this ListPrivateZonesResponse.
|
108
|
+
r"""Sets the zones of this ListPrivateZonesResponse.
|
107
109
|
|
110
|
+
**参数解释:** 域名列表信息。 **取值范围:** 不涉及。
|
108
111
|
|
109
112
|
:param zones: The zones of this ListPrivateZonesResponse.
|
110
|
-
:type: list[PrivateZoneResp]
|
113
|
+
:type zones: list[:class:`huaweicloudsdkdns.v2.PrivateZoneResp`]
|
111
114
|
"""
|
112
115
|
self._zones = zones
|
113
116
|
|
@@ -140,10 +143,15 @@ class ListPrivateZonesResponse(SdkResponse):
|
|
140
143
|
|
141
144
|
def to_str(self):
|
142
145
|
"""Returns the string representation of the model"""
|
143
|
-
|
146
|
+
import simplejson as json
|
147
|
+
if six.PY2:
|
148
|
+
import sys
|
149
|
+
reload(sys)
|
150
|
+
sys.setdefaultencoding("utf-8")
|
151
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
144
152
|
|
145
153
|
def __repr__(self):
|
146
|
-
"""For `print`
|
154
|
+
"""For `print`"""
|
147
155
|
return self.to_str()
|
148
156
|
|
149
157
|
def __eq__(self, other):
|