huaweicloudsdkdns 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.
- 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.42rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/METADATA +9 -9
- huaweicloudsdkdns-3.1.160.dist-info/RECORD +273 -0
- {huaweicloudsdkdns-3.0.42rc0.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.42rc0.dist-info/RECORD +0 -146
- {huaweicloudsdkdns-3.0.42rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.0.42rc0.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 ListRecordSets:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class ListRecordSets:
|
|
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 = {
|
@@ -57,7 +51,39 @@ class ListRecordSets:
|
|
57
51
|
}
|
58
52
|
|
59
53
|
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, create_at=None, update_at=None, status=None, default=None, project_id=None, links=None):
|
60
|
-
"""ListRecordSets
|
54
|
+
r"""ListRecordSets
|
55
|
+
|
56
|
+
The model defined in huaweicloud sdk
|
57
|
+
|
58
|
+
:param id: **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
59
|
+
:type id: str
|
60
|
+
:param name: **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
61
|
+
:type name: str
|
62
|
+
:param description: **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
63
|
+
:type description: str
|
64
|
+
:param zone_id: **参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
65
|
+
:type zone_id: str
|
66
|
+
:param zone_name: **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
67
|
+
:type zone_name: str
|
68
|
+
:param type: **参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
69
|
+
:type type: str
|
70
|
+
:param ttl: **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
71
|
+
:type ttl: int
|
72
|
+
:param records: **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
73
|
+
:type records: list[str]
|
74
|
+
:param create_at: **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
75
|
+
:type create_at: str
|
76
|
+
:param update_at: **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
77
|
+
:type update_at: str
|
78
|
+
:param status: **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
79
|
+
:type status: str
|
80
|
+
:param default: **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
81
|
+
:type default: bool
|
82
|
+
:param project_id: **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
83
|
+
:type project_id: str
|
84
|
+
:param links:
|
85
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
86
|
+
"""
|
61
87
|
|
62
88
|
|
63
89
|
|
@@ -108,9 +134,9 @@ class ListRecordSets:
|
|
108
134
|
|
109
135
|
@property
|
110
136
|
def id(self):
|
111
|
-
"""Gets the id of this ListRecordSets.
|
137
|
+
r"""Gets the id of this ListRecordSets.
|
112
138
|
|
113
|
-
|
139
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
114
140
|
|
115
141
|
:return: The id of this ListRecordSets.
|
116
142
|
:rtype: str
|
@@ -119,20 +145,20 @@ class ListRecordSets:
|
|
119
145
|
|
120
146
|
@id.setter
|
121
147
|
def id(self, id):
|
122
|
-
"""Sets the id of this ListRecordSets.
|
148
|
+
r"""Sets the id of this ListRecordSets.
|
123
149
|
|
124
|
-
|
150
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
125
151
|
|
126
152
|
:param id: The id of this ListRecordSets.
|
127
|
-
:type: str
|
153
|
+
:type id: str
|
128
154
|
"""
|
129
155
|
self._id = id
|
130
156
|
|
131
157
|
@property
|
132
158
|
def name(self):
|
133
|
-
"""Gets the name of this ListRecordSets.
|
159
|
+
r"""Gets the name of this ListRecordSets.
|
134
160
|
|
135
|
-
|
161
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
136
162
|
|
137
163
|
:return: The name of this ListRecordSets.
|
138
164
|
:rtype: str
|
@@ -141,20 +167,20 @@ class ListRecordSets:
|
|
141
167
|
|
142
168
|
@name.setter
|
143
169
|
def name(self, name):
|
144
|
-
"""Sets the name of this ListRecordSets.
|
170
|
+
r"""Sets the name of this ListRecordSets.
|
145
171
|
|
146
|
-
|
172
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
147
173
|
|
148
174
|
:param name: The name of this ListRecordSets.
|
149
|
-
:type: str
|
175
|
+
:type name: str
|
150
176
|
"""
|
151
177
|
self._name = name
|
152
178
|
|
153
179
|
@property
|
154
180
|
def description(self):
|
155
|
-
"""Gets the description of this ListRecordSets.
|
181
|
+
r"""Gets the description of this ListRecordSets.
|
156
182
|
|
157
|
-
|
183
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
158
184
|
|
159
185
|
:return: The description of this ListRecordSets.
|
160
186
|
:rtype: str
|
@@ -163,20 +189,20 @@ class ListRecordSets:
|
|
163
189
|
|
164
190
|
@description.setter
|
165
191
|
def description(self, description):
|
166
|
-
"""Sets the description of this ListRecordSets.
|
192
|
+
r"""Sets the description of this ListRecordSets.
|
167
193
|
|
168
|
-
|
194
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
169
195
|
|
170
196
|
:param description: The description of this ListRecordSets.
|
171
|
-
:type: str
|
197
|
+
:type description: str
|
172
198
|
"""
|
173
199
|
self._description = description
|
174
200
|
|
175
201
|
@property
|
176
202
|
def zone_id(self):
|
177
|
-
"""Gets the zone_id of this ListRecordSets.
|
203
|
+
r"""Gets the zone_id of this ListRecordSets.
|
178
204
|
|
179
|
-
|
205
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
180
206
|
|
181
207
|
:return: The zone_id of this ListRecordSets.
|
182
208
|
:rtype: str
|
@@ -185,20 +211,20 @@ class ListRecordSets:
|
|
185
211
|
|
186
212
|
@zone_id.setter
|
187
213
|
def zone_id(self, zone_id):
|
188
|
-
"""Sets the zone_id of this ListRecordSets.
|
214
|
+
r"""Sets the zone_id of this ListRecordSets.
|
189
215
|
|
190
|
-
|
216
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
191
217
|
|
192
218
|
:param zone_id: The zone_id of this ListRecordSets.
|
193
|
-
:type: str
|
219
|
+
:type zone_id: str
|
194
220
|
"""
|
195
221
|
self._zone_id = zone_id
|
196
222
|
|
197
223
|
@property
|
198
224
|
def zone_name(self):
|
199
|
-
"""Gets the zone_name of this ListRecordSets.
|
225
|
+
r"""Gets the zone_name of this ListRecordSets.
|
200
226
|
|
201
|
-
|
227
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
202
228
|
|
203
229
|
:return: The zone_name of this ListRecordSets.
|
204
230
|
:rtype: str
|
@@ -207,20 +233,20 @@ class ListRecordSets:
|
|
207
233
|
|
208
234
|
@zone_name.setter
|
209
235
|
def zone_name(self, zone_name):
|
210
|
-
"""Sets the zone_name of this ListRecordSets.
|
236
|
+
r"""Sets the zone_name of this ListRecordSets.
|
211
237
|
|
212
|
-
|
238
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
213
239
|
|
214
240
|
:param zone_name: The zone_name of this ListRecordSets.
|
215
|
-
:type: str
|
241
|
+
:type zone_name: str
|
216
242
|
"""
|
217
243
|
self._zone_name = zone_name
|
218
244
|
|
219
245
|
@property
|
220
246
|
def type(self):
|
221
|
-
"""Gets the type of this ListRecordSets.
|
247
|
+
r"""Gets the type of this ListRecordSets.
|
222
248
|
|
223
|
-
记录类型。
|
249
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
224
250
|
|
225
251
|
:return: The type of this ListRecordSets.
|
226
252
|
:rtype: str
|
@@ -229,20 +255,20 @@ class ListRecordSets:
|
|
229
255
|
|
230
256
|
@type.setter
|
231
257
|
def type(self, type):
|
232
|
-
"""Sets the type of this ListRecordSets.
|
258
|
+
r"""Sets the type of this ListRecordSets.
|
233
259
|
|
234
|
-
记录类型。
|
260
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
235
261
|
|
236
262
|
:param type: The type of this ListRecordSets.
|
237
|
-
:type: str
|
263
|
+
:type type: str
|
238
264
|
"""
|
239
265
|
self._type = type
|
240
266
|
|
241
267
|
@property
|
242
268
|
def ttl(self):
|
243
|
-
"""Gets the ttl of this ListRecordSets.
|
269
|
+
r"""Gets the ttl of this ListRecordSets.
|
244
270
|
|
245
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
271
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
246
272
|
|
247
273
|
:return: The ttl of this ListRecordSets.
|
248
274
|
:rtype: int
|
@@ -251,20 +277,20 @@ class ListRecordSets:
|
|
251
277
|
|
252
278
|
@ttl.setter
|
253
279
|
def ttl(self, ttl):
|
254
|
-
"""Sets the ttl of this ListRecordSets.
|
280
|
+
r"""Sets the ttl of this ListRecordSets.
|
255
281
|
|
256
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
282
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
257
283
|
|
258
284
|
:param ttl: The ttl of this ListRecordSets.
|
259
|
-
:type: int
|
285
|
+
:type ttl: int
|
260
286
|
"""
|
261
287
|
self._ttl = ttl
|
262
288
|
|
263
289
|
@property
|
264
290
|
def records(self):
|
265
|
-
"""Gets the records of this ListRecordSets.
|
291
|
+
r"""Gets the records of this ListRecordSets.
|
266
292
|
|
267
|
-
域名解析后的值。
|
293
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
268
294
|
|
269
295
|
:return: The records of this ListRecordSets.
|
270
296
|
:rtype: list[str]
|
@@ -273,20 +299,20 @@ class ListRecordSets:
|
|
273
299
|
|
274
300
|
@records.setter
|
275
301
|
def records(self, records):
|
276
|
-
"""Sets the records of this ListRecordSets.
|
302
|
+
r"""Sets the records of this ListRecordSets.
|
277
303
|
|
278
|
-
域名解析后的值。
|
304
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
279
305
|
|
280
306
|
:param records: The records of this ListRecordSets.
|
281
|
-
:type: list[str]
|
307
|
+
:type records: list[str]
|
282
308
|
"""
|
283
309
|
self._records = records
|
284
310
|
|
285
311
|
@property
|
286
312
|
def create_at(self):
|
287
|
-
"""Gets the create_at of this ListRecordSets.
|
313
|
+
r"""Gets the create_at of this ListRecordSets.
|
288
314
|
|
289
|
-
|
315
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
290
316
|
|
291
317
|
:return: The create_at of this ListRecordSets.
|
292
318
|
:rtype: str
|
@@ -295,20 +321,20 @@ class ListRecordSets:
|
|
295
321
|
|
296
322
|
@create_at.setter
|
297
323
|
def create_at(self, create_at):
|
298
|
-
"""Sets the create_at of this ListRecordSets.
|
324
|
+
r"""Sets the create_at of this ListRecordSets.
|
299
325
|
|
300
|
-
|
326
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
301
327
|
|
302
328
|
:param create_at: The create_at of this ListRecordSets.
|
303
|
-
:type: str
|
329
|
+
:type create_at: str
|
304
330
|
"""
|
305
331
|
self._create_at = create_at
|
306
332
|
|
307
333
|
@property
|
308
334
|
def update_at(self):
|
309
|
-
"""Gets the update_at of this ListRecordSets.
|
335
|
+
r"""Gets the update_at of this ListRecordSets.
|
310
336
|
|
311
|
-
|
337
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
312
338
|
|
313
339
|
:return: The update_at of this ListRecordSets.
|
314
340
|
:rtype: str
|
@@ -317,20 +343,20 @@ class ListRecordSets:
|
|
317
343
|
|
318
344
|
@update_at.setter
|
319
345
|
def update_at(self, update_at):
|
320
|
-
"""Sets the update_at of this ListRecordSets.
|
346
|
+
r"""Sets the update_at of this ListRecordSets.
|
321
347
|
|
322
|
-
|
348
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
323
349
|
|
324
350
|
:param update_at: The update_at of this ListRecordSets.
|
325
|
-
:type: str
|
351
|
+
:type update_at: str
|
326
352
|
"""
|
327
353
|
self._update_at = update_at
|
328
354
|
|
329
355
|
@property
|
330
356
|
def status(self):
|
331
|
-
"""Gets the status of this ListRecordSets.
|
357
|
+
r"""Gets the status of this ListRecordSets.
|
332
358
|
|
333
|
-
|
359
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
334
360
|
|
335
361
|
:return: The status of this ListRecordSets.
|
336
362
|
:rtype: str
|
@@ -339,20 +365,20 @@ class ListRecordSets:
|
|
339
365
|
|
340
366
|
@status.setter
|
341
367
|
def status(self, status):
|
342
|
-
"""Sets the status of this ListRecordSets.
|
368
|
+
r"""Sets the status of this ListRecordSets.
|
343
369
|
|
344
|
-
|
370
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
345
371
|
|
346
372
|
:param status: The status of this ListRecordSets.
|
347
|
-
:type: str
|
373
|
+
:type status: str
|
348
374
|
"""
|
349
375
|
self._status = status
|
350
376
|
|
351
377
|
@property
|
352
378
|
def default(self):
|
353
|
-
"""Gets the default of this ListRecordSets.
|
379
|
+
r"""Gets the default of this ListRecordSets.
|
354
380
|
|
355
|
-
|
381
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
356
382
|
|
357
383
|
:return: The default of this ListRecordSets.
|
358
384
|
:rtype: bool
|
@@ -361,20 +387,20 @@ class ListRecordSets:
|
|
361
387
|
|
362
388
|
@default.setter
|
363
389
|
def default(self, default):
|
364
|
-
"""Sets the default of this ListRecordSets.
|
390
|
+
r"""Sets the default of this ListRecordSets.
|
365
391
|
|
366
|
-
|
392
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
367
393
|
|
368
394
|
:param default: The default of this ListRecordSets.
|
369
|
-
:type: bool
|
395
|
+
:type default: bool
|
370
396
|
"""
|
371
397
|
self._default = default
|
372
398
|
|
373
399
|
@property
|
374
400
|
def project_id(self):
|
375
|
-
"""Gets the project_id of this ListRecordSets.
|
401
|
+
r"""Gets the project_id of this ListRecordSets.
|
376
402
|
|
377
|
-
|
403
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
378
404
|
|
379
405
|
:return: The project_id of this ListRecordSets.
|
380
406
|
:rtype: str
|
@@ -383,32 +409,30 @@ class ListRecordSets:
|
|
383
409
|
|
384
410
|
@project_id.setter
|
385
411
|
def project_id(self, project_id):
|
386
|
-
"""Sets the project_id of this ListRecordSets.
|
412
|
+
r"""Sets the project_id of this ListRecordSets.
|
387
413
|
|
388
|
-
|
414
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
389
415
|
|
390
416
|
:param project_id: The project_id of this ListRecordSets.
|
391
|
-
:type: str
|
417
|
+
:type project_id: str
|
392
418
|
"""
|
393
419
|
self._project_id = project_id
|
394
420
|
|
395
421
|
@property
|
396
422
|
def links(self):
|
397
|
-
"""Gets the links of this ListRecordSets.
|
398
|
-
|
423
|
+
r"""Gets the links of this ListRecordSets.
|
399
424
|
|
400
425
|
:return: The links of this ListRecordSets.
|
401
|
-
:rtype: PageLink
|
426
|
+
:rtype: :class:`huaweicloudsdkdns.v2.PageLink`
|
402
427
|
"""
|
403
428
|
return self._links
|
404
429
|
|
405
430
|
@links.setter
|
406
431
|
def links(self, links):
|
407
|
-
"""Sets the links of this ListRecordSets.
|
408
|
-
|
432
|
+
r"""Sets the links of this ListRecordSets.
|
409
433
|
|
410
434
|
:param links: The links of this ListRecordSets.
|
411
|
-
:type: PageLink
|
435
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
412
436
|
"""
|
413
437
|
self._links = links
|
414
438
|
|
@@ -441,10 +465,15 @@ class ListRecordSets:
|
|
441
465
|
|
442
466
|
def to_str(self):
|
443
467
|
"""Returns the string representation of the model"""
|
444
|
-
|
468
|
+
import simplejson as json
|
469
|
+
if six.PY2:
|
470
|
+
import sys
|
471
|
+
reload(sys)
|
472
|
+
sys.setdefaultencoding("utf-8")
|
473
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
445
474
|
|
446
475
|
def __repr__(self):
|
447
|
-
"""For `print`
|
476
|
+
"""For `print`"""
|
448
477
|
return self.to_str()
|
449
478
|
|
450
479
|
def __eq__(self, other):
|