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.
Files changed (274) hide show
  1. huaweicloudsdkdns/v2/__init__.py +137 -11
  2. huaweicloudsdkdns/v2/dns_async_client.py +4624 -1735
  3. huaweicloudsdkdns/v2/dns_client.py +4637 -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.161.dist-info}/METADATA +9 -9
  268. huaweicloudsdkdns-3.1.161.dist-info/RECORD +273 -0
  269. {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.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.161.dist-info}/LICENSE +0 -0
  274. {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 ListRecordSetsWithLineRequest:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,14 +14,14 @@ class ListRecordSetsWithLineRequest:
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_type': 'str',
27
21
  'marker': 'str',
28
- 'limit': 'str',
29
- 'offset': 'str',
22
+ 'limit': 'int',
23
+ 'offset': 'int',
24
+ 'zone_id': 'str',
30
25
  'line_id': 'str',
31
26
  'tags': 'str',
32
27
  'status': 'str',
@@ -45,6 +40,7 @@ class ListRecordSetsWithLineRequest:
45
40
  'marker': 'marker',
46
41
  'limit': 'limit',
47
42
  'offset': 'offset',
43
+ 'zone_id': 'zone_id',
48
44
  'line_id': 'line_id',
49
45
  'tags': 'tags',
50
46
  'status': 'status',
@@ -58,8 +54,44 @@ class ListRecordSetsWithLineRequest:
58
54
  'search_mode': 'search_mode'
59
55
  }
60
56
 
61
- def __init__(self, zone_type=None, marker=None, limit=None, offset=None, line_id=None, tags=None, status=None, type=None, name=None, id=None, records=None, sort_key=None, sort_dir=None, health_check_id=None, search_mode=None):
62
- """ListRecordSetsWithLineRequest - a model defined in huaweicloud sdk"""
57
+ def __init__(self, zone_type=None, marker=None, limit=None, offset=None, zone_id=None, line_id=None, tags=None, status=None, type=None, name=None, id=None, records=None, sort_key=None, sort_dir=None, health_check_id=None, search_mode=None):
58
+ r"""ListRecordSetsWithLineRequest
59
+
60
+ The model defined in huaweicloud sdk
61
+
62
+ :param zone_type: **参数解释:** 记录集所属域名的类型。 **约束限制:** 不涉及。 **取值范围:** - public:表示查询公网域名的记录集。 - private:表示查询内网域名的记录集。 **默认取值:** public。
63
+ :type zone_type: str
64
+ :param marker: **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
65
+ :type marker: str
66
+ :param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
67
+ :type limit: int
68
+ :param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
69
+ :type offset: int
70
+ :param zone_id: **参数解释:** 域名的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
71
+ :type zone_id: str
72
+ :param line_id: **参数解释:** 解析线路ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
73
+ :type line_id: str
74
+ :param tags: **参数解释:** 记录集的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
75
+ :type tags: str
76
+ :param status: **参数解释:** 记录集状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
77
+ :type status: str
78
+ :param type: **参数解释:** 记录集的类型。 **约束限制:** 不涉及。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。 **默认取值:** 不涉及。
79
+ :type type: str
80
+ :param name: **参数解释:** 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
81
+ :type name: str
82
+ :param id: **参数解释:** 待查询的记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
83
+ :type id: str
84
+ :param records: **参数解释:** 待查询的记录集的值。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
85
+ :type records: str
86
+ :param sort_key: **参数解释:** 查询结果中记录集列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:记录集名称 - type:记录集类型 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
87
+ :type sort_key: str
88
+ :param sort_dir: **参数解释:** 查询结果中记录集列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
89
+ :type sort_dir: str
90
+ :param health_check_id: **参数解释:** 健康检查ID。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
91
+ :type health_check_id: str
92
+ :param search_mode: **参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** name默认模糊搜索,其他默认精确搜索。
93
+ :type search_mode: str
94
+ """
63
95
 
64
96
 
65
97
 
@@ -67,6 +99,7 @@ class ListRecordSetsWithLineRequest:
67
99
  self._marker = None
68
100
  self._limit = None
69
101
  self._offset = None
102
+ self._zone_id = None
70
103
  self._line_id = None
71
104
  self._tags = None
72
105
  self._status = None
@@ -88,6 +121,8 @@ class ListRecordSetsWithLineRequest:
88
121
  self.limit = limit
