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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. huaweicloudsdkdns/v2/__init__.py +137 -11
  2. huaweicloudsdkdns/v2/dns_async_client.py +4625 -1735
  3. huaweicloudsdkdns/v2/dns_client.py +4638 -1749
  4. huaweicloudsdkdns/v2/model/__init__.py +136 -9
  5. huaweicloudsdkdns/v2/model/alias_target.py +27 -20
  6. huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py +139 -0
  7. huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_response.py +112 -0
  8. huaweicloudsdkdns/v2/model/associate_or_disassociate_router_with_rule_request_body.py +110 -0
  9. huaweicloudsdkdns/v2/model/associate_resolver_rule_router_request.py +139 -0
  10. huaweicloudsdkdns/v2/model/associate_resolver_rule_router_response.py +174 -0
  11. huaweicloudsdkdns/v2/model/associate_router_request.py +27 -20
  12. huaweicloudsdkdns/v2/model/{associate_router_req.py → associate_router_request_body.py} +23 -20
  13. huaweicloudsdkdns/v2/model/associate_router_response.py +35 -25
  14. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +200 -0
  15. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +33 -22
  16. huaweicloudsdkdns/v2/model/batch_create_tag_response.py +14 -10
  17. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request.py +111 -0
  18. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request_body.py +115 -0
  19. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_response.py +85 -0
  20. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +139 -0
  21. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +114 -0
  22. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +166 -0
  23. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +111 -0
  24. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +142 -0
  25. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +141 -0
  26. huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +111 -0
  27. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +142 -0
  28. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +141 -0
  29. huaweicloudsdkdns/v2/model/batch_hand_tags.py +24 -17
  30. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +111 -0
  31. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +142 -0
  32. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +166 -0
  33. huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +111 -0
  34. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +142 -0
  35. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +166 -0
  36. huaweicloudsdkdns/v2/model/batch_update_record_set.py +229 -0
  37. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +139 -0
  38. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +114 -0
  39. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +166 -0
  40. huaweicloudsdkdns/v2/model/create_custom_line_request.py +20 -17
  41. huaweicloudsdkdns/v2/model/{create_custom_lines.py → create_custom_line_request_body.py} +36 -27
  42. huaweicloudsdkdns/v2/model/create_custom_line_response.py +53 -35
  43. huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +33 -22
  44. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +97 -50
  45. huaweicloudsdkdns/v2/model/create_endpoint_request.py +111 -0
  46. huaweicloudsdkdns/v2/model/create_endpoint_request_body.py +198 -0
  47. huaweicloudsdkdns/v2/model/create_endpoint_response.py +112 -0
  48. huaweicloudsdkdns/v2/model/create_line_group_request.py +111 -0
  49. huaweicloudsdkdns/v2/model/create_line_group_response.py +290 -0
  50. huaweicloudsdkdns/v2/model/create_line_groups_req.py +171 -0
  51. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +289 -0
  52. huaweicloudsdkdns/v2/model/create_private_zone_req.py +101 -55
  53. huaweicloudsdkdns/v2/model/create_private_zone_request.py +19 -16
  54. huaweicloudsdkdns/v2/model/create_private_zone_response.py +156 -95
  55. huaweicloudsdkdns/v2/model/create_ptr_req.py +47 -34
  56. huaweicloudsdkdns/v2/model/create_ptr_request.py +111 -0
  57. huaweicloudsdkdns/v2/model/create_ptr_request_body.py +255 -0
  58. huaweicloudsdkdns/v2/model/create_ptr_response.py +311 -0
  59. huaweicloudsdkdns/v2/model/create_public_zone_req.py +63 -46
  60. huaweicloudsdkdns/v2/model/create_public_zone_request.py +19 -16
  61. huaweicloudsdkdns/v2/model/create_public_zone_response.py +125 -91
  62. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +199 -0
  63. huaweicloudsdkdns/v2/model/create_record_set_request.py +27 -20
  64. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +286 -0
  65. huaweicloudsdkdns/v2/model/create_record_set_response.py +111 -55
  66. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +139 -0
  67. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +166 -0
  68. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +27 -20
  69. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +370 -0
  70. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +138 -102
  71. huaweicloudsdkdns/v2/model/create_resolver_rule_request.py +111 -0
  72. huaweicloudsdkdns/v2/model/create_resolver_rule_request_body.py +198 -0
  73. huaweicloudsdkdns/v2/model/create_resolver_rule_response.py +112 -0
  74. huaweicloudsdkdns/v2/model/create_tag_req.py +19 -16
  75. huaweicloudsdkdns/v2/model/create_tag_request.py +33 -22
  76. huaweicloudsdkdns/v2/model/create_tag_response.py +14 -10
  77. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +20 -13
  78. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +53 -35
  79. huaweicloudsdkdns/v2/model/delete_endpoint_request.py +114 -0
  80. huaweicloudsdkdns/v2/model/delete_endpoint_response.py +112 -0
  81. huaweicloudsdkdns/v2/model/delete_line_group_request.py +114 -0
  82. huaweicloudsdkdns/v2/model/delete_line_group_response.py +290 -0
  83. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +20 -13
  84. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +126 -92
  85. huaweicloudsdkdns/v2/model/delete_ptr_request.py +114 -0
  86. huaweicloudsdkdns/v2/model/delete_ptr_response.py +85 -0
  87. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +20 -13
  88. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +121 -91
  89. huaweicloudsdkdns/v2/model/delete_record_set_request.py +27 -16
  90. huaweicloudsdkdns/v2/model/delete_record_set_response.py +111 -81
  91. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +27 -16
  92. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +138 -102
  93. huaweicloudsdkdns/v2/model/delete_resolver_rule_request.py +114 -0
  94. huaweicloudsdkdns/v2/model/delete_resolver_rule_response.py +112 -0
  95. huaweicloudsdkdns/v2/model/delete_tag_request.py +34 -19
  96. huaweicloudsdkdns/v2/model/delete_tag_response.py +14 -10
  97. huaweicloudsdkdns/v2/model/disable_dnssec_config_request.py +114 -0
  98. huaweicloudsdkdns/v2/model/disable_dnssec_config_response.py +116 -0
  99. huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_request.py +142 -0
  100. huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_response.py +112 -0
  101. huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_request.py +139 -0
  102. huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_response.py +174 -0
  103. huaweicloudsdkdns/v2/model/disassociate_router_request.py +27 -20
  104. huaweicloudsdkdns/v2/model/disassociate_router_response.py +35 -25
  105. huaweicloudsdkdns/v2/model/{disassociaterouter_req.py → disassociaterouter_request_body.py} +23 -20
  106. huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +198 -0
  107. huaweicloudsdkdns/v2/model/enable_dnssec_config_request.py +114 -0
  108. huaweicloudsdkdns/v2/model/enable_dnssec_config_response.py +464 -0
  109. huaweicloudsdkdns/v2/model/endpoint_resp.py +347 -0
  110. huaweicloudsdkdns/v2/model/floating_ips_ptr.py +339 -0
  111. huaweicloudsdkdns/v2/model/{update_public_zone_status.py → ip_info.py} +35 -29
  112. huaweicloudsdkdns/v2/model/ip_value.py +115 -0
  113. huaweicloudsdkdns/v2/model/ipaddress_info.py +143 -0
  114. huaweicloudsdkdns/v2/model/ipaddresses.py +110 -0
  115. huaweicloudsdkdns/v2/model/ipaddresses_data.py +289 -0
  116. huaweicloudsdkdns/v2/model/line.py +52 -35
  117. huaweicloudsdkdns/v2/model/link.py +115 -0
  118. huaweicloudsdkdns/v2/model/links_item.py +27 -20
  119. huaweicloudsdkdns/v2/model/list_api_versions_item.py +35 -26
  120. huaweicloudsdkdns/v2/model/list_api_versions_request.py +13 -10
  121. huaweicloudsdkdns/v2/model/list_api_versions_response.py +20 -16
  122. huaweicloudsdkdns/v2/model/list_custom_line_request.py +109 -28
  123. huaweicloudsdkdns/v2/model/list_custom_line_response.py +29 -21
  124. huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py +114 -0
  125. huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py +116 -0
  126. huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +173 -0
  127. huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py +141 -0
  128. huaweicloudsdkdns/v2/model/list_endpoints_request.py +230 -0
  129. huaweicloudsdkdns/v2/model/list_endpoints_response.py +141 -0
  130. huaweicloudsdkdns/v2/model/list_line_groups_request.py +202 -0
  131. huaweicloudsdkdns/v2/model/list_line_groups_response.py +141 -0
  132. huaweicloudsdkdns/v2/model/list_name_servers_request.py +27 -16
  133. huaweicloudsdkdns/v2/model/list_name_servers_response.py +22 -14
  134. huaweicloudsdkdns/v2/model/list_private_zones_request.py +217 -37
  135. huaweicloudsdkdns/v2/model/list_private_zones_response.py +35 -27
  136. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +99 -51
  137. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +55 -28
  138. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +35 -27
  139. huaweicloudsdkdns/v2/model/list_ptrs_request.py +289 -0
  140. huaweicloudsdkdns/v2/model/list_ptrs_response.py +166 -0
  141. huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +172 -0
  142. huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py +166 -0
  143. huaweicloudsdkdns/v2/model/list_public_zones_request.py +186 -35
  144. huaweicloudsdkdns/v2/model/list_public_zones_response.py +36 -28
  145. huaweicloudsdkdns/v2/model/list_record_sets.py +110 -81
  146. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +124 -48
  147. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +35 -27
  148. huaweicloudsdkdns/v2/model/list_record_sets_request.py +131 -51
  149. huaweicloudsdkdns/v2/model/list_record_sets_response.py +36 -28
  150. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +152 -60
  151. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +36 -28
  152. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +517 -0
  153. huaweicloudsdkdns/v2/model/list_resolver_rule_param.py +376 -0
  154. huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +289 -0
  155. huaweicloudsdkdns/v2/model/list_resolver_rules_response.py +191 -0
  156. huaweicloudsdkdns/v2/model/list_tag_req.py +64 -45
  157. huaweicloudsdkdns/v2/model/list_tag_request.py +26 -19
  158. huaweicloudsdkdns/v2/model/list_tag_response.py +29 -17
  159. huaweicloudsdkdns/v2/model/list_tags_request.py +20 -13
  160. huaweicloudsdkdns/v2/model/list_tags_response.py +20 -14
  161. huaweicloudsdkdns/v2/model/match.py +143 -0
  162. huaweicloudsdkdns/v2/model/{metedata.py → metadata.py} +24 -19
  163. huaweicloudsdkdns/v2/model/name_servers_resp.py +31 -20
  164. huaweicloudsdkdns/v2/model/nameserver.py +27 -20
  165. huaweicloudsdkdns/v2/model/ns_records.py +28 -19
  166. huaweicloudsdkdns/v2/model/page_info.py +173 -0
  167. huaweicloudsdkdns/v2/model/page_link.py +27 -20
  168. huaweicloudsdkdns/v2/model/private_name_server.py +27 -20
  169. huaweicloudsdkdns/v2/model/private_zone_resp.py +191 -98
  170. huaweicloudsdkdns/v2/model/public_ip_req.py +144 -0
  171. huaweicloudsdkdns/v2/model/public_ip_res.py +173 -0
  172. huaweicloudsdkdns/v2/model/public_zone_lines.py +173 -0
  173. huaweicloudsdkdns/v2/model/public_zone_resp.py +575 -0
  174. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +658 -0
  175. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +169 -105
  176. huaweicloudsdkdns/v2/model/recordset_data.py +600 -0
  177. huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
  178. huaweicloudsdkdns/v2/model/resource_item.py +36 -25
  179. huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +33 -22
  180. huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +14 -10
  181. huaweicloudsdkdns/v2/model/restore_ptr_req.py +22 -17
  182. huaweicloudsdkdns/v2/model/router.py +59 -23
  183. huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
  184. huaweicloudsdkdns/v2/model/router_with_status.py +34 -25
  185. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request.py +139 -0
  186. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request_body.py +114 -0
  187. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_response.py +85 -0
  188. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +27 -20
  189. huaweicloudsdkdns/v2/model/{set_record_sets_status_req.py → set_record_sets_status_request_body.py} +24 -19
  190. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +170 -105
  191. huaweicloudsdkdns/v2/model/show_api_info_request.py +20 -13
  192. huaweicloudsdkdns/v2/model/show_api_info_response.py +20 -16
  193. huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
  194. huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
  195. huaweicloudsdkdns/v2/model/show_domain_quota_request.py +114 -0
  196. huaweicloudsdkdns/v2/model/show_domain_quota_response.py +116 -0
  197. huaweicloudsdkdns/v2/model/show_endpoint_request.py +114 -0
  198. huaweicloudsdkdns/v2/model/show_endpoint_response.py +112 -0
  199. huaweicloudsdkdns/v2/model/show_line_group_request.py +114 -0
  200. huaweicloudsdkdns/v2/model/show_line_group_response.py +290 -0
  201. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +20 -13
  202. huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +22 -14
  203. huaweicloudsdkdns/v2/model/show_private_zone_request.py +20 -13
  204. huaweicloudsdkdns/v2/model/show_private_zone_response.py +187 -95
  205. huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +27 -16
  206. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +97 -50
  207. huaweicloudsdkdns/v2/model/show_ptr_request.py +114 -0
  208. huaweicloudsdkdns/v2/model/show_ptr_response.py +311 -0
  209. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +20 -13
  210. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +22 -16
  211. huaweicloudsdkdns/v2/model/show_public_zone_request.py +20 -13
  212. huaweicloudsdkdns/v2/model/show_public_zone_response.py +127 -93
  213. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +371 -16
  214. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +162 -127
  215. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +35 -27
  216. huaweicloudsdkdns/v2/model/show_record_set_request.py +27 -16
  217. huaweicloudsdkdns/v2/model/show_record_set_response.py +143 -84
  218. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +27 -16
  219. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +170 -105
  220. huaweicloudsdkdns/v2/model/show_resolver_rule_request.py +114 -0
  221. huaweicloudsdkdns/v2/model/show_resolver_rule_resp_param.py +405 -0
  222. huaweicloudsdkdns/v2/model/show_resolver_rule_response.py +112 -0
  223. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +27 -16
  224. huaweicloudsdkdns/v2/model/show_resource_tag_response.py +22 -14
  225. huaweicloudsdkdns/v2/model/tag.py +27 -20
  226. huaweicloudsdkdns/v2/model/tag_values.py +27 -20
  227. huaweicloudsdkdns/v2/model/update_custom_line_request.py +27 -20
  228. huaweicloudsdkdns/v2/model/{update_customs_line_req.py → update_custom_line_request_body.py} +36 -27
  229. huaweicloudsdkdns/v2/model/update_custom_line_response.py +53 -35
  230. huaweicloudsdkdns/v2/model/update_endpoint_request.py +139 -0
  231. huaweicloudsdkdns/v2/model/update_endpoint_request_body.py +114 -0
  232. huaweicloudsdkdns/v2/model/update_endpoint_response.py +112 -0
  233. huaweicloudsdkdns/v2/model/update_line_groups_request.py +139 -0
  234. huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +171 -0
  235. huaweicloudsdkdns/v2/model/update_line_groups_response.py +290 -0
  236. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +34 -25
  237. huaweicloudsdkdns/v2/model/update_private_zone_request.py +26 -19
  238. huaweicloudsdkdns/v2/model/update_private_zone_response.py +126 -92
  239. huaweicloudsdkdns/v2/model/update_private_zone_status_request.py +139 -0
  240. huaweicloudsdkdns/v2/model/update_private_zone_status_response.py +518 -0
  241. huaweicloudsdkdns/v2/model/update_ptr_record_request.py +33 -22
  242. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +65 -47
  243. huaweicloudsdkdns/v2/model/update_ptr_req.py +40 -29
  244. huaweicloudsdkdns/v2/model/update_ptr_request.py +139 -0
  245. huaweicloudsdkdns/v2/model/update_ptr_request_body.py +172 -0
  246. huaweicloudsdkdns/v2/model/update_ptr_response.py +311 -0
  247. huaweicloudsdkdns/v2/model/update_public_zone_info.py +36 -27
  248. huaweicloudsdkdns/v2/model/update_public_zone_request.py +26 -19
  249. huaweicloudsdkdns/v2/model/update_public_zone_response.py +120 -88
  250. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +27 -20
  251. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +118 -86
  252. huaweicloudsdkdns/v2/model/update_record_set_req.py +52 -37
  253. huaweicloudsdkdns/v2/model/update_record_set_request.py +33 -22
  254. huaweicloudsdkdns/v2/model/update_record_set_response.py +111 -55
  255. huaweicloudsdkdns/v2/model/update_record_sets_req.py +55 -40
  256. huaweicloudsdkdns/v2/model/update_record_sets_request.py +33 -22
  257. huaweicloudsdkdns/v2/model/update_record_sets_response.py +138 -102
  258. huaweicloudsdkdns/v2/model/update_resolver_rule_request.py +139 -0
  259. huaweicloudsdkdns/v2/model/update_resolver_rule_request_body.py +144 -0
  260. huaweicloudsdkdns/v2/model/update_resolver_rule_response.py +112 -0
  261. huaweicloudsdkdns/v2/model/update_zone_status_request_body.py +114 -0
  262. huaweicloudsdkdns/v2/model/values_item.py +21 -16
  263. huaweicloudsdkdns/v2/model/version_item.py +56 -41
  264. huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
  265. huaweicloudsdkdns/v2/model/zone_data.py +517 -0
  266. huaweicloudsdkdns/v2/region/dns_region.py +88 -38
  267. {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/METADATA +9 -9
  268. huaweicloudsdkdns-3.1.160.dist-info/RECORD +273 -0
  269. {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/WHEEL +1 -1
  270. huaweicloudsdkdns/v2/model/create_record_set_req.py +0 -263
  271. huaweicloudsdkdns/v2/model/create_record_set_with_line_req.py +0 -348
  272. huaweicloudsdkdns-3.0.43rc0.dist-info/RECORD +0 -146
  273. {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/LICENSE +0 -0
  274. {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.160.dist-info}/top_level.txt +0 -0
@@ -1,17 +1,12 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
-
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
6
 
11
7
 
12
8
  class QueryRecordSetWithLineResp:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,7 +14,6 @@ class QueryRecordSetWithLineResp:
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 = {
@@ -40,7 +34,8 @@ class QueryRecordSetWithLineResp:
40
34
  'line': 'str',
41
35
  'weight': 'int',
42
36
  'health_check_id': 'str',
43
- 'alias_target': 'AliasTarget'
37
+ 'alias_target': 'AliasTarget',
38
+ 'bundle': 'str'
44
39
  }
45
40
 
46
41
  attribute_map = {
@@ -61,11 +56,54 @@ class QueryRecordSetWithLineResp:
61
56
  'line': 'line',
62
57
  'weight': 'weight',
63
58
  'health_check_id': 'health_check_id',
64
- 'alias_target': 'alias_target'
59
+ 'alias_target': 'alias_target',
60
+ 'bundle': 'bundle'
65
61
  }
66
62
 
67
- 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):
68
- """QueryRecordSetWithLineResp - a model defined in huaweicloud sdk"""
63
+ 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, bundle=None):
64
+ r"""QueryRecordSetWithLineResp
65
+
66
+ The model defined in huaweicloud sdk
67
+
68
+ :param id: **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
69
+ :type id: str
70
+ :param name: **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
71
+ :type name: str
72
+ :param description: **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
73
+ :type description: str
74
+ :param zone_id: **参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
75
+ :type zone_id: str
76
+ :param zone_name: **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
77
+ :type zone_name: 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 ttl: **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
81
+ :type ttl: int
82
+ :param records: **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
83
+ :type records: list[str]
84
+ :param created_at: **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
85
+ :type created_at: str
86
+ :param updated_at: **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
87
+ :type updated_at: str
88
+ :param status: **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
89
+ :type status: str
90
+ :param default: **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
91
+ :type default: bool
92
+ :param project_id: **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
93
+ :type project_id: str
94
+ :param links:
95
+ :type links: :class:`huaweicloudsdkdns.v2.PageLink`
96
+ :param line: **参数解释:** 解析线路ID。 **取值范围:** 不涉及。
97
+ :type line: str
98
+ :param weight: **参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
99
+ :type weight: int
100
+ :param health_check_id: **参数解释:** 健康检查ID。 **取值范围:** 不涉及。
101
+ :type health_check_id: str
102
+ :param alias_target:
103
+ :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
104
+ :param bundle: **参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
105
+ :type bundle: str
106
+ """
69
107
 
70
108
 
71
109
 
@@ -87,6 +125,7 @@ class QueryRecordSetWithLineResp:
87
125
  self._weight = None
88
126
  self._health_check_id = None
89
127
  self._alias_target = None
128
+ self._bundle = None
90
129
  self.discriminator = None
91
130
 
92
131
  if id is not None:
@@ -125,12 +164,14 @@ class QueryRecordSetWithLineResp:
125
164
  self.health_check_id = health_check_id
126
165
  if alias_target is not None:
127
166
  self.alias_target = alias_target
167
+ if bundle is not None:
168
+ self.bundle = bundle
128
169
 
129
170
  @property
130
171
  def id(self):
131
- """Gets the id of this QueryRecordSetWithLineResp.
172
+ r"""Gets the id of this QueryRecordSetWithLineResp.
132
173
 
133
- Record Set的ID。
174
+ **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
134
175
 
135
176
  :return: The id of this QueryRecordSetWithLineResp.
136
177
  :rtype: str
@@ -139,20 +180,20 @@ class QueryRecordSetWithLineResp:
139
180
 
140
181
  @id.setter
141
182
  def id(self, id):
142
- """Sets the id of this QueryRecordSetWithLineResp.
183
+ r"""Sets the id of this QueryRecordSetWithLineResp.
143
184
 
144
- Record Set的ID。
185
+ **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
145
186
 
146
187
  :param id: The id of this QueryRecordSetWithLineResp.
147
- :type: str
188
+ :type id: str
148
189
  """
149
190
  self._id = id
150
191
 
151
192
  @property
152
193
  def name(self):
153
- """Gets the name of this QueryRecordSetWithLineResp.
194
+ r"""Gets the name of this QueryRecordSetWithLineResp.
154
195
 
155
- Record Set的名称。
196
+ **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
156
197
 
157
198
  :return: The name of this QueryRecordSetWithLineResp.
158
199
  :rtype: str
@@ -161,20 +202,20 @@ class QueryRecordSetWithLineResp:
161
202
 
162
203
  @name.setter
163
204
  def name(self, name):
164
- """Sets the name of this QueryRecordSetWithLineResp.
205
+ r"""Sets the name of this QueryRecordSetWithLineResp.
165
206
 
166
- Record Set的名称。
207
+ **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
167
208
 
168
209
  :param name: The name of this QueryRecordSetWithLineResp.
169
- :type: str
210
+ :type name: str
170
211
  """
171
212
  self._name = name
172
213
 
173
214
  @property
174
215
  def description(self):
175
- """Gets the description of this QueryRecordSetWithLineResp.
216
+ r"""Gets the description of this QueryRecordSetWithLineResp.
176
217
 
177
- Record Set的描述信息。
218
+ **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
178
219
 
179
220
  :return: The description of this QueryRecordSetWithLineResp.
180
221
  :rtype: str
@@ -183,20 +224,20 @@ class QueryRecordSetWithLineResp:
183
224
 
184
225
  @description.setter
185
226
  def description(self, description):
186
- """Sets the description of this QueryRecordSetWithLineResp.
227
+ r"""Sets the description of this QueryRecordSetWithLineResp.
187
228
 
188
- Record Set的描述信息。
229
+ **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
189
230
 
190
231
  :param description: The description of this QueryRecordSetWithLineResp.
191
- :type: str
232
+ :type description: str
192
233
  """
193
234
  self._description = description
194
235
 
195
236
  @property
196
237
  def zone_id(self):
197
- """Gets the zone_id of this QueryRecordSetWithLineResp.
238
+ r"""Gets the zone_id of this QueryRecordSetWithLineResp.
198
239
 
199
- 托管该记录的zone_id
240
+ **参数解释:** 托管该记录的域名ID **取值范围:** 不涉及。
200
241
 
201
242
  :return: The zone_id of this QueryRecordSetWithLineResp.
202
243
  :rtype: str
@@ -205,20 +246,20 @@ class QueryRecordSetWithLineResp:
205
246
 
206
247
  @zone_id.setter
207
248
  def zone_id(self, zone_id):
208
- """Sets the zone_id of this QueryRecordSetWithLineResp.
249
+ r"""Sets the zone_id of this QueryRecordSetWithLineResp.
209
250
 
210
- 托管该记录的zone_id
251
+ **参数解释:** 托管该记录的域名ID **取值范围:** 不涉及。
211
252
 
212
253
  :param zone_id: The zone_id of this QueryRecordSetWithLineResp.
213
- :type: str
254
+ :type zone_id: str
214
255
  """
215
256
  self._zone_id = zone_id
216
257
 
217
258
  @property
218
259
  def zone_name(self):
219
- """Gets the zone_name of this QueryRecordSetWithLineResp.
260
+ r"""Gets the zone_name of this QueryRecordSetWithLineResp.
220
261
 
221
- 托管该记录的zone_name。
262
+ **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
222
263
 
223
264
  :return: The zone_name of this QueryRecordSetWithLineResp.
224
265
  :rtype: str
@@ -227,20 +268,20 @@ class QueryRecordSetWithLineResp:
227
268
 
228
269
  @zone_name.setter
229
270
  def zone_name(self, zone_name):
230
- """Sets the zone_name of this QueryRecordSetWithLineResp.
271
+ r"""Sets the zone_name of this QueryRecordSetWithLineResp.
231
272
 
232
- 托管该记录的zone_name。
273
+ **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
233
274
 
234
275
  :param zone_name: The zone_name of this QueryRecordSetWithLineResp.
235
- :type: str
276
+ :type zone_name: str
236
277
  """
237
278
  self._zone_name = zone_name
238
279
 
239
280
  @property
240
281
  def type(self):
241
- """Gets the type of this QueryRecordSetWithLineResp.
282
+ r"""Gets the type of this QueryRecordSetWithLineResp.
242
283
 
243
- 记录类型。
284
+ **参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
244
285
 
245
286
  :return: The type of this QueryRecordSetWithLineResp.
246
287
  :rtype: str
@@ -249,20 +290,20 @@ class QueryRecordSetWithLineResp:
249
290
 
250
291
  @type.setter
251
292
  def type(self, type):
252
- """Sets the type of this QueryRecordSetWithLineResp.
293
+ r"""Sets the type of this QueryRecordSetWithLineResp.
253
294
 
254
- 记录类型。
295
+ **参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
255
296
 
256
297
  :param type: The type of this QueryRecordSetWithLineResp.
257
- :type: str
298
+ :type type: str
258
299
  """
259
300
  self._type = type
260
301
 
261
302
  @property
262
303
  def ttl(self):
263
- """Gets the ttl of this QueryRecordSetWithLineResp.
304
+ r"""Gets the ttl of this QueryRecordSetWithLineResp.
264
305
 
265
- 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
306
+ **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
266
307
 
267
308
  :return: The ttl of this QueryRecordSetWithLineResp.
268
309
  :rtype: int
@@ -271,20 +312,20 @@ class QueryRecordSetWithLineResp:
271
312
 
272
313
  @ttl.setter
273
314
  def ttl(self, ttl):
274
- """Sets the ttl of this QueryRecordSetWithLineResp.
315
+ r"""Sets the ttl of this QueryRecordSetWithLineResp.
275
316
 
276
- 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
317
+ **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
277
318
 
278
319
  :param ttl: The ttl of this QueryRecordSetWithLineResp.
279
- :type: int
320
+ :type ttl: int
280
321
  """
281
322
  self._ttl = ttl
282
323
 
283
324
  @property
284
325
  def records(self):
285
- """Gets the records of this QueryRecordSetWithLineResp.
326
+ r"""Gets the records of this QueryRecordSetWithLineResp.
286
327
 
287
- 域名解析后的值。
328
+ **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
288
329
 
289
330
  :return: The records of this QueryRecordSetWithLineResp.
290
331
  :rtype: list[str]
@@ -293,20 +334,20 @@ class QueryRecordSetWithLineResp:
293
334
 
294
335
  @records.setter
295
336
  def records(self, records):
296
- """Sets the records of this QueryRecordSetWithLineResp.
337
+ r"""Sets the records of this QueryRecordSetWithLineResp.
297
338
 
298
- 域名解析后的值。
339
+ **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
299
340
 
300
341
  :param records: The records of this QueryRecordSetWithLineResp.
301
- :type: list[str]
342
+ :type records: list[str]
302
343
  """
303
344
  self._records = records
304
345
 
305
346
  @property
306
347
  def created_at(self):
307
- """Gets the created_at of this QueryRecordSetWithLineResp.
348
+ r"""Gets the created_at of this QueryRecordSetWithLineResp.
308
349
 
309
- 创建时间。
350
+ **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
310
351
 
311
352
  :return: The created_at of this QueryRecordSetWithLineResp.
312
353
  :rtype: str
@@ -315,20 +356,20 @@ class QueryRecordSetWithLineResp:
315
356
 
316
357
  @created_at.setter
317
358
  def created_at(self, created_at):
318
- """Sets the created_at of this QueryRecordSetWithLineResp.
359
+ r"""Sets the created_at of this QueryRecordSetWithLineResp.
319
360
 
320
- 创建时间。
361
+ **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
321
362
 
322
363
  :param created_at: The created_at of this QueryRecordSetWithLineResp.
323
- :type: str
364
+ :type created_at: str
324
365
  """
325
366
  self._created_at = created_at
326
367
 
327
368
  @property
328
369
  def updated_at(self):
329
- """Gets the updated_at of this QueryRecordSetWithLineResp.
370
+ r"""Gets the updated_at of this QueryRecordSetWithLineResp.
330
371
 
331
- 更新时间。
372
+ **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
332
373
 
333
374
  :return: The updated_at of this QueryRecordSetWithLineResp.
334
375
  :rtype: str
@@ -337,20 +378,20 @@ class QueryRecordSetWithLineResp:
337
378
 
338
379
  @updated_at.setter
339
380
  def updated_at(self, updated_at):
340
- """Sets the updated_at of this QueryRecordSetWithLineResp.
381
+ r"""Sets the updated_at of this QueryRecordSetWithLineResp.
341
382
 
342
- 更新时间。
383
+ **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
343
384
 
344
385
  :param updated_at: The updated_at of this QueryRecordSetWithLineResp.
345
- :type: str
386
+ :type updated_at: str
346
387
  """
347
388
  self._updated_at = updated_at
348
389
 
349
390
  @property
350
391
  def status(self):
351
- """Gets the status of this QueryRecordSetWithLineResp.
392
+ r"""Gets the status of this QueryRecordSetWithLineResp.
352
393
 
353
- 资源状态。
394
+ **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
354
395
 
355
396
  :return: The status of this QueryRecordSetWithLineResp.
356
397
  :rtype: str
@@ -359,20 +400,20 @@ class QueryRecordSetWithLineResp:
359
400
 
360
401
  @status.setter
361
402
  def status(self, status):
362
- """Sets the status of this QueryRecordSetWithLineResp.
403
+ r"""Sets the status of this QueryRecordSetWithLineResp.
363
404
 
364
- 资源状态。
405
+ **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
365
406
 
366
407
  :param status: The status of this QueryRecordSetWithLineResp.
367
- :type: str
408
+ :type status: str
368
409
  """
369
410
  self._status = status
370
411
 
371
412
  @property
372
413
  def default(self):
373
- """Gets the default of this QueryRecordSetWithLineResp.
414
+ r"""Gets the default of this QueryRecordSetWithLineResp.
374
415
 
375
- 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
416
+ **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
376
417
 
377
418
  :return: The default of this QueryRecordSetWithLineResp.
378
419
  :rtype: bool
@@ -381,20 +422,20 @@ class QueryRecordSetWithLineResp:
381
422
 
382
423
  @default.setter
383
424
  def default(self, default):
384
- """Sets the default of this QueryRecordSetWithLineResp.
425
+ r"""Sets the default of this QueryRecordSetWithLineResp.
385
426
 
386
- 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
427
+ **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
387
428
 
388
429
  :param default: The default of this QueryRecordSetWithLineResp.
389
- :type: bool
430
+ :type default: bool
390
431
  """
391
432
  self._default = default
392
433
 
393
434
  @property
394
435
  def project_id(self):
395
- """Gets the project_id of this QueryRecordSetWithLineResp.
436
+ r"""Gets the project_id of this QueryRecordSetWithLineResp.
396
437
 
397
- 该Record Set所属的项目ID。
438
+ **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
398
439
 
399
440
  :return: The project_id of this QueryRecordSetWithLineResp.
400
441
  :rtype: str
@@ -403,40 +444,38 @@ class QueryRecordSetWithLineResp:
403
444
 
404
445
  @project_id.setter
405
446
  def project_id(self, project_id):
406
- """Sets the project_id of this QueryRecordSetWithLineResp.
447
+ r"""Sets the project_id of this QueryRecordSetWithLineResp.
407
448
 
408
- 该Record Set所属的项目ID。
449
+ **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
409
450
 
410
451
  :param project_id: The project_id of this QueryRecordSetWithLineResp.
411
- :type: str
452
+ :type project_id: str
412
453
  """
413
454
  self._project_id = project_id
414
455
 
415
456
  @property
416
457
  def links(self):
417
- """Gets the links of this QueryRecordSetWithLineResp.
418
-
458
+ r"""Gets the links of this QueryRecordSetWithLineResp.
419
459
 
420
460
  :return: The links of this QueryRecordSetWithLineResp.
421
- :rtype: PageLink
461
+ :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
422
462
  """
423
463
  return self._links
424
464
 
425
465
  @links.setter
426
466
  def links(self, links):
427
- """Sets the links of this QueryRecordSetWithLineResp.
428
-
467
+ r"""Sets the links of this QueryRecordSetWithLineResp.
429
468
 
430
469
  :param links: The links of this QueryRecordSetWithLineResp.
431
- :type: PageLink
470
+ :type links: :class:`huaweicloudsdkdns.v2.PageLink`
432
471
  """
433
472
  self._links = links
434
473
 
435
474
  @property
436
475
  def line(self):
437
- """Gets the line of this QueryRecordSetWithLineResp.
476
+ r"""Gets the line of this QueryRecordSetWithLineResp.
438
477
 
439
- 解析线路ID。
478
+ **参数解释:** 解析线路ID。 **取值范围:** 不涉及。
440
479
 
441
480
  :return: The line of this QueryRecordSetWithLineResp.
442
481
  :rtype: str
@@ -445,20 +484,20 @@ class QueryRecordSetWithLineResp:
445
484
 
446
485
  @line.setter
447
486
  def line(self, line):
448
- """Sets the line of this QueryRecordSetWithLineResp.
487
+ r"""Sets the line of this QueryRecordSetWithLineResp.
449
488
 
450
- 解析线路ID。
489
+ **参数解释:** 解析线路ID。 **取值范围:** 不涉及。
451
490
 
452
491
  :param line: The line of this QueryRecordSetWithLineResp.
453
- :type: str
492
+ :type line: str
454
493
  """
455
494
  self._line = line
456
495
 
457
496
  @property
458
497
  def weight(self):
459
- """Gets the weight of this QueryRecordSetWithLineResp.
498
+ r"""Gets the weight of this QueryRecordSetWithLineResp.
460
499
 
461
- 解析记录的权重。
500
+ **参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
462
501
 
463
502
  :return: The weight of this QueryRecordSetWithLineResp.
464
503
  :rtype: int
@@ -467,20 +506,20 @@ class QueryRecordSetWithLineResp:
467
506
 
468
507
  @weight.setter
469
508
  def weight(self, weight):
470
- """Sets the weight of this QueryRecordSetWithLineResp.
509
+ r"""Sets the weight of this QueryRecordSetWithLineResp.
471
510
 
472
- 解析记录的权重。
511
+ **参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
473
512
 
474
513
  :param weight: The weight of this QueryRecordSetWithLineResp.
475
- :type: int
514
+ :type weight: int
476
515
  """
477
516
  self._weight = weight
478
517
 
479
518
  @property
480
519
  def health_check_id(self):
481
- """Gets the health_check_id of this QueryRecordSetWithLineResp.
520
+ r"""Gets the health_check_id of this QueryRecordSetWithLineResp.
482
521
 
483
- 健康检查ID。
522
+ **参数解释:** 健康检查ID。 **取值范围:** 不涉及。
484
523
 
485
524
  :return: The health_check_id of this QueryRecordSetWithLineResp.
486
525
  :rtype: str
@@ -489,35 +528,55 @@ class QueryRecordSetWithLineResp:
489
528
 
490
529
  @health_check_id.setter
491
530
  def health_check_id(self, health_check_id):
492
- """Sets the health_check_id of this QueryRecordSetWithLineResp.
531
+ r"""Sets the health_check_id of this QueryRecordSetWithLineResp.
493
532
 
494
- 健康检查ID。
533
+ **参数解释:** 健康检查ID。 **取值范围:** 不涉及。
495
534
 
496
535
  :param health_check_id: The health_check_id of this QueryRecordSetWithLineResp.
497
- :type: str
536
+ :type health_check_id: str
498
537
  """
499
538
  self._health_check_id = health_check_id
500
539
 
501
540
  @property
502
541
  def alias_target(self):
503
- """Gets the alias_target of this QueryRecordSetWithLineResp.
504
-
542
+ r"""Gets the alias_target of this QueryRecordSetWithLineResp.
505
543
 
506
544
  :return: The alias_target of this QueryRecordSetWithLineResp.
507
- :rtype: AliasTarget
545
+ :rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
508
546
  """
509
547
  return self._alias_target
510
548
 
511
549
  @alias_target.setter
512
550
  def alias_target(self, alias_target):
513
- """Sets the alias_target of this QueryRecordSetWithLineResp.
514
-
551
+ r"""Sets the alias_target of this QueryRecordSetWithLineResp.
515
552
 
516
553
  :param alias_target: The alias_target of this QueryRecordSetWithLineResp.
517
- :type: AliasTarget
554
+ :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
518
555
  """
519
556
  self._alias_target = alias_target
520
557
 
558
+ @property
559
+ def bundle(self):
560
+ r"""Gets the bundle of this QueryRecordSetWithLineResp.
561
+
562
+ **参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
563
+
564
+ :return: The bundle of this QueryRecordSetWithLineResp.
565
+ :rtype: str
566
+ """
567
+ return self._bundle
568
+
569
+ @bundle.setter
570
+ def bundle(self, bundle):
571
+ r"""Sets the bundle of this QueryRecordSetWithLineResp.
572
+
573
+ **参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
574
+
575
+ :param bundle: The bundle of this QueryRecordSetWithLineResp.
576
+ :type bundle: str
577
+ """
578
+ self._bundle = bundle
579
+
521
580
  def to_dict(self):
522
581
  """Returns the model properties as a dict"""
523
582
  result = {}
@@ -547,10 +606,15 @@ class QueryRecordSetWithLineResp:
547
606
 
548
607
  def to_str(self):
549
608
  """Returns the string representation of the model"""
550
- return pprint.pformat(self.to_dict())
609
+ import simplejson as json
610
+ if six.PY2:
611
+ import sys
612
+ reload(sys)
613
+ sys.setdefaultencoding("utf-8")
614
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
551
615
 
552
616
  def __repr__(self):
553
- """For `print` and `pprint`"""
617
+ """For `print`"""
554
618
  return self.to_str()
555
619
 
556
620
  def __eq__(self, other):