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