huaweicloudsdkdns 3.0.43rc0__py3-none-any.whl → 3.1.161__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 +4624 -1735
- huaweicloudsdkdns/v2/dns_client.py +4637 -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.161.dist-info}/METADATA +9 -9
- huaweicloudsdkdns-3.1.161.dist-info/RECORD +273 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.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.161.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.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 ListPtrRecordsFloatingResp:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class ListPtrRecordsFloatingResp:
|
|
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 = {
|
@@ -31,6 +25,7 @@ class ListPtrRecordsFloatingResp:
|
|
31
25
|
'status': 'str',
|
32
26
|
'action': 'str',
|
33
27
|
'links': 'PageLink',
|
28
|
+
'tags': 'list[Tag]',
|
34
29
|
'enterprise_project_id': 'str'
|
35
30
|
}
|
36
31
|
|
@@ -43,11 +38,36 @@ class ListPtrRecordsFloatingResp:
|
|
43
38
|
'status': 'status',
|
44
39
|
'action': 'action',
|
45
40
|
'links': 'links',
|
41
|
+
'tags': 'tags',
|
46
42
|
'enterprise_project_id': 'enterprise_project_id'
|
47
43
|
}
|
48
44
|
|
49
|
-
def __init__(self, id=None, ptrdname=None, description=None, ttl=None, address=None, status=None, action=None, links=None, enterprise_project_id=None):
|
50
|
-
"""ListPtrRecordsFloatingResp
|
45
|
+
def __init__(self, id=None, ptrdname=None, description=None, ttl=None, address=None, status=None, action=None, links=None, tags=None, enterprise_project_id=None):
|
46
|
+
r"""ListPtrRecordsFloatingResp
|
47
|
+
|
48
|
+
The model defined in huaweicloud sdk
|
49
|
+
|
50
|
+
:param id: 反向解析记录的ID,格式形如{region}:{floatingip_id}。
|
51
|
+
:type id: str
|
52
|
+
:param ptrdname: 反向解析记录对应的域名。
|
53
|
+
:type ptrdname: str
|
54
|
+
:param description: 对反向解析记录的描述。
|
55
|
+
:type description: str
|
56
|
+
:param ttl: 反向解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
57
|
+
:type ttl: int
|
58
|
+
:param address: 弹性公网IP的IP地址。
|
59
|
+
:type address: str
|
60
|
+
:param status: 资源状态。
|
61
|
+
:type status: str
|
62
|
+
:param action: 对该资源的当前操作。 取值范围:CREATE,UPDATE,DELETE,NONE。 CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
|
63
|
+
:type action: str
|
64
|
+
:param links:
|
65
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
66
|
+
:param tags: **参数解释:** 资源标签。 **取值范围:** 不涉及。
|
67
|
+
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
68
|
+
:param enterprise_project_id: 反向解析关联的企业项目ID,长度不超过36个字符。
|
69
|
+
:type enterprise_project_id: str
|
70
|
+
"""
|
51
71
|
|
52
72
|
|
53
73
|
|
@@ -59,6 +79,7 @@ class ListPtrRecordsFloatingResp:
|
|
59
79
|
self._status = None
|
60
80
|
self._action = None
|
61
81
|
self._links = None
|
82
|
+
self._tags = None
|
62
83
|
self._enterprise_project_id = None
|
63
84
|
self.discriminator = None
|
64
85
|
|
@@ -78,14 +99,16 @@ class ListPtrRecordsFloatingResp:
|
|
78
99
|
self.action = action
|
79
100
|
if links is not None:
|
80
101
|
self.links = links
|
102
|
+
if tags is not None:
|
103
|
+
self.tags = tags
|
81
104
|
if enterprise_project_id is not None:
|
82
105
|
self.enterprise_project_id = enterprise_project_id
|
83
106
|
|
84
107
|
@property
|
85
108
|
def id(self):
|
86
|
-
"""Gets the id of this ListPtrRecordsFloatingResp.
|
109
|
+
r"""Gets the id of this ListPtrRecordsFloatingResp.
|
87
110
|
|
88
|
-
|
111
|
+
反向解析记录的ID,格式形如{region}:{floatingip_id}。
|
89
112
|
|
90
113
|
:return: The id of this ListPtrRecordsFloatingResp.
|
91
114
|
:rtype: str
|
@@ -94,20 +117,20 @@ class ListPtrRecordsFloatingResp:
|
|
94
117
|
|
95
118
|
@id.setter
|
96
119
|
def id(self, id):
|
97
|
-
"""Sets the id of this ListPtrRecordsFloatingResp.
|
120
|
+
r"""Sets the id of this ListPtrRecordsFloatingResp.
|
98
121
|
|
99
|
-
|
122
|
+
反向解析记录的ID,格式形如{region}:{floatingip_id}。
|
100
123
|
|
101
124
|
:param id: The id of this ListPtrRecordsFloatingResp.
|
102
|
-
:type: str
|
125
|
+
:type id: str
|
103
126
|
"""
|
104
127
|
self._id = id
|
105
128
|
|
106
129
|
@property
|
107
130
|
def ptrdname(self):
|
108
|
-
"""Gets the ptrdname of this ListPtrRecordsFloatingResp.
|
131
|
+
r"""Gets the ptrdname of this ListPtrRecordsFloatingResp.
|
109
132
|
|
110
|
-
|
133
|
+
反向解析记录对应的域名。
|
111
134
|
|
112
135
|
:return: The ptrdname of this ListPtrRecordsFloatingResp.
|
113
136
|
:rtype: str
|
@@ -116,20 +139,20 @@ class ListPtrRecordsFloatingResp:
|
|
116
139
|
|
117
140
|
@ptrdname.setter
|
118
141
|
def ptrdname(self, ptrdname):
|
119
|
-
"""Sets the ptrdname of this ListPtrRecordsFloatingResp.
|
142
|
+
r"""Sets the ptrdname of this ListPtrRecordsFloatingResp.
|
120
143
|
|
121
|
-
|
144
|
+
反向解析记录对应的域名。
|
122
145
|
|
123
146
|
:param ptrdname: The ptrdname of this ListPtrRecordsFloatingResp.
|
124
|
-
:type: str
|
147
|
+
:type ptrdname: str
|
125
148
|
"""
|
126
149
|
self._ptrdname = ptrdname
|
127
150
|
|
128
151
|
@property
|
129
152
|
def description(self):
|
130
|
-
"""Gets the description of this ListPtrRecordsFloatingResp.
|
153
|
+
r"""Gets the description of this ListPtrRecordsFloatingResp.
|
131
154
|
|
132
|
-
|
155
|
+
对反向解析记录的描述。
|
133
156
|
|
134
157
|
:return: The description of this ListPtrRecordsFloatingResp.
|
135
158
|
:rtype: str
|
@@ -138,20 +161,20 @@ class ListPtrRecordsFloatingResp:
|
|
138
161
|
|
139
162
|
@description.setter
|
140
163
|
def description(self, description):
|
141
|
-
"""Sets the description of this ListPtrRecordsFloatingResp.
|
164
|
+
r"""Sets the description of this ListPtrRecordsFloatingResp.
|
142
165
|
|
143
|
-
|
166
|
+
对反向解析记录的描述。
|
144
167
|
|
145
168
|
:param description: The description of this ListPtrRecordsFloatingResp.
|
146
|
-
:type: str
|
169
|
+
:type description: str
|
147
170
|
"""
|
148
171
|
self._description = description
|
149
172
|
|
150
173
|
@property
|
151
174
|
def ttl(self):
|
152
|
-
"""Gets the ttl of this ListPtrRecordsFloatingResp.
|
175
|
+
r"""Gets the ttl of this ListPtrRecordsFloatingResp.
|
153
176
|
|
154
|
-
|
177
|
+
反向解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
155
178
|
|
156
179
|
:return: The ttl of this ListPtrRecordsFloatingResp.
|
157
180
|
:rtype: int
|
@@ -160,20 +183,20 @@ class ListPtrRecordsFloatingResp:
|
|
160
183
|
|
161
184
|
@ttl.setter
|
162
185
|
def ttl(self, ttl):
|
163
|
-
"""Sets the ttl of this ListPtrRecordsFloatingResp.
|
186
|
+
r"""Sets the ttl of this ListPtrRecordsFloatingResp.
|
164
187
|
|
165
|
-
|
188
|
+
反向解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
166
189
|
|
167
190
|
:param ttl: The ttl of this ListPtrRecordsFloatingResp.
|
168
|
-
:type: int
|
191
|
+
:type ttl: int
|
169
192
|
"""
|
170
193
|
self._ttl = ttl
|
171
194
|
|
172
195
|
@property
|
173
196
|
def address(self):
|
174
|
-
"""Gets the address of this ListPtrRecordsFloatingResp.
|
197
|
+
r"""Gets the address of this ListPtrRecordsFloatingResp.
|
175
198
|
|
176
|
-
|
199
|
+
弹性公网IP的IP地址。
|
177
200
|
|
178
201
|
:return: The address of this ListPtrRecordsFloatingResp.
|
179
202
|
:rtype: str
|
@@ -182,18 +205,18 @@ class ListPtrRecordsFloatingResp:
|
|
182
205
|
|
183
206
|
@address.setter
|
184
207
|
def address(self, address):
|
185
|
-
"""Sets the address of this ListPtrRecordsFloatingResp.
|
208
|
+
r"""Sets the address of this ListPtrRecordsFloatingResp.
|
186
209
|
|
187
|
-
|
210
|
+
弹性公网IP的IP地址。
|
188
211
|
|
189
212
|
:param address: The address of this ListPtrRecordsFloatingResp.
|
190
|
-
:type: str
|
213
|
+
:type address: str
|
191
214
|
"""
|
192
215
|
self._address = address
|
193
216
|
|
194
217
|
@property
|
195
218
|
def status(self):
|
196
|
-
"""Gets the status of this ListPtrRecordsFloatingResp.
|
219
|
+
r"""Gets the status of this ListPtrRecordsFloatingResp.
|
197
220
|
|
198
221
|
资源状态。
|
199
222
|
|
@@ -204,18 +227,18 @@ class ListPtrRecordsFloatingResp:
|
|
204
227
|
|
205
228
|
@status.setter
|
206
229
|
def status(self, status):
|
207
|
-
"""Sets the status of this ListPtrRecordsFloatingResp.
|
230
|
+
r"""Sets the status of this ListPtrRecordsFloatingResp.
|
208
231
|
|
209
232
|
资源状态。
|
210
233
|
|
211
234
|
:param status: The status of this ListPtrRecordsFloatingResp.
|
212
|
-
:type: str
|
235
|
+
:type status: str
|
213
236
|
"""
|
214
237
|
self._status = status
|
215
238
|
|
216
239
|
@property
|
217
240
|
def action(self):
|
218
|
-
"""Gets the action of this ListPtrRecordsFloatingResp.
|
241
|
+
r"""Gets the action of this ListPtrRecordsFloatingResp.
|
219
242
|
|
220
243
|
对该资源的当前操作。 取值范围:CREATE,UPDATE,DELETE,NONE。 CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
|
221
244
|
|
@@ -226,38 +249,58 @@ class ListPtrRecordsFloatingResp:
|
|
226
249
|
|
227
250
|
@action.setter
|
228
251
|
def action(self, action):
|
229
|
-
"""Sets the action of this ListPtrRecordsFloatingResp.
|
252
|
+
r"""Sets the action of this ListPtrRecordsFloatingResp.
|
230
253
|
|
231
254
|
对该资源的当前操作。 取值范围:CREATE,UPDATE,DELETE,NONE。 CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
|
232
255
|
|
233
256
|
:param action: The action of this ListPtrRecordsFloatingResp.
|
234
|
-
:type: str
|
257
|
+
:type action: str
|
235
258
|
"""
|
236
259
|
self._action = action
|
237
260
|
|
238
261
|
@property
|
239
262
|
def links(self):
|
240
|
-
"""Gets the links of this ListPtrRecordsFloatingResp.
|
241
|
-
|
263
|
+
r"""Gets the links of this ListPtrRecordsFloatingResp.
|
242
264
|
|
243
265
|
:return: The links of this ListPtrRecordsFloatingResp.
|
244
|
-
:rtype: PageLink
|
266
|
+
:rtype: :class:`huaweicloudsdkdns.v2.PageLink`
|
245
267
|
"""
|
246
268
|
return self._links
|
247
269
|
|
248
270
|
@links.setter
|
249
271
|
def links(self, links):
|
250
|
-
"""Sets the links of this ListPtrRecordsFloatingResp.
|
251
|
-
|
272
|
+
r"""Sets the links of this ListPtrRecordsFloatingResp.
|
252
273
|
|
253
274
|
:param links: The links of this ListPtrRecordsFloatingResp.
|
254
|
-
:type: PageLink
|
275
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
255
276
|
"""
|
256
277
|
self._links = links
|
257
278
|
|
279
|
+
@property
|
280
|
+
def tags(self):
|
281
|
+
r"""Gets the tags of this ListPtrRecordsFloatingResp.
|
282
|
+
|
283
|
+
**参数解释:** 资源标签。 **取值范围:** 不涉及。
|
284
|
+
|
285
|
+
:return: The tags of this ListPtrRecordsFloatingResp.
|
286
|
+
:rtype: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
287
|
+
"""
|
288
|
+
return self._tags
|
289
|
+
|
290
|
+
@tags.setter
|
291
|
+
def tags(self, tags):
|
292
|
+
r"""Sets the tags of this ListPtrRecordsFloatingResp.
|
293
|
+
|
294
|
+
**参数解释:** 资源标签。 **取值范围:** 不涉及。
|
295
|
+
|
296
|
+
:param tags: The tags of this ListPtrRecordsFloatingResp.
|
297
|
+
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
298
|
+
"""
|
299
|
+
self._tags = tags
|
300
|
+
|
258
301
|
@property
|
259
302
|
def enterprise_project_id(self):
|
260
|
-
"""Gets the enterprise_project_id of this ListPtrRecordsFloatingResp.
|
303
|
+
r"""Gets the enterprise_project_id of this ListPtrRecordsFloatingResp.
|
261
304
|
|
262
305
|
反向解析关联的企业项目ID,长度不超过36个字符。
|
263
306
|
|
@@ -268,12 +311,12 @@ class ListPtrRecordsFloatingResp:
|
|
268
311
|
|
269
312
|
@enterprise_project_id.setter
|
270
313
|
def enterprise_project_id(self, enterprise_project_id):
|
271
|
-
"""Sets the enterprise_project_id of this ListPtrRecordsFloatingResp.
|
314
|
+
r"""Sets the enterprise_project_id of this ListPtrRecordsFloatingResp.
|
272
315
|
|
273
316
|
反向解析关联的企业项目ID,长度不超过36个字符。
|
274
317
|
|
275
318
|
:param enterprise_project_id: The enterprise_project_id of this ListPtrRecordsFloatingResp.
|
276
|
-
:type: str
|
319
|
+
:type enterprise_project_id: str
|
277
320
|
"""
|
278
321
|
self._enterprise_project_id = enterprise_project_id
|
279
322
|
|
@@ -306,10 +349,15 @@ class ListPtrRecordsFloatingResp:
|
|
306
349
|
|
307
350
|
def to_str(self):
|
308
351
|
"""Returns the string representation of the model"""
|
309
|
-
|
352
|
+
import simplejson as json
|
353
|
+
if six.PY2:
|
354
|
+
import sys
|
355
|
+
reload(sys)
|
356
|
+
sys.setdefaultencoding("utf-8")
|
357
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
310
358
|
|
311
359
|
def __repr__(self):
|
312
|
-
"""For `print`
|
360
|
+
"""For `print`"""
|
313
361
|
return self.to_str()
|
314
362
|
|
315
363
|
def __eq__(self, other):
|
@@ -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 ListPtrRecordsRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class ListPtrRecordsRequest:
|
|
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 = {
|
@@ -41,7 +35,23 @@ class ListPtrRecordsRequest:
|
|
41
35
|
}
|
42
36
|
|
43
37
|
def __init__(self, marker=None, limit=None, offset=None, enterprise_project_id=None, tags=None, status=None):
|
44
|
-
"""ListPtrRecordsRequest
|
38
|
+
r"""ListPtrRecordsRequest
|
39
|
+
|
40
|
+
The model defined in huaweicloud sdk
|
41
|
+
|
42
|
+
:param marker: 分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
|
43
|
+
:type marker: str
|
44
|
+
:param limit: 分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
45
|
+
:type limit: int
|
46
|
+
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
47
|
+
:type offset: int
|
48
|
+
:param enterprise_project_id: 反向解析关联的企业项目ID,长度不超过36个字符。
|
49
|
+
:type enterprise_project_id: str
|
50
|
+
:param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
51
|
+
:type tags: str
|
52
|
+
:param status: 资源状态。
|
53
|
+
:type status: str
|
54
|
+
"""
|
45
55
|
|
46
56
|
|
47
57
|
|
@@ -68,8 +78,9 @@ class ListPtrRecordsRequest:
|
|
68
78
|
|
69
79
|
@property
|
70
80
|
def marker(self):
|
71
|
-
"""Gets the marker of this ListPtrRecordsRequest.
|
81
|
+
r"""Gets the marker of this ListPtrRecordsRequest.
|
72
82
|
|
83
|
+
分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
|
73
84
|
|
74
85
|
:return: The marker of this ListPtrRecordsRequest.
|
75
86
|
:rtype: str
|
@@ -78,18 +89,20 @@ class ListPtrRecordsRequest:
|
|
78
89
|
|
79
90
|
@marker.setter
|
80
91
|
def marker(self, marker):
|
81
|
-
"""Sets the marker of this ListPtrRecordsRequest.
|
92
|
+
r"""Sets the marker of this ListPtrRecordsRequest.
|
82
93
|
|
94
|
+
分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
|
83
95
|
|
84
96
|
:param marker: The marker of this ListPtrRecordsRequest.
|
85
|
-
:type: str
|
97
|
+
:type marker: str
|
86
98
|
"""
|
87
99
|
self._marker = marker
|
88
100
|
|
89
101
|
@property
|
90
102
|
def limit(self):
|
91
|
-
"""Gets the limit of this ListPtrRecordsRequest.
|
103
|
+
r"""Gets the limit of this ListPtrRecordsRequest.
|
92
104
|
|
105
|
+
分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
93
106
|
|
94
107
|
:return: The limit of this ListPtrRecordsRequest.
|
95
108
|
:rtype: int
|
@@ -98,18 +111,20 @@ class ListPtrRecordsRequest:
|
|
98
111
|
|
99
112
|
@limit.setter
|
100
113
|
def limit(self, limit):
|
101
|
-
"""Sets the limit of this ListPtrRecordsRequest.
|
114
|
+
r"""Sets the limit of this ListPtrRecordsRequest.
|
102
115
|
|
116
|
+
分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
103
117
|
|
104
118
|
:param limit: The limit of this ListPtrRecordsRequest.
|
105
|
-
:type: int
|
119
|
+
:type limit: int
|
106
120
|
"""
|
107
121
|
self._limit = limit
|
108
122
|
|
109
123
|
@property
|
110
124
|
def offset(self):
|
111
|
-
"""Gets the offset of this ListPtrRecordsRequest.
|
125
|
+
r"""Gets the offset of this ListPtrRecordsRequest.
|
112
126
|
|
127
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
113
128
|
|
114
129
|
:return: The offset of this ListPtrRecordsRequest.
|
115
130
|
:rtype: int
|
@@ -118,18 +133,20 @@ class ListPtrRecordsRequest:
|
|
118
133
|
|
119
134
|
@offset.setter
|
120
135
|
def offset(self, offset):
|
121
|
-
"""Sets the offset of this ListPtrRecordsRequest.
|
136
|
+
r"""Sets the offset of this ListPtrRecordsRequest.
|
122
137
|
|
138
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
123
139
|
|
124
140
|
:param offset: The offset of this ListPtrRecordsRequest.
|
125
|
-
:type: int
|
141
|
+
:type offset: int
|
126
142
|
"""
|
127
143
|
self._offset = offset
|
128
144
|
|
129
145
|
@property
|
130
146
|
def enterprise_project_id(self):
|
131
|
-
"""Gets the enterprise_project_id of this ListPtrRecordsRequest.
|
147
|
+
r"""Gets the enterprise_project_id of this ListPtrRecordsRequest.
|
132
148
|
|
149
|
+
反向解析关联的企业项目ID,长度不超过36个字符。
|
133
150
|
|
134
151
|
:return: The enterprise_project_id of this ListPtrRecordsRequest.
|
135
152
|
:rtype: str
|
@@ -138,18 +155,20 @@ class ListPtrRecordsRequest:
|
|
138
155
|
|
139
156
|
@enterprise_project_id.setter
|
140
157
|
def enterprise_project_id(self, enterprise_project_id):
|
141
|
-
"""Sets the enterprise_project_id of this ListPtrRecordsRequest.
|
158
|
+
r"""Sets the enterprise_project_id of this ListPtrRecordsRequest.
|
142
159
|
|
160
|
+
反向解析关联的企业项目ID,长度不超过36个字符。
|
143
161
|
|
144
162
|
:param enterprise_project_id: The enterprise_project_id of this ListPtrRecordsRequest.
|
145
|
-
:type: str
|
163
|
+
:type enterprise_project_id: str
|
146
164
|
"""
|
147
165
|
self._enterprise_project_id = enterprise_project_id
|
148
166
|
|
149
167
|
@property
|
150
168
|
def tags(self):
|
151
|
-
"""Gets the tags of this ListPtrRecordsRequest.
|
169
|
+
r"""Gets the tags of this ListPtrRecordsRequest.
|
152
170
|
|
171
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
153
172
|
|
154
173
|
:return: The tags of this ListPtrRecordsRequest.
|
155
174
|
:rtype: str
|
@@ -158,18 +177,20 @@ class ListPtrRecordsRequest:
|
|
158
177
|
|
159
178
|
@tags.setter
|
160
179
|
def tags(self, tags):
|
161
|
-
"""Sets the tags of this ListPtrRecordsRequest.
|
180
|
+
r"""Sets the tags of this ListPtrRecordsRequest.
|
162
181
|
|
182
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
163
183
|
|
164
184
|
:param tags: The tags of this ListPtrRecordsRequest.
|
165
|
-
:type: str
|
185
|
+
:type tags: str
|
166
186
|
"""
|
167
187
|
self._tags = tags
|
168
188
|
|
169
189
|
@property
|
170
190
|
def status(self):
|
171
|
-
"""Gets the status of this ListPtrRecordsRequest.
|
191
|
+
r"""Gets the status of this ListPtrRecordsRequest.
|
172
192
|
|
193
|
+
资源状态。
|
173
194
|
|
174
195
|
:return: The status of this ListPtrRecordsRequest.
|
175
196
|
:rtype: str
|
@@ -178,11 +199,12 @@ class ListPtrRecordsRequest:
|
|
178
199
|
|
179
200
|
@status.setter
|
180
201
|
def status(self, status):
|
181
|
-
"""Sets the status of this ListPtrRecordsRequest.
|
202
|
+
r"""Sets the status of this ListPtrRecordsRequest.
|
182
203
|
|
204
|
+
资源状态。
|
183
205
|
|
184
206
|
:param status: The status of this ListPtrRecordsRequest.
|
185
|
-
:type: str
|
207
|
+
:type status: str
|
186
208
|
"""
|
187
209
|
self._status = status
|
188
210
|
|
@@ -215,10 +237,15 @@ class ListPtrRecordsRequest:
|
|
215
237
|
|
216
238
|
def to_str(self):
|
217
239
|
"""Returns the string representation of the model"""
|
218
|
-
|
240
|
+
import simplejson as json
|
241
|
+
if six.PY2:
|
242
|
+
import sys
|
243
|
+
reload(sys)
|
244
|
+
sys.setdefaultencoding("utf-8")
|
245
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
219
246
|
|
220
247
|
def __repr__(self):
|
221
|
-
"""For `print`
|
248
|
+
"""For `print`"""
|
222
249
|
return self.to_str()
|
223
250
|
|
224
251
|
def __eq__(self, other):
|