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

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