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 LinksItem:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,7 +14,6 @@ class LinksItem:
19
14
  attribute_map (dict): The key is attribute name
20
15
  and the value is json key in definition.
21
16
  """
22
-
23
17
  sensitive_list = []
24
18
 
25
19
  openapi_types = {
@@ -33,7 +27,15 @@ class LinksItem:
33
27
  }
34
28
 
35
29
  def __init__(self, href=None, rel=None):
36
- """LinksItem - a model defined in huaweicloud sdk"""
30
+ r"""LinksItem
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param href: **参数解释:** 对应快捷链接。 **取值范围:** 不涉及。
35
+ :type href: str
36
+ :param rel: **参数解释:** 快捷链接标记名称。 **取值范围:** 不涉及。
37
+ :type rel: str
38
+ """
37
39
 
38
40
 
39
41
 
@@ -46,9 +48,9 @@ class LinksItem:
46
48
 
47
49
  @property
48
50
  def href(self):
49
- """Gets the href of this LinksItem.
51
+ r"""Gets the href of this LinksItem.
50
52
 
51
- 对应快捷链接。
53
+ **参数解释:** 对应快捷链接。 **取值范围:** 不涉及。
52
54
 
53
55
  :return: The href of this LinksItem.
54
56
  :rtype: str
@@ -57,20 +59,20 @@ class LinksItem:
57
59
 
58
60
  @href.setter
59
61
  def href(self, href):
60
- """Sets the href of this LinksItem.
62
+ r"""Sets the href of this LinksItem.
61
63
 
62
- 对应快捷链接。
64
+ **参数解释:** 对应快捷链接。 **取值范围:** 不涉及。
63
65
 
64
66
  :param href: The href of this LinksItem.
65
- :type: str
67
+ :type href: str
66
68
  """
67
69
  self._href = href
68
70
 
69
71
  @property
70
72
  def rel(self):
71
- """Gets the rel of this LinksItem.
73
+ r"""Gets the rel of this LinksItem.
72
74
 
73
- 快捷链接标记名称。
75
+ **参数解释:** 快捷链接标记名称。 **取值范围:** 不涉及。
74
76
 
75
77
  :return: The rel of this LinksItem.
76
78
  :rtype: str
@@ -79,12 +81,12 @@ class LinksItem:
79
81
 
80
82
  @rel.setter
81
83
  def rel(self, rel):
82
- """Sets the rel of this LinksItem.
84
+ r"""Sets the rel of this LinksItem.
83
85
 
84
- 快捷链接标记名称。
86
+ **参数解释:** 快捷链接标记名称。 **取值范围:** 不涉及。
85
87
 
86
88
  :param rel: The rel of this LinksItem.
87
- :type: str
89
+ :type rel: str
88
90
  """
89
91
  self._rel = rel
90
92
 
@@ -117,10 +119,15 @@ class LinksItem:
117
119
 
118
120
  def to_str(self):
119
121
  """Returns the string representation of the model"""
120
- return pprint.pformat(self.to_dict())
122
+ import simplejson as json
123
+ if six.PY2:
124
+ import sys
125
+ reload(sys)
126
+ sys.setdefaultencoding("utf-8")
127
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
121
128
 
122
129
  def __repr__(self):
123
- """For `print` and `pprint`"""
130
+ """For `print`"""
124
131
  return self.to_str()
125
132
 
126
133
  def __eq__(self, other):
@@ -1,17 +1,12 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
-
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
6
 
11
7
 
12
8
  class ListApiVersionsItem:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,7 +14,6 @@ class ListApiVersionsItem:
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 = {
@@ -35,7 +29,17 @@ class ListApiVersionsItem:
35
29
  }
36
30
 
37
31
  def __init__(self, status=None, id=None, links=None):
38
- """ListApiVersionsItem - a model defined in huaweicloud sdk"""
32
+ r"""ListApiVersionsItem
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param status: **参数解释:** 版本状态。 **取值范围:** - CURRENT:表示该版本为主推版本。 - SUPPORTED:表示为老版本,但是现在还在继续支持。 - DEPRECATED:表示为废弃版本,存在后续删除的可能。
37
+ :type status: str
38
+ :param id: **参数解释:** 版本号。 **取值范围:** v2。
39
+ :type id: str
40
+ :param links: **参数解释:** 指向当前版本的URL。 **取值范围:** 不涉及。
41
+ :type links: list[:class:`huaweicloudsdkdns.v2.LinksItem`]
42
+ """
39
43
 
40
44
 
41
45
 
@@ -53,9 +57,9 @@ class ListApiVersionsItem:
53
57
 
54
58
  @property
55
59
  def status(self):
56
- """Gets the status of this ListApiVersionsItem.
60
+ r"""Gets the status of this ListApiVersionsItem.
57
61
 
58
- 版本状态,包含: CURRENT:表示该版本为主推版本。 SUPPORTED:表示为老版本,但是现在还在继续支持。 DEPRECATED:表示为废弃版本,存在后续删除的可能。
62
+ **参数解释:** 版本状态。 **取值范围:** - CURRENT:表示该版本为主推版本。 - SUPPORTED:表示为老版本,但是现在还在继续支持。 - DEPRECATED:表示为废弃版本,存在后续删除的可能。
59
63
 
60
64
  :return: The status of this ListApiVersionsItem.
61
65
  :rtype: str
@@ -64,20 +68,20 @@ class ListApiVersionsItem:
64
68
 
65
69
  @status.setter
66
70
  def status(self, status):
67
- """Sets the status of this ListApiVersionsItem.
71
+ r"""Sets the status of this ListApiVersionsItem.
68
72
 
69
- 版本状态,包含: CURRENT:表示该版本为主推版本。 SUPPORTED:表示为老版本,但是现在还在继续支持。 DEPRECATED:表示为废弃版本,存在后续删除的可能。
73
+ **参数解释:** 版本状态。 **取值范围:** - CURRENT:表示该版本为主推版本。 - SUPPORTED:表示为老版本,但是现在还在继续支持。 - DEPRECATED:表示为废弃版本,存在后续删除的可能。
70
74
 
71
75
  :param status: The status of this ListApiVersionsItem.
72
- :type: str
76
+ :type status: str
73
77
  """
74
78
  self._status = status
75
79
 
76
80
  @property
77
81
  def id(self):
78
- """Gets the id of this ListApiVersionsItem.
82
+ r"""Gets the id of this ListApiVersionsItem.
79
83
 
80
- 版本号。
84
+ **参数解释:** 版本号。 **取值范围:** v2。
81
85
 
82
86
  :return: The id of this ListApiVersionsItem.
83
87
  :rtype: str
@@ -86,34 +90,34 @@ class ListApiVersionsItem:
86
90
 
87
91
  @id.setter
88
92
  def id(self, id):
89
- """Sets the id of this ListApiVersionsItem.
93
+ r"""Sets the id of this ListApiVersionsItem.
90
94
 
91
- 版本号。
95
+ **参数解释:** 版本号。 **取值范围:** v2。
92
96
 
93
97
  :param id: The id of this ListApiVersionsItem.
94
- :type: str
98
+ :type id: str
95
99
  """
96
100
  self._id = id
97
101
 
98
102
  @property
99
103
  def links(self):
100
- """Gets the links of this ListApiVersionsItem.
104
+ r"""Gets the links of this ListApiVersionsItem.
101
105
 
102
- 指向当前版本的url
106
+ **参数解释:** 指向当前版本的URL **取值范围:** 不涉及。
103
107
 
104
108
  :return: The links of this ListApiVersionsItem.
105
- :rtype: list[LinksItem]
109
+ :rtype: list[:class:`huaweicloudsdkdns.v2.LinksItem`]
106
110
  """
107
111
  return self._links
108
112
 
109
113
  @links.setter
110
114
  def links(self, links):
111
- """Sets the links of this ListApiVersionsItem.
115
+ r"""Sets the links of this ListApiVersionsItem.
112
116
 
113
- 指向当前版本的url
117
+ **参数解释:** 指向当前版本的URL **取值范围:** 不涉及。
114
118
 
115
119
  :param links: The links of this ListApiVersionsItem.
116
- :type: list[LinksItem]
120
+ :type links: list[:class:`huaweicloudsdkdns.v2.LinksItem`]
117
121
  """
118
122
  self._links = links
119
123
 
@@ -146,10 +150,15 @@ class ListApiVersionsItem:
146
150
 
147
151
  def to_str(self):
148
152
  """Returns the string representation of the model"""
149
- return pprint.pformat(self.to_dict())
153
+ import simplejson as json
154
+ if six.PY2:
155
+ import sys
156
+ reload(sys)
157
+ sys.setdefaultencoding("utf-8")
158
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
150
159
 
151
160
  def __repr__(self):
152
- """For `print` and `pprint`"""
161
+ """For `print`"""
153
162
  return self.to_str()
154
163
 
155
164
  def __eq__(self, other):
@@ -1,17 +1,12 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
-
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
6
 
11
7
 
12
8
  class ListApiVersionsRequest:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,7 +14,6 @@ class ListApiVersionsRequest:
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 = {
@@ -29,7 +23,11 @@ class ListApiVersionsRequest:
29
23
  }
30
24
 
31
25
  def __init__(self):
32
- """ListApiVersionsRequest - a model defined in huaweicloud sdk"""
26
+ r"""ListApiVersionsRequest
27
+
28
+ The model defined in huaweicloud sdk
29
+
30
+ """
33
31
 
34
32
 
35
33
  self.discriminator = None
@@ -63,10 +61,15 @@ class ListApiVersionsRequest:
63
61
 
64
62
  def to_str(self):
65
63
  """Returns the string representation of the model"""
66
- return pprint.pformat(self.to_dict())
64
+ import simplejson as json
65
+ if six.PY2:
66
+ import sys
67
+ reload(sys)
68
+ sys.setdefaultencoding("utf-8")
69
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
67
70
 
68
71
  def __repr__(self):
69
- """For `print` and `pprint`"""
72
+ """For `print`"""
70
73
  return self.to_str()
71
74
 
72
75
  def __eq__(self, other):
@@ -1,17 +1,13 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
5
  from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
7
 
11
8
 
12
9
  class ListApiVersionsResponse(SdkResponse):
13
10
 
14
-
15
11
  """
16
12
  Attributes:
17
13
  openapi_types (dict): The key is attribute name
@@ -19,7 +15,6 @@ class ListApiVersionsResponse(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 = {
@@ -31,9 +26,15 @@ class ListApiVersionsResponse(SdkResponse):
31
26
  }
32
27
 
33
28
  def __init__(self, versions=None):
34
- """ListApiVersionsResponse - a model defined in huaweicloud sdk"""
29
+ r"""ListApiVersionsResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param versions:
34
+ :type versions: :class:`huaweicloudsdkdns.v2.ValuesItem`
35
+ """
35
36
 
36
- super().__init__()
37
+ super(ListApiVersionsResponse, self).__init__()
37
38
 
38
39
  self._versions = None
39
40
  self.discriminator = None
@@ -43,21 +44,19 @@ class ListApiVersionsResponse(SdkResponse):
43
44
 
44
45
  @property
45
46
  def versions(self):
46
- """Gets the versions of this ListApiVersionsResponse.
47
-
47
+ r"""Gets the versions of this ListApiVersionsResponse.
48
48
 
49
49
  :return: The versions of this ListApiVersionsResponse.
50
- :rtype: ValuesItem
50
+ :rtype: :class:`huaweicloudsdkdns.v2.ValuesItem`
51
51
  """
52
52
  return self._versions
53
53
 
54
54
  @versions.setter
55
55
  def versions(self, versions):
56
- """Sets the versions of this ListApiVersionsResponse.
57
-
56
+ r"""Sets the versions of this ListApiVersionsResponse.
58
57
 
59
58
  :param versions: The versions of this ListApiVersionsResponse.
60
- :type: ValuesItem
59
+ :type versions: :class:`huaweicloudsdkdns.v2.ValuesItem`
61
60
  """
62
61
  self._versions = versions
63
62
 
@@ -90,10 +89,15 @@ class ListApiVersionsResponse(SdkResponse):
90
89
 
91
90
  def to_str(self):
92
91
  """Returns the string representation of the model"""
93
- return pprint.pformat(self.to_dict())
92
+ import simplejson as json
93
+ if six.PY2:
94
+ import sys
95
+ reload(sys)
96
+ sys.setdefaultencoding("utf-8")
97
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
94
98
 
95
99
  def __repr__(self):
96
- """For `print` and `pprint`"""
100
+ """For `print`"""
97
101
  return self.to_str()
98
102
 
99
103
  def __eq__(self, other):
@@ -1,17 +1,12 @@
1
1
  # coding: utf-8
2
2
 
3
- import pprint
4
- import re
5
-
6
3
  import six
7
4
 
8
-
9
-
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
10
6
 
11
7
 
12
8
  class ListCustomLineRequest:
13
9
 
14
-
15
10
  """
16
11
  Attributes:
17
12
  openapi_types (dict): The key is attribute name
@@ -19,7 +14,6 @@ class ListCustomLineRequest:
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 = {
@@ -27,7 +21,9 @@ class ListCustomLineRequest:
27
21
  'name': 'str',
28
22
  'limit': 'int',
29
23
  'offset': 'int',
30
- 'show_detail': 'bool'
24
+ 'show_detail': 'bool',
25
+ 'status': 'str',
26
+ 'ip': 'str'
31
27
  }
32
28
 
33
29
  attribute_map = {
@@ -35,11 +31,31 @@ class ListCustomLineRequest:
35
31
  'name': 'name',
36
32
  'limit': 'limit',
37
33
  'offset': 'offset',
38
- 'show_detail': 'show_detail'
34
+ 'show_detail': 'show_detail',
35
+ 'status': 'status',
36
+ 'ip': 'ip'
39
37
  }
40
38
 
41
- def __init__(self, line_id=None, name=None, limit=None, offset=None, show_detail=None):
42
- """ListCustomLineRequest - a model defined in huaweicloud sdk"""
39
+ def __init__(self, line_id=None, name=None, limit=None, offset=None, show_detail=None, status=None, ip=None):
40
+ r"""ListCustomLineRequest
41
+
42
+ The model defined in huaweicloud sdk
43
+
44
+ :param line_id: 解析线路ID。
45
+ :type line_id: str
46
+ :param name: 解析线路名称。
47
+ :type name: str
48
+ :param limit: 分页查询时配置每页返回的资源个数。 当查询详细信息时:取值范围:0~100取值一般为10,20,50默认为100。 当查询概要信息时:取值范围:0~3000默认为3000。
49
+ :type limit: int
50
+ :param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。。
51
+ :type offset: int
52
+ :param show_detail: 是否查询详细信息。 取值范围: true:是,查询详细信息。 false:否,不查询详细信息。 默认为true。
53
+ :type show_detail: bool
54
+ :param status: 资源状态。
55
+ :type status: str
56
+ :param ip: IP地址范围。
57
+ :type ip: str
58
+ """
43
59
 
44
60
 
45
61
 
@@ -48,6 +64,8 @@ class ListCustomLineRequest:
48
64
  self._limit = None
49
65
  self._offset = None
50
66
  self._show_detail = None
67
+ self._status = None
68
+ self._ip = None
51
69
  self.discriminator = None
52
70
 
53
71
  if line_id is not None:
@@ -60,11 +78,16 @@ class ListCustomLineRequest:
60
78
  self.offset = offset
61
79
  if show_detail is not None:
62
80
  self.show_detail = show_detail
81
+ if status is not None:
82
+ self.status = status
83
+ if ip is not None:
84
+ self.ip = ip
63
85
 
64
86
  @property
65
87
  def line_id(self):
66
- """Gets the line_id of this ListCustomLineRequest.
88
+ r"""Gets the line_id of this ListCustomLineRequest.
67
89
 
90
+ 解析线路ID。
68
91
 
69
92
  :return: The line_id of this ListCustomLineRequest.
70
93
  :rtype: str
@@ -73,18 +96,20 @@ class ListCustomLineRequest:
73
96
 
74
97
  @line_id.setter
75
98
  def line_id(self, line_id):
76
- """Sets the line_id of this ListCustomLineRequest.
99
+ r"""Sets the line_id of this ListCustomLineRequest.
77
100
 
101
+ 解析线路ID。
78
102
 
79
103
  :param line_id: The line_id of this ListCustomLineRequest.
80
- :type: str
104
+ :type line_id: str
81
105
  """
82
106
  self._line_id = line_id
83
107
 
84
108
  @property
85
109
  def name(self):
86
- """Gets the name of this ListCustomLineRequest.
110
+ r"""Gets the name of this ListCustomLineRequest.
87
111
 
112
+ 解析线路名称。
88
113
 
89
114
  :return: The name of this ListCustomLineRequest.
90
115
  :rtype: str
@@ -93,18 +118,20 @@ class ListCustomLineRequest:
93
118
 
94
119
  @name.setter
95
120
  def name(self, name):
96
- """Sets the name of this ListCustomLineRequest.
121
+ r"""Sets the name of this ListCustomLineRequest.
97
122
 
123
+ 解析线路名称。
98
124
 
99
125
  :param name: The name of this ListCustomLineRequest.
100
- :type: str
126
+ :type name: str
101
127
  """
102
128
  self._name = name
103
129
 
104
130
  @property
105
131
  def limit(self):
106
- """Gets the limit of this ListCustomLineRequest.
132
+ r"""Gets the limit of this ListCustomLineRequest.
107
133
 
134
+ 分页查询时配置每页返回的资源个数。 当查询详细信息时:取值范围:0~100取值一般为10,20,50默认为100。 当查询概要信息时:取值范围:0~3000默认为3000。
108
135
 
109
136
  :return: The limit of this ListCustomLineRequest.
110
137
  :rtype: int
@@ -113,18 +140,20 @@ class ListCustomLineRequest:
113
140
 
114
141
  @limit.setter
115
142
  def limit(self, limit):
116
- """Sets the limit of this ListCustomLineRequest.
143
+ r"""Sets the limit of this ListCustomLineRequest.
117
144
 
145
+ 分页查询时配置每页返回的资源个数。 当查询详细信息时:取值范围:0~100取值一般为10,20,50默认为100。 当查询概要信息时:取值范围:0~3000默认为3000。
118
146
 
119
147
  :param limit: The limit of this ListCustomLineRequest.
120
- :type: int
148
+ :type limit: int
121
149
  """
122
150
  self._limit = limit
123
151
 
124
152
  @property
125
153
  def offset(self):
126
- """Gets the offset of this ListCustomLineRequest.
154
+ r"""Gets the offset of this ListCustomLineRequest.
127
155
 
156
+ 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。。
128
157
 
129
158
  :return: The offset of this ListCustomLineRequest.
130
159
  :rtype: int
@@ -133,18 +162,20 @@ class ListCustomLineRequest:
133
162
 
134
163
  @offset.setter
135
164
  def offset(self, offset):
136
- """Sets the offset of this ListCustomLineRequest.
165
+ r"""Sets the offset of this ListCustomLineRequest.
137
166
 
167
+ 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。。
138
168
 
139
169
  :param offset: The offset of this ListCustomLineRequest.
140
- :type: int
170
+ :type offset: int
141
171
  """
142
172
  self._offset = offset
143
173
 
144
174
  @property
145
175
  def show_detail(self):
146
- """Gets the show_detail of this ListCustomLineRequest.
176
+ r"""Gets the show_detail of this ListCustomLineRequest.
147
177
 
178
+ 是否查询详细信息。 取值范围: true:是,查询详细信息。 false:否,不查询详细信息。 默认为true。
148
179
 
149
180
  :return: The show_detail of this ListCustomLineRequest.
150
181
  :rtype: bool
@@ -153,14 +184,59 @@ class ListCustomLineRequest:
153
184
 
154
185
  @show_detail.setter
155
186
  def show_detail(self, show_detail):
156
- """Sets the show_detail of this ListCustomLineRequest.
187
+ r"""Sets the show_detail of this ListCustomLineRequest.
157
188
 
189
+ 是否查询详细信息。 取值范围: true:是,查询详细信息。 false:否,不查询详细信息。 默认为true。
158
190
 
159
191
  :param show_detail: The show_detail of this ListCustomLineRequest.
160
- :type: bool
192
+ :type show_detail: bool
161
193
  """
162
194
  self._show_detail = show_detail
163
195
 
196
+ @property
197
+ def status(self):
198
+ r"""Gets the status of this ListCustomLineRequest.
199
+
200
+ 资源状态。
201
+
202
+ :return: The status of this ListCustomLineRequest.
203
+ :rtype: str
204
+ """
205
+ return self._status
206
+
207
+ @status.setter
208
+ def status(self, status):
209
+ r"""Sets the status of this ListCustomLineRequest.
210
+
211
+ 资源状态。
212
+
213
+ :param status: The status of this ListCustomLineRequest.
214
+ :type status: str
215
+ """
216
+ self._status = status
217
+
218
+ @property
219
+ def ip(self):
220
+ r"""Gets the ip of this ListCustomLineRequest.
221
+
222
+ IP地址范围。
223
+
224
+ :return: The ip of this ListCustomLineRequest.
225
+ :rtype: str
226
+ """
227
+ return self._ip
228
+
229
+ @ip.setter
230
+ def ip(self, ip):
231
+ r"""Sets the ip of this ListCustomLineRequest.
232
+
233
+ IP地址范围。
234
+
235
+ :param ip: The ip of this ListCustomLineRequest.
236
+ :type ip: str
237
+ """
238
+ self._ip = ip
239
+
164
240
  def to_dict(self):
165
241
  """Returns the model properties as a dict"""
166
242
  result = {}
@@ -190,10 +266,15 @@ class ListCustomLineRequest:
190
266
 
191
267
  def to_str(self):
192
268
  """Returns the string representation of the model"""
193
- return pprint.pformat(self.to_dict())
269
+ import simplejson as json
270
+ if six.PY2:
271
+ import sys
272
+ reload(sys)
273
+ sys.setdefaultencoding("utf-8")
274
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
194
275
 
195
276
  def __repr__(self):
196
- """For `print` and `pprint`"""
277
+ """For `print`"""
197
278
  return self.to_str()
198
279
 
199
280
  def __eq__(self, other):