huaweicloudsdkdns 3.0.43rc0__py3-none-any.whl → 3.1.160__py3-none-any.whl

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