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,13 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
5
  from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
7
 
11
8
 
12
9
  class ShowPrivateZoneResponse(SdkResponse):
13
10
 
14
-
15
11
  """
16
12
  Attributes:
17
13
  openapi_types (dict): The key is attribute name
@@ -19,7 +15,6 @@ class ShowPrivateZoneResponse(SdkResponse):
19
15
  attribute_map (dict): The key is attribute name
20
16
  and the value is json key in definition.
21
17
  """
22
-
23
18
  sensitive_list = []
24
19
 
25
20
  openapi_types = {
@@ -38,7 +33,9 @@ class ShowPrivateZoneResponse(SdkResponse):
38
33
  'updated_at': 'str',
39
34
  'links': 'PageLink',
40
35
  'masters': 'list[str]',
41
- 'routers': 'list[Router]'
36
+ 'routers': 'list[Router]',
37
+ 'proxy_pattern': 'str',
38
+ 'enterprise_project_id': 'str'
42
39
  }
43
40
 
44
41
  attribute_map = {
@@ -57,13 +54,55 @@ class ShowPrivateZoneResponse(SdkResponse):
57
54
  'updated_at': 'updated_at',
58
55
  'links': 'links',
59
56
  'masters': 'masters',
60
- 'routers': 'routers'
57
+ 'routers': 'routers',
58
+ 'proxy_pattern': 'proxy_pattern',
59
+ 'enterprise_project_id': 'enterprise_project_id'
61
60
  }
62
61
 
63
- def __init__(self, id=None, name=None, description=None, email=None, zone_type=None, ttl=None, serial=None, status=None, record_num=None, pool_id=None, project_id=None, created_at=None, updated_at=None, links=None, masters=None, routers=None):
64
- """ShowPrivateZoneResponse - a model defined in huaweicloud sdk"""
62
+ def __init__(self, id=None, name=None, description=None, email=None, zone_type=None, ttl=None, serial=None, status=None, record_num=None, pool_id=None, project_id=None, created_at=None, updated_at=None, links=None, masters=None, routers=None, proxy_pattern=None, enterprise_project_id=None):
63
+ r"""ShowPrivateZoneResponse
64
+
65
+ The model defined in huaweicloud sdk
66
+
67
+ :param id: **参数解释:** 域名的ID,UUID形式的一个资源标识。 **取值范围:** 不涉及。
68
+ :type id: str
69
+ :param name: **参数解释:** 域名。 **取值范围:** 不涉及。
70
+ :type name: str
71
+ :param description: **参数解释:** 域名的描述信息。 **取值范围:** 长度不超过255个字符。
72
+ :type description: str
73
+ :param email: **参数解释:** 管理该域名的管理员邮箱,用于生成该域名的SOA记录。 **取值范围:** 不涉及。
74
+ :type email: str
75
+ :param zone_type: **参数解释:** 域名类型。 **取值范围:** private:内网域名。
76
+ :type zone_type: str
77
+ :param ttl: **参数解释:** 该域名下SOA记录中的有效缓存时间,以秒为单位。 **取值范围:** 1~2147483647。
78
+ :type ttl: int
79
+ :param serial: **参数解释:** 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 **取值范围:** 不涉及。
80
+ :type serial: int
81
+ :param status: **参数解释:** 内网域名状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
82
+ :type status: str
83
+ :param record_num: **参数解释:** 该域名下的记录集个数。 **取值范围:** 不涉及。
84
+ :type record_num: int
85
+ :param pool_id: **参数解释:** 托管该域名的pool,由系统分配。 **取值范围:** 不涉及。
86
+ :type pool_id: str
87
+ :param project_id: **参数解释:** 域名所属的项目ID。 **取值范围:** 不涉及。
88
+ :type project_id: str
89
+ :param created_at: **参数解释:** 域名的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
90
+ :type created_at: str
91
+ :param updated_at: **参数解释:** 域名的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
92
+ :type updated_at: str
93
+ :param links:
94
+ :type links: :class:`huaweicloudsdkdns.v2.PageLink`
95
+ :param masters: **参数解释:** 主从模式中,从DNS服务器获取DNS信息。 **取值范围:** 不涉及。
96
+ :type masters: list[str]
97
+ :param routers: **参数解释:** 与该域名关联的Router(VPC)列表。 **取值范围:** 不涉及。
98
+ :type routers: list[:class:`huaweicloudsdkdns.v2.Router`]
99
+ :param proxy_pattern: **参数解释:** 内网域名的子域名递归解析代理模式。 **取值范围:** - AUTHORITY:当前域名未开启递归解析代理 - RECURSIVE:当前域名已开启递归解析代理
100
+ :type proxy_pattern: str
101
+ :param enterprise_project_id: **参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。
102
+ :type enterprise_project_id: str
103
+ """
65
104
 
