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