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