66
- super().__init__()
105
+ super(ShowPrivateZoneResponse, self).__init__()
67
106
 
68
107
  self._id = None
69
108
  self._name = None
@@ -81,6 +120,8 @@ class ShowPrivateZoneResponse(SdkResponse):
81
120
  self._links = None
82
121
  self._masters = None
83
122
  self._routers = None
123
+ self._proxy_pattern = None
124
+ self._enterprise_project_id = None
84
125
  self.discriminator = None
85
126
 
86
127
  if id is not None:
@@ -115,12 +156,16 @@ class ShowPrivateZoneResponse(SdkResponse):
115
156
  self.masters = masters
116
157
  if routers is not None:
117
158
  self.routers = routers
159
+ if proxy_pattern is not None:
160
+ self.proxy_pattern = proxy_pattern
161
+ if enterprise_project_id is not None:
162
+ self.enterprise_project_id = enterprise_project_id
118
163
 
119
164
  @property
120
165
  def id(self):
121
- """Gets the id of this ShowPrivateZoneResponse.
166
+ r"""Gets the id of this ShowPrivateZoneResponse.
122
167
 
123
- zone的ID,uuid形式的一个资源标识。
168
+ **参数解释:** 域名的ID,UUID形式的一个资源标识。 **取值范围:** 不涉及。
124
169
 
125
170
  :return: The id of this ShowPrivateZoneResponse.
126
171
  :rtype: str
@@ -129,20 +174,20 @@ class ShowPrivateZoneResponse(SdkResponse):
129
174
 
130
175
  @id.setter
131
176
  def id(self, id):
132
- """Sets the id of this ShowPrivateZoneResponse.
177
+ r"""Sets the id of this ShowPrivateZoneResponse.
133
178
 
134
- zone的ID,uuid形式的一个资源标识。
179
+ **参数解释:** 域名的ID,UUID形式的一个资源标识。 **取值范围:** 不涉及。
135
180
 
136
181
  :param id: The id of this ShowPrivateZoneResponse.
137
- :type: str
182
+ :type id: str
138
183
  """
139
184
  self._id = id
140
185
 
141
186
  @property
142
187
  def name(self):
143
- """Gets the name of this ShowPrivateZoneResponse.
188
+ r"""Gets the name of this ShowPrivateZoneResponse.
144
189
 
145
- zone名称。
190
+ **参数解释:** 域名。 **取值范围:** 不涉及。
146
191
 
147
192
  :return: The name of this ShowPrivateZoneResponse.
148
193
  :rtype: str
@@ -151,20 +196,20 @@ class ShowPrivateZoneResponse(SdkResponse):
151
196
 
152
197
  @name.setter
153
198
  def name(self, name):
154
- """Sets the name of this ShowPrivateZoneResponse.
199
+ r"""Sets the name of this ShowPrivateZoneResponse.
155
200
 
156
- zone名称。
201
+ **参数解释:** 域名。 **取值范围:** 不涉及。
157
202
 
158
203
  :param name: The name of this ShowPrivateZoneResponse.
159
- :type: str
204
+ :type name: str
160
205
  """
161
206
  self._name = name
162
207
 
163
208
  @property
164
209
  def description(self):
165
- """Gets the description of this ShowPrivateZoneResponse.
210
+ r"""Gets the description of this ShowPrivateZoneResponse.
166
211
 
167
- 对zone的描述信息。
212
+ **参数解释:** 域名的描述信息。 **取值范围:** 长度不超过255个字符。
168
213
 
169
214
  :return: The description of this ShowPrivateZoneResponse.
170
215
  :rtype: str
@@ -173,20 +218,20 @@ class ShowPrivateZoneResponse(SdkResponse):
173
218
 
174
219
  @description.setter
175
220
  def description(self, description):
176
- """Sets the description of this ShowPrivateZoneResponse.
221
+ r"""Sets the description of this ShowPrivateZoneResponse.
177
222
 
178
- 对zone的描述信息。
223
+ **参数解释:** 域名的描述信息。 **取值范围:** 长度不超过255个字符。
179
224
 
180
225
  :param description: The description of this ShowPrivateZoneResponse.
181
- :type: str
226
+ :type description: str
182
227
  """
183
228
  self._description = description
184
229
 
185
230
  @property
186
231
  def email(self):
187
- """Gets the email of this ShowPrivateZoneResponse.
232
+ r"""Gets the email of this ShowPrivateZoneResponse.
188
233
 
189
- 管理该zone的管理员邮箱。
234
+ **参数解释:** 管理该域名的管理员邮箱,用于生成该域名的SOA记录。 **取值范围:** 不涉及。
190
235
 
191
236
  :return: The email of this ShowPrivateZoneResponse.
192
237
  :rtype: str
@@ -195,20 +240,20 @@ class ShowPrivateZoneResponse(SdkResponse):
195
240
 
196
241
  @email.setter
197
242
  def email(self, email):
198
- """Sets the email of this ShowPrivateZoneResponse.
243
+ r"""Sets the email of this ShowPrivateZoneResponse.
199
244
 
200
- 管理该zone的管理员邮箱。
245
+ **参数解释:** 管理该域名的管理员邮箱,用于生成该域名的SOA记录。 **取值范围:** 不涉及。
201
246
 
202
247
  :param email: The email of this ShowPrivateZoneResponse.
203
- :type: str
248
+ :type email: str
204
249
  """
205
250
  self._email = email
206
251
 
207
252
  @property
208
253
  def zone_type(self):
209
- """Gets the zone_type of this ShowPrivateZoneResponse.
254
+ r"""Gets the zone_type of this ShowPrivateZoneResponse.
210
255
 
211
- zone类型,公网(public)或者内网(private)。
256
+ **参数解释:** 域名类型。 **取值范围:** private:内网域名。
212
257
 
213
258
  :return: The zone_type of this ShowPrivateZoneResponse.
214
259
  :rtype: str
@@ -217,20 +262,20 @@ class ShowPrivateZoneResponse(SdkResponse):
217
262
 
218
263
  @zone_type.setter
219
264
  def zone_type(self, zone_type):
220
- """Sets the zone_type of this ShowPrivateZoneResponse.
265
+ r"""Sets the zone_type of this ShowPrivateZoneResponse.
221
266
 
222
- zone类型,公网(public)或者内网(private)。
267
+ **参数解释:** 域名类型。 **取值范围:** private:内网域名。
223
268
 
224
269
  :param zone_type: The zone_type of this ShowPrivateZoneResponse.
225
- :type: str
270
+ :type zone_type: str
226
271
  """
227
272
  self._zone_type = zone_type
228
273
 
229
274
  @property
230
275
  def ttl(self):
231
- """Gets the ttl of this ShowPrivateZoneResponse.
276
+ r"""Gets the ttl of this ShowPrivateZoneResponse.
232
277
 
233
- 该zone下SOA记录中的ttl值。
278
+ **参数解释:** 该域名下SOA记录中的有效缓存时间,以秒为单位。 **取值范围:** 1~2147483647。
234
279
 
235
280
  :return: The ttl of this ShowPrivateZoneResponse.
236
281
  :rtype: int
@@ -239,20 +284,20 @@ class ShowPrivateZoneResponse(SdkResponse):
239
284
 
240
285
  @ttl.setter
241
286
  def ttl(self, ttl):
242
- """Sets the ttl of this ShowPrivateZoneResponse.
287
+ r"""Sets the ttl of this ShowPrivateZoneResponse.
243
288
 
244
- 该zone下SOA记录中的ttl值。
289
+ **参数解释:** 该域名下SOA记录中的有效缓存时间,以秒为单位。 **取值范围:** 1~2147483647。
245
290
 
246
291
  :param ttl: The ttl of this ShowPrivateZoneResponse.
247
- :type: int
292
+ :type ttl: int
248
293
  """
249
294
  self._ttl = ttl
250
295
 
251
296
  @property
252
297
  def serial(self):
253
- """Gets the serial of this ShowPrivateZoneResponse.
298
+ r"""Gets the serial of this ShowPrivateZoneResponse.
254
299
 
255
- 该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
300
+ **参数解释:** 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 **取值范围:** 不涉及。
256
301
 
257
302
  :return: The serial of this ShowPrivateZoneResponse.
258
303
  :rtype: int
@@ -261,20 +306,20 @@ class ShowPrivateZoneResponse(SdkResponse):
261
306
 
262
307
  @serial.setter
263
308
  def serial(self, serial):
264
- """Sets the serial of this ShowPrivateZoneResponse.
309
+ r"""Sets the serial of this ShowPrivateZoneResponse.
265
310
 
266
- 该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
311
+ **参数解释:** 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 **取值范围:** 不涉及。
267
312
 
268
313
  :param serial: The serial of this ShowPrivateZoneResponse.
269
- :type: int
314
+ :type serial: int
270
315
  """
271
316
  self._serial = serial
272
317
 
273
318
  @property
274
319
  def status(self):
275
- """Gets the status of this ShowPrivateZoneResponse.
320
+ r"""Gets the status of this ShowPrivateZoneResponse.
276
321
 
277
- 资源状态。
322
+ **参数解释:** 内网域名状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
278
323
 
279
324
  :return: The status of this ShowPrivateZoneResponse.
280
325
  :rtype: str
@@ -283,20 +328,20 @@ class ShowPrivateZoneResponse(SdkResponse):
283
328
 
284
329
  @status.setter
285
330
  def status(self, status):
286
- """Sets the status of this ShowPrivateZoneResponse.
331
+ r"""Sets the status of this ShowPrivateZoneResponse.
287
332
 
288
- 资源状态。
333
+ **参数解释:** 内网域名状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
289
334
 
290
335
  :param status: The status of this ShowPrivateZoneResponse.
291
- :type: str
336
+ :type status: str
292
337
  """
293
338
  self._status = status
294
339
 
295
340
  @property
296
341
  def record_num(self):
297
- """Gets the record_num of this ShowPrivateZoneResponse.
342
+ r"""Gets the record_num of this ShowPrivateZoneResponse.
298
343
 
299
- 该zone下的recordset个数。
344
+ **参数解释:** 该域名下的记录集个数。 **取值范围:** 不涉及。
300
345
 
301
346
  :return: The record_num of this ShowPrivateZoneResponse.
302
347
  :rtype: int
@@ -305,20 +350,20 @@ class ShowPrivateZoneResponse(SdkResponse):
305
350
 
306
351
  @record_num.setter
307
352
  def record_num(self, record_num):
308
- """Sets the record_num of this ShowPrivateZoneResponse.
353
+ r"""Sets the record_num of this ShowPrivateZoneResponse.
309
354
 
310
- 该zone下的recordset个数。
355
+ **参数解释:** 该域名下的记录集个数。 **取值范围:** 不涉及。
311
356
 
312
357
  :param record_num: The record_num of this ShowPrivateZoneResponse.
313
- :type: int
358
+ :type record_num: int
314
359
  """
315
360
  self._record_num = record_num
316
361
 
317
362
  @property
318
363
  def pool_id(self):
319
- """Gets the pool_id of this ShowPrivateZoneResponse.
364
+ r"""Gets the pool_id of this ShowPrivateZoneResponse.
320
365
 
321
- 托管该zone的pool,由系统分配。
366
+ **参数解释:** 托管该域名的pool,由系统分配。 **取值范围:** 不涉及。
322
367
 
323
368
  :return: The pool_id of this ShowPrivateZoneResponse.
324
369
  :rtype: str
@@ -327,20 +372,20 @@ class ShowPrivateZoneResponse(SdkResponse):
327
372
 
328
373
  @pool_id.setter
329
374
  def pool_id(self, pool_id):
330
- """Sets the pool_id of this ShowPrivateZoneResponse.
375
+ r"""Sets the pool_id of this ShowPrivateZoneResponse.
331
376
 
332
- 托管该zone的pool,由系统分配。
377
+ **参数解释:** 托管该域名的pool,由系统分配。 **取值范围:** 不涉及。
333
378
 
334
379
  :param pool_id: The pool_id of this ShowPrivateZoneResponse.
335
- :type: str
380
+ :type pool_id: str
336
381
  """
337
382
  self._pool_id = pool_id
338
383
 
339
384
  @property
340
385
  def project_id(self):
341
- """Gets the project_id of this ShowPrivateZoneResponse.
386
+ r"""Gets the project_id of this ShowPrivateZoneResponse.
342
387
 
343
- zone所属的项目ID。
388
+ **参数解释:** 域名所属的项目ID。 **取值范围:** 不涉及。
344
389
 
345
390
  :return: The project_id of this ShowPrivateZoneResponse.
346
391
  :rtype: str
@@ -349,20 +394,20 @@ class ShowPrivateZoneResponse(SdkResponse):
349
394
 
350
395
  @project_id.setter
351
396
  def project_id(self, project_id):
352
- """Sets the project_id of this ShowPrivateZoneResponse.
397
+ r"""Sets the project_id of this ShowPrivateZoneResponse.
353
398
 
354
- zone所属的项目ID。
399
+ **参数解释:** 域名所属的项目ID。 **取值范围:** 不涉及。
355
400
 
356
401
  :param project_id: The project_id of this ShowPrivateZoneResponse.
357
- :type: str
402
+ :type project_id: str
358
403
  """
359
404
  self._project_id = project_id
360
405
 
361
406
  @property
362
407
  def created_at(self):
363
- """Gets the created_at of this ShowPrivateZoneResponse.
408
+ r"""Gets the created_at of this ShowPrivateZoneResponse.
364
409
 
365
- 创建时间。
410
+ **参数解释:** 域名的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
366
411
 
367
412
  :return: The created_at of this ShowPrivateZoneResponse.
368
413
  :rtype: str
@@ -371,20 +416,20 @@ class ShowPrivateZoneResponse(SdkResponse):
371
416
 
372
417
  @created_at.setter
373
418
  def created_at(self, created_at):
374
- """Sets the created_at of this ShowPrivateZoneResponse.
419
+ r"""Sets the created_at of this ShowPrivateZoneResponse.
375
420
 
376
- 创建时间。
421
+ **参数解释:** 域名的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
377
422
 
378
423
  :param created_at: The created_at of this ShowPrivateZoneResponse.
379
- :type: str
424
+ :type created_at: str
380
425
  """
381
426
  self._created_at = created_at
382
427
 
383
428
  @property
384
429
  def updated_at(self):
385
- """Gets the updated_at of this ShowPrivateZoneResponse.
430
+ r"""Gets the updated_at of this ShowPrivateZoneResponse.
386
431
 
387
- 更新时间。
432
+ **参数解释:** 域名的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
388
433
 
389
434
  :return: The updated_at of this ShowPrivateZoneResponse.
390
435
  :rtype: str
@@ -393,40 +438,38 @@ class ShowPrivateZoneResponse(SdkResponse):
393
438
 
394
439
  @updated_at.setter
395
440
  def updated_at(self, updated_at):
396
- """Sets the updated_at of this ShowPrivateZoneResponse.
441
+ r"""Sets the updated_at of this ShowPrivateZoneResponse.
397
442
 
398
- 更新时间。
443
+ **参数解释:** 域名的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
399
444
 
400
445
  :param updated_at: The updated_at of this ShowPrivateZoneResponse.
401
- :type: str
446
+ :type updated_at: str
402
447
  """
403
448
  self._updated_at = updated_at
404
449
 
405
450
  @property
406
451
  def links(self):
407
- """Gets the links of this ShowPrivateZoneResponse.
408
-
452
+ r"""Gets the links of this ShowPrivateZoneResponse.
409
453
 
410
454
  :return: The links of this ShowPrivateZoneResponse.
411
- :rtype: PageLink
455
+ :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
412
456
  """
413
457
  return self._links
414
458
 
415
459
  @links.setter
416
460
  def links(self, links):
417
- """Sets the links of this ShowPrivateZoneResponse.
418
-
461
+ r"""Sets the links of this ShowPrivateZoneResponse.
419
462
 
420
463
  :param links: The links of this ShowPrivateZoneResponse.
421
- :type: PageLink
464
+ :type links: :class:`huaweicloudsdkdns.v2.PageLink`
422
465
  """
423
466
  self._links = links
424
467
 
425
468
  @property
426
469
  def masters(self):
427
- """Gets the masters of this ShowPrivateZoneResponse.
470
+ r"""Gets the masters of this ShowPrivateZoneResponse.
428
471
 
429
- 主从模式中,从DNS服务器用以获取DNS信息。
472
+ **参数解释:** 主从模式中,从DNS服务器获取DNS信息。 **取值范围:** 不涉及。
430
473
 
431
474
  :return: The masters of this ShowPrivateZoneResponse.
432
475
  :rtype: list[str]
@@ -435,37 +478,81 @@ class ShowPrivateZoneResponse(SdkResponse):
435
478
 
436
479
  @masters.setter
437
480
  def masters(self, masters):
438
- """Sets the masters of this ShowPrivateZoneResponse.
481
+ r"""Sets the masters of this ShowPrivateZoneResponse.
439
482
 
440
- 主从模式中,从DNS服务器用以获取DNS信息。
483
+ **参数解释:** 主从模式中,从DNS服务器获取DNS信息。 **取值范围:** 不涉及。
441
484
 
442
485
  :param masters: The masters of this ShowPrivateZoneResponse.
443
- :type: list[str]
486
+ :type masters: list[str]
444
487
  """
445
488
  self._masters = masters
446
489
 
447
490
  @property
448
491
  def routers(self):
449
- """Gets the routers of this ShowPrivateZoneResponse.
492
+ r"""Gets the routers of this ShowPrivateZoneResponse.
450
493
 
451
- 与该zone关联的Router(VPC)列表。
494
+ **参数解释:** 与该域名关联的Router(VPC)列表。 **取值范围:** 不涉及。
452
495
 
453
496
  :return: The routers of this ShowPrivateZoneResponse.
454
- :rtype: list[Router]
497
+ :rtype: list[:class:`huaweicloudsdkdns.v2.Router`]
455
498
  """
456
499
  return self._routers
457
500
 
458
501
  @routers.setter
459
502
  def routers(self, routers):
460
- """Sets the routers of this ShowPrivateZoneResponse.
503
+ r"""Sets the routers of this ShowPrivateZoneResponse.
461
504
 
462
- 与该zone关联的Router(VPC)列表。
505
+ **参数解释:** 与该域名关联的Router(VPC)列表。 **取值范围:** 不涉及。
463
506
 
464
507
  :param routers: The routers of this ShowPrivateZoneResponse.
465
- :type: list[Router]
508
+ :type routers: list[:class:`huaweicloudsdkdns.v2.Router`]
466
509
  """
467
510
  self._routers = routers
468
511
 
512
+ @property
513
+ def proxy_pattern(self):
514
+ r"""Gets the proxy_pattern of this ShowPrivateZoneResponse.
515
+
516
+ **参数解释:** 内网域名的子域名递归解析代理模式。 **取值范围:** - AUTHORITY:当前域名未开启递归解析代理 - RECURSIVE:当前域名已开启递归解析代理
517
+
518
+ :return: The proxy_pattern of this ShowPrivateZoneResponse.
519
+ :rtype: str
520
+ """
521
+ return self._proxy_pattern
522
+
523
+ @proxy_pattern.setter
524
+ def proxy_pattern(self, proxy_pattern):
525
+ r"""Sets the proxy_pattern of this ShowPrivateZoneResponse.
526
+
527
+ **参数解释:** 内网域名的子域名递归解析代理模式。 **取值范围:** - AUTHORITY:当前域名未开启递归解析代理 - RECURSIVE:当前域名已开启递归解析代理
528
+
529
+ :param proxy_pattern: The proxy_pattern of this ShowPrivateZoneResponse.
530
+ :type proxy_pattern: str
531
+ """
532
+ self._proxy_pattern = proxy_pattern
533
+
534
+ @property
535
+ def enterprise_project_id(self):
536
+ r"""Gets the enterprise_project_id of this ShowPrivateZoneResponse.
537
+
538
+ **参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。
539
+
540
+ :return: The enterprise_project_id of this ShowPrivateZoneResponse.
541
+ :rtype: str
542
+ """
543
+ return self._enterprise_project_id
544
+
545
+ @enterprise_project_id.setter
546
+ def enterprise_project_id(self, enterprise_project_id):
547
+ r"""Sets the enterprise_project_id of this ShowPrivateZoneResponse.
548
+
549
+ **参数解释:** 域名所属的企业项目ID。可以使用该字段过滤企业项目下的域名。 **取值范围:** 最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。
550
+
551
+ :param enterprise_project_id: The enterprise_project_id of this ShowPrivateZoneResponse.
552
+ :type enterprise_project_id: str
553
+ """
554
+ self._enterprise_project_id = enterprise_project_id
555
+
469
556
  def to_dict(self):
470
557
  """Returns the model properties as a dict"""
471
558
  result = {}
@@ -495,10 +582,15 @@ class ShowPrivateZoneResponse(SdkResponse):
495
582
 
496
583
  def to_str(self):
497
584
  """Returns the string representation of the model"""
498
- return pprint.pformat(self.to_dict())
585
+ import simplejson as json
586
+ if six.PY2:
587
+ import sys
588
+ reload(sys)
589
+ sys.setdefaultencoding("utf-8")
590
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
499
591
 
500
592
  def __repr__(self):
501
- """For `print` and `pprint`"""
593
+ """For `print`"""
502
594
  return self.to_str()
503
595
 
504
596
  def __eq__(self, other):