89
122
  if offset is not None:
90
123
  self.offset = offset
124
+ if zone_id is not None:
125
+ self.zone_id = zone_id
91
126
  if line_id is not None:
92
127
  self.line_id = line_id
93
128
  if tags is not None:
@@ -113,8 +148,9 @@ class ListRecordSetsWithLineRequest:
113
148
 
114
149
  @property
115
150
  def zone_type(self):
116
- """Gets the zone_type of this ListRecordSetsWithLineRequest.
151
+ r"""Gets the zone_type of this ListRecordSetsWithLineRequest.
117
152
 
153
+ **参数解释:** 记录集所属域名的类型。 **约束限制:** 不涉及。 **取值范围:** - public:表示查询公网域名的记录集。 - private:表示查询内网域名的记录集。 **默认取值:** public。
118
154
 
119
155
  :return: The zone_type of this ListRecordSetsWithLineRequest.
120
156
  :rtype: str
@@ -123,18 +159,20 @@ class ListRecordSetsWithLineRequest:
123
159
 
124
160
  @zone_type.setter
125
161
  def zone_type(self, zone_type):
126
- """Sets the zone_type of this ListRecordSetsWithLineRequest.
162
+ r"""Sets the zone_type of this ListRecordSetsWithLineRequest.
127
163
 
164
+ **参数解释:** 记录集所属域名的类型。 **约束限制:** 不涉及。 **取值范围:** - public:表示查询公网域名的记录集。 - private:表示查询内网域名的记录集。 **默认取值:** public。
128
165
 
129
166
  :param zone_type: The zone_type of this ListRecordSetsWithLineRequest.
130
- :type: str
167
+ :type zone_type: str
131
168
  """
132
169
  self._zone_type = zone_type
133
170
 
134
171
  @property
135
172
  def marker(self):
136
- """Gets the marker of this ListRecordSetsWithLineRequest.
173
+ r"""Gets the marker of this ListRecordSetsWithLineRequest.
137
174
 
175
+ **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
138
176
 
139
177
  :return: The marker of this ListRecordSetsWithLineRequest.
140
178
  :rtype: str
@@ -143,58 +181,86 @@ class ListRecordSetsWithLineRequest:
143
181
 
144
182
  @marker.setter
145
183
  def marker(self, marker):
146
- """Sets the marker of this ListRecordSetsWithLineRequest.
184
+ r"""Sets the marker of this ListRecordSetsWithLineRequest.
147
185
 
186
+ **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
148
187
 
149
188
  :param marker: The marker of this ListRecordSetsWithLineRequest.
150
- :type: str
189
+ :type marker: str
151
190
  """
152
191
  self._marker = marker
153
192
 
154
193
  @property
155
194
  def limit(self):
156
- """Gets the limit of this ListRecordSetsWithLineRequest.
195
+ r"""Gets the limit of this ListRecordSetsWithLineRequest.
157
196
 
197
+ **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
158
198
 
159
199
  :return: The limit of this ListRecordSetsWithLineRequest.
160
- :rtype: str
200
+ :rtype: int
161
201
  """
162
202
  return self._limit
163
203
 
164
204
  @limit.setter
165
205
  def limit(self, limit):
166
- """Sets the limit of this ListRecordSetsWithLineRequest.
206
+ r"""Sets the limit of this ListRecordSetsWithLineRequest.
167
207
 
208
+ **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
168
209
 
169
210
  :param limit: The limit of this ListRecordSetsWithLineRequest.
170
- :type: str
211
+ :type limit: int
171
212
  """
172
213
  self._limit = limit
173
214
 
174
215
  @property
175
216
  def offset(self):
176
- """Gets the offset of this ListRecordSetsWithLineRequest.
217
+ r"""Gets the offset of this ListRecordSetsWithLineRequest.
177
218
 
219
+ **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
178
220
 
179
221
  :return: The offset of this ListRecordSetsWithLineRequest.
180
- :rtype: str
222
+ :rtype: int
181
223
  """
182
224
  return self._offset
183
225
 
184
226
  @offset.setter
185
227
  def offset(self, offset):
186
- """Sets the offset of this ListRecordSetsWithLineRequest.
228
+ r"""Sets the offset of this ListRecordSetsWithLineRequest.
187
229
 
230
+ **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
188
231
 
189
232
  :param offset: The offset of this ListRecordSetsWithLineRequest.
190
- :type: str
233
+ :type offset: int
191
234
  """
192
235
  self._offset = offset
193
236
 
237
+ @property
238
+ def zone_id(self):
239
+ r"""Gets the zone_id of this ListRecordSetsWithLineRequest.
240
+
241
+ **参数解释:** 域名的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
242
+
243
+ :return: The zone_id of this ListRecordSetsWithLineRequest.
244
+ :rtype: str
245
+ """
246
+ return self._zone_id
247
+
248
+ @zone_id.setter
249
+ def zone_id(self, zone_id):
250
+ r"""Sets the zone_id of this ListRecordSetsWithLineRequest.
251
+
252
+ **参数解释:** 域名的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
253
+
254
+ :param zone_id: The zone_id of this ListRecordSetsWithLineRequest.
255
+ :type zone_id: str
256
+ """
257
+ self._zone_id = zone_id
258
+
194
259
  @property
195
260
  def line_id(self):
196
- """Gets the line_id of this ListRecordSetsWithLineRequest.
261
+ r"""Gets the line_id of this ListRecordSetsWithLineRequest.
197
262
 
263
+ **参数解释:** 解析线路ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
198
264
 
199
265
  :return: The line_id of this ListRecordSetsWithLineRequest.
200
266
  :rtype: str
@@ -203,18 +269,20 @@ class ListRecordSetsWithLineRequest:
203
269
 
204
270
  @line_id.setter
205
271
  def line_id(self, line_id):
206
- """Sets the line_id of this ListRecordSetsWithLineRequest.
272
+ r"""Sets the line_id of this ListRecordSetsWithLineRequest.
207
273
 
274
+ **参数解释:** 解析线路ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
208
275
 
209
276
  :param line_id: The line_id of this ListRecordSetsWithLineRequest.
210
- :type: str
277
+ :type line_id: str
211
278
  """
212
279
  self._line_id = line_id
213
280
 
214
281
  @property
215
282
  def tags(self):
216
- """Gets the tags of this ListRecordSetsWithLineRequest.
283
+ r"""Gets the tags of this ListRecordSetsWithLineRequest.
217
284
 
285
+ **参数解释:** 记录集的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
218
286
 
219
287
  :return: The tags of this ListRecordSetsWithLineRequest.
220
288
  :rtype: str
@@ -223,18 +291,20 @@ class ListRecordSetsWithLineRequest:
223
291
 
224
292
  @tags.setter
225
293
  def tags(self, tags):
226
- """Sets the tags of this ListRecordSetsWithLineRequest.
294
+ r"""Sets the tags of this ListRecordSetsWithLineRequest.
227
295
 
296
+ **参数解释:** 记录集的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
228
297
 
229
298
  :param tags: The tags of this ListRecordSetsWithLineRequest.
230
- :type: str
299
+ :type tags: str
231
300
  """
232
301
  self._tags = tags
233
302
 
234
303
  @property
235
304
  def status(self):
236
- """Gets the status of this ListRecordSetsWithLineRequest.
305
+ r"""Gets the status of this ListRecordSetsWithLineRequest.
237
306
 
307
+ **参数解释:** 记录集状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
238
308
 
239
309
  :return: The status of this ListRecordSetsWithLineRequest.
240
310
  :rtype: str
@@ -243,18 +313,20 @@ class ListRecordSetsWithLineRequest:
243
313
 
244
314
  @status.setter
245
315
  def status(self, status):
246
- """Sets the status of this ListRecordSetsWithLineRequest.
316
+ r"""Sets the status of this ListRecordSetsWithLineRequest.
247
317
 
318
+ **参数解释:** 记录集状态。 **约束限制:** 不涉及。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败 **默认取值:** 不涉及。
248
319
 
249
320
  :param status: The status of this ListRecordSetsWithLineRequest.
250
- :type: str
321
+ :type status: str
251
322
  """
252
323
  self._status = status
253
324
 
254
325
  @property
255
326
  def type(self):
256
- """Gets the type of this ListRecordSetsWithLineRequest.
327
+ r"""Gets the type of this ListRecordSetsWithLineRequest.
257
328
 
329
+ **参数解释:** 记录集的类型。 **约束限制:** 不涉及。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。 **默认取值:** 不涉及。
258
330
 
259
331
  :return: The type of this ListRecordSetsWithLineRequest.
260
332
  :rtype: str
@@ -263,18 +335,20 @@ class ListRecordSetsWithLineRequest:
263
335
 
264
336
  @type.setter
265
337
  def type(self, type):
266
- """Sets the type of this ListRecordSetsWithLineRequest.
338
+ r"""Sets the type of this ListRecordSetsWithLineRequest.
267
339
 
340
+ **参数解释:** 记录集的类型。 **约束限制:** 不涉及。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。 **默认取值:** 不涉及。
268
341
 
269
342
  :param type: The type of this ListRecordSetsWithLineRequest.
270
- :type: str
343
+ :type type: str
271
344
  """
272
345
  self._type = type
273
346
 
274
347
  @property
275
348
  def name(self):
276
- """Gets the name of this ListRecordSetsWithLineRequest.
349
+ r"""Gets the name of this ListRecordSetsWithLineRequest.
277
350
 
351
+ **参数解释:** 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
278
352
 
279
353
  :return: The name of this ListRecordSetsWithLineRequest.
280
354
  :rtype: str
@@ -283,18 +357,20 @@ class ListRecordSetsWithLineRequest:
283
357
 
284
358
  @name.setter
285
359
  def name(self, name):
286
- """Sets the name of this ListRecordSetsWithLineRequest.
360
+ r"""Sets the name of this ListRecordSetsWithLineRequest.
287
361
 
362
+ **参数解释:** 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
288
363
 
289
364
  :param name: The name of this ListRecordSetsWithLineRequest.
290
- :type: str
365
+ :type name: str
291
366
  """
292
367
  self._name = name
293
368
 
294
369
  @property
295
370
  def id(self):
296
- """Gets the id of this ListRecordSetsWithLineRequest.
371
+ r"""Gets the id of this ListRecordSetsWithLineRequest.
297
372
 
373
+ **参数解释:** 待查询的记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
298
374
 
299
375
  :return: The id of this ListRecordSetsWithLineRequest.
300
376
  :rtype: str
@@ -303,18 +379,20 @@ class ListRecordSetsWithLineRequest:
303
379
 
304
380
  @id.setter
305
381
  def id(self, id):
306
- """Sets the id of this ListRecordSetsWithLineRequest.
382
+ r"""Sets the id of this ListRecordSetsWithLineRequest.
307
383
 
384
+ **参数解释:** 待查询的记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
308
385
 
309
386
  :param id: The id of this ListRecordSetsWithLineRequest.
310
- :type: str
387
+ :type id: str
311
388
  """
312
389
  self._id = id
313
390
 
314
391
  @property
315
392
  def records(self):
316
- """Gets the records of this ListRecordSetsWithLineRequest.
393
+ r"""Gets the records of this ListRecordSetsWithLineRequest.
317
394
 
395
+ **参数解释:** 待查询的记录集的值。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
318
396
 
319
397
  :return: The records of this ListRecordSetsWithLineRequest.
320
398
  :rtype: str
@@ -323,18 +401,20 @@ class ListRecordSetsWithLineRequest:
323
401
 
324
402
  @records.setter
325
403
  def records(self, records):
326
- """Sets the records of this ListRecordSetsWithLineRequest.
404
+ r"""Sets the records of this ListRecordSetsWithLineRequest.
327
405
 
406
+ **参数解释:** 待查询的记录集的值。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
328
407
 
329
408
  :param records: The records of this ListRecordSetsWithLineRequest.
330
- :type: str
409
+ :type records: str
331
410
  """
332
411
  self._records = records
333
412
 
334
413
  @property
335
414
  def sort_key(self):
336
- """Gets the sort_key of this ListRecordSetsWithLineRequest.
415
+ r"""Gets the sort_key of this ListRecordSetsWithLineRequest.
337
416
 
417
+ **参数解释:** 查询结果中记录集列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:记录集名称 - type:记录集类型 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
338
418
 
339
419
  :return: The sort_key of this ListRecordSetsWithLineRequest.
340
420
  :rtype: str
@@ -343,18 +423,20 @@ class ListRecordSetsWithLineRequest:
343
423
 
344
424
  @sort_key.setter
345
425
  def sort_key(self, sort_key):
346
- """Sets the sort_key of this ListRecordSetsWithLineRequest.
426
+ r"""Sets the sort_key of this ListRecordSetsWithLineRequest.
347
427
 
428
+ **参数解释:** 查询结果中记录集列表的排序字段。 **约束限制:** 不涉及。 **取值范围:** - name:记录集名称 - type:记录集类型 - created_at:创建时间 - updated_at:更新时间 **默认取值:** created_at
348
429
 
349
430
  :param sort_key: The sort_key of this ListRecordSetsWithLineRequest.
350
- :type: str
431
+ :type sort_key: str
351
432
  """
352
433
  self._sort_key = sort_key
353
434
 
354
435
  @property
355
436
  def sort_dir(self):
356
- """Gets the sort_dir of this ListRecordSetsWithLineRequest.
437
+ r"""Gets the sort_dir of this ListRecordSetsWithLineRequest.
357
438
 
439
+ **参数解释:** 查询结果中记录集列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
358
440
 
359
441
  :return: The sort_dir of this ListRecordSetsWithLineRequest.
360
442
  :rtype: str
@@ -363,18 +445,20 @@ class ListRecordSetsWithLineRequest:
363
445
 
364
446
  @sort_dir.setter
365
447
  def sort_dir(self, sort_dir):
366
- """Sets the sort_dir of this ListRecordSetsWithLineRequest.
448
+ r"""Sets the sort_dir of this ListRecordSetsWithLineRequest.
367
449
 
450
+ **参数解释:** 查询结果中记录集列表的排序方式。 **约束限制:** 不涉及。 **取值范围:** - desc:降序排序 - asc:升序排序 **默认取值:** desc
368
451
 
369
452
  :param sort_dir: The sort_dir of this ListRecordSetsWithLineRequest.
370
- :type: str
453
+ :type sort_dir: str
371
454
  """
372
455
  self._sort_dir = sort_dir
373
456
 
374
457
  @property
375
458
  def health_check_id(self):
376
- """Gets the health_check_id of this ListRecordSetsWithLineRequest.
459
+ r"""Gets the health_check_id of this ListRecordSetsWithLineRequest.
377
460
 
461
+ **参数解释:** 健康检查ID。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
378
462
 
379
463
  :return: The health_check_id of this ListRecordSetsWithLineRequest.
380
464
  :rtype: str
@@ -383,18 +467,20 @@ class ListRecordSetsWithLineRequest:
383
467
 
384
468
  @health_check_id.setter
385
469
  def health_check_id(self, health_check_id):
386
- """Sets the health_check_id of this ListRecordSetsWithLineRequest.
470
+ r"""Sets the health_check_id of this ListRecordSetsWithLineRequest.
387
471
 
472
+ **参数解释:** 健康检查ID。 搜索模式默认为模糊搜索。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
388
473
 
389
474
  :param health_check_id: The health_check_id of this ListRecordSetsWithLineRequest.
390
- :type: str
475
+ :type health_check_id: str
391
476
  """
392
477
  self._health_check_id = health_check_id
393
478
 
394
479
  @property
395
480
  def search_mode(self):
396
- """Gets the search_mode of this ListRecordSetsWithLineRequest.
481
+ r"""Gets the search_mode of this ListRecordSetsWithLineRequest.
397
482
 
483
+ **参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** name默认模糊搜索,其他默认精确搜索。
398
484
 
399
485
  :return: The search_mode of this ListRecordSetsWithLineRequest.
400
486
  :rtype: str
@@ -403,11 +489,12 @@ class ListRecordSetsWithLineRequest:
403
489
 
404
490
  @search_mode.setter
405
491
  def search_mode(self, search_mode):
406
- """Sets the search_mode of this ListRecordSetsWithLineRequest.
492
+ r"""Sets the search_mode of this ListRecordSetsWithLineRequest.
407
493
 
494
+ **参数解释:** 查询条件搜索模式。 **约束限制:** 不涉及。 **取值范围:** - like:模糊搜索 - equal:精确搜索 **默认取值:** name默认模糊搜索,其他默认精确搜索。
408
495
 
409
496
  :param search_mode: The search_mode of this ListRecordSetsWithLineRequest.
410
- :type: str
497
+ :type search_mode: str
411
498
  """
412
499
  self._search_mode = search_mode
413
500
 
@@ -440,10 +527,15 @@ class ListRecordSetsWithLineRequest:
440
527
 
441
528
  def to_str(self):
442
529
  """Returns the string representation of the model"""
443
- return pprint.pformat(self.to_dict())
530
+ import simplejson as json
531
+ if six.PY2:
532
+ import sys
533
+ reload(sys)
534
+ sys.setdefaultencoding("utf-8")
535
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
444
536
 
445
537
  def __repr__(self):
446
- """For `print` and `pprint`"""
538
+ """For `print`"""
447
539
  return self.to_str()
448
540
 
449
541
  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 ListRecordSetsWithLineResponse(SdkResponse):
13
10
 
14
-
15
11
  """
16
12
  Attributes:
17
13
  openapi_types (dict): The key is attribute name
@@ -19,13 +15,12 @@ class ListRecordSetsWithLineResponse(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
- 'recordsets': 'list[QueryRecordSetWithLineResp]',
28
- 'metadata': 'Metedata'
22
+ 'recordsets': 'list[QueryRecordSetWithLineAndTagsResp]',
23
+ 'metadata': 'Metadata'
29
24
  }
30
25
 
31
26
  attribute_map = {
@@ -35,9 +30,19 @@ class ListRecordSetsWithLineResponse(SdkResponse):
35
30
  }
36
31
 
37
32
  def __init__(self, links=None, recordsets=None, metadata=None):
38
- """ListRecordSetsWithLineResponse - a model defined in huaweicloud sdk"""
33
+ r"""ListRecordSetsWithLineResponse
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.QueryRecordSetWithLineAndTagsResp`]
41
+ :param metadata:
42
+ :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
43
+ """
39
44
 
40
- super().__init__()
45
+ super(ListRecordSetsWithLineResponse, self).__init__()
41
46
 
42
47
  self._links = None
43
48
  self._recordsets = None
@@ -53,61 +58,59 @@ class ListRecordSetsWithLineResponse(SdkResponse):
53
58
 
54
59
  @property
55
60
  def links(self):
56
- """Gets the links of this ListRecordSetsWithLineResponse.
57
-
61
+ r"""Gets the links of this ListRecordSetsWithLineResponse.
58
62
 
59
63
  :return: The links of this ListRecordSetsWithLineResponse.
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 ListRecordSetsWithLineResponse.
67
-
70
+ r"""Sets the links of this ListRecordSetsWithLineResponse.
68
71
 
69
72
  :param links: The links of this ListRecordSetsWithLineResponse.
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 ListRecordSetsWithLineResponse.
79
+ r"""Gets the recordsets of this ListRecordSetsWithLineResponse.
77
80
 
81
+ **参数解释:** 记录集列表信息。 **取值范围:** 不涉及。
78
82
 
79
83
  :return: The recordsets of this ListRecordSetsWithLineResponse.
80
- :rtype: list[QueryRecordSetWithLineResp]
84
+ :rtype: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineAndTagsResp`]
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 ListRecordSetsWithLineResponse.
90
+ r"""Sets the recordsets of this ListRecordSetsWithLineResponse.
87
91
 
92
+ **参数解释:** 记录集列表信息。 **取值范围:** 不涉及。
88
93
 
89
94
  :param recordsets: The recordsets of this ListRecordSetsWithLineResponse.
90
- :type: list[QueryRecordSetWithLineResp]
95
+ :type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineAndTagsResp`]
91
96
  """
92
97
  self._recordsets = recordsets
93
98
 
94
99
  @property
95
100
  def metadata(self):
96
- """Gets the metadata of this ListRecordSetsWithLineResponse.
97
-
101
+ r"""Gets the metadata of this ListRecordSetsWithLineResponse.
98
102
 
99
103
  :return: The metadata of this ListRecordSetsWithLineResponse.
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 ListRecordSetsWithLineResponse.
107
-
110
+ r"""Sets the metadata of this ListRecordSetsWithLineResponse.
108
111
 
109
112
  :param metadata: The metadata of this ListRecordSetsWithLineResponse.
110
- :type: Metedata
113
+ :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
111
114
  """
112
115
  self._metadata = metadata
113
116
 
@@ -140,10 +143,15 @@ class ListRecordSetsWithLineResponse(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):