huaweicloudsdkdns 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.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 (188) hide show
  1. huaweicloudsdkdns/v2/dns_async_client.py +59 -59
  2. huaweicloudsdkdns/v2/dns_client.py +59 -59
  3. huaweicloudsdkdns/v2/model/alias_target.py +5 -5
  4. huaweicloudsdkdns/v2/model/associate_router_request.py +5 -5
  5. huaweicloudsdkdns/v2/model/associate_router_request_body.py +3 -3
  6. huaweicloudsdkdns/v2/model/associate_router_response.py +7 -7
  7. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +9 -9
  8. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +7 -7
  9. huaweicloudsdkdns/v2/model/batch_create_tag_response.py +1 -1
  10. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +5 -5
  11. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
  12. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +7 -7
  13. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +3 -3
  14. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +5 -5
  15. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +5 -5
  16. huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +3 -3
  17. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +5 -5
  18. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +5 -5
  19. huaweicloudsdkdns/v2/model/batch_hand_tags.py +5 -5
  20. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +3 -3
  21. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +5 -5
  22. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +7 -7
  23. huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +3 -3
  24. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +5 -5
  25. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +7 -7
  26. huaweicloudsdkdns/v2/model/batch_update_record_set.py +11 -11
  27. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +5 -5
  28. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
  29. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +7 -7
  30. huaweicloudsdkdns/v2/model/create_custom_line_request.py +3 -3
  31. huaweicloudsdkdns/v2/model/create_custom_line_request_body.py +7 -7
  32. huaweicloudsdkdns/v2/model/create_custom_line_response.py +15 -15
  33. huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +7 -7
  34. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +19 -19
  35. huaweicloudsdkdns/v2/model/create_line_group_request.py +3 -3
  36. huaweicloudsdkdns/v2/model/create_line_group_response.py +15 -15
  37. huaweicloudsdkdns/v2/model/create_line_groups_req.py +7 -7
  38. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +15 -15
  39. huaweicloudsdkdns/v2/model/create_private_zone_req.py +19 -19
  40. huaweicloudsdkdns/v2/model/create_private_zone_request.py +3 -3
  41. huaweicloudsdkdns/v2/model/create_private_zone_response.py +35 -35
  42. huaweicloudsdkdns/v2/model/create_ptr_req.py +11 -11
  43. huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
  44. huaweicloudsdkdns/v2/model/create_public_zone_request.py +3 -3
  45. huaweicloudsdkdns/v2/model/create_public_zone_response.py +33 -33
  46. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +9 -9
  47. huaweicloudsdkdns/v2/model/create_record_set_request.py +5 -5
  48. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +15 -15
  49. huaweicloudsdkdns/v2/model/create_record_set_response.py +29 -29
  50. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +5 -5
  51. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +7 -7
  52. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +5 -5
  53. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +21 -21
  54. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +37 -37
  55. huaweicloudsdkdns/v2/model/create_tag_req.py +3 -3
  56. huaweicloudsdkdns/v2/model/create_tag_request.py +7 -7
  57. huaweicloudsdkdns/v2/model/create_tag_response.py +1 -1
  58. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
  59. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +15 -15
  60. huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
  61. huaweicloudsdkdns/v2/model/delete_line_group_response.py +15 -15
  62. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
  63. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +33 -33
  64. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
  65. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +31 -31
  66. huaweicloudsdkdns/v2/model/delete_record_set_request.py +5 -5
  67. huaweicloudsdkdns/v2/model/delete_record_set_response.py +29 -29
  68. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +5 -5
  69. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +37 -37
  70. huaweicloudsdkdns/v2/model/delete_tag_request.py +7 -7
  71. huaweicloudsdkdns/v2/model/delete_tag_response.py +1 -1
  72. huaweicloudsdkdns/v2/model/disassociate_router_request.py +5 -5
  73. huaweicloudsdkdns/v2/model/disassociate_router_response.py +7 -7
  74. huaweicloudsdkdns/v2/model/disassociaterouter_request_body.py +3 -3
  75. huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +9 -9
  76. huaweicloudsdkdns/v2/model/line.py +15 -15
  77. huaweicloudsdkdns/v2/model/link.py +3 -3
  78. huaweicloudsdkdns/v2/model/links_item.py +5 -5
  79. huaweicloudsdkdns/v2/model/list_api_versions_item.py +7 -7
  80. huaweicloudsdkdns/v2/model/list_api_versions_request.py +1 -1
  81. huaweicloudsdkdns/v2/model/list_api_versions_response.py +3 -3
  82. huaweicloudsdkdns/v2/model/list_custom_line_request.py +15 -15
  83. huaweicloudsdkdns/v2/model/list_custom_line_response.py +5 -5
  84. huaweicloudsdkdns/v2/model/list_line_groups_request.py +9 -9
  85. huaweicloudsdkdns/v2/model/list_line_groups_response.py +5 -5
  86. huaweicloudsdkdns/v2/model/list_name_servers_request.py +5 -5
  87. huaweicloudsdkdns/v2/model/list_name_servers_response.py +3 -3
  88. huaweicloudsdkdns/v2/model/list_private_zones_request.py +27 -27
  89. huaweicloudsdkdns/v2/model/list_private_zones_response.py +7 -7
  90. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +21 -21
  91. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +13 -13
  92. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +7 -7
  93. huaweicloudsdkdns/v2/model/list_public_zones_request.py +25 -25
  94. huaweicloudsdkdns/v2/model/list_public_zones_response.py +7 -7
  95. huaweicloudsdkdns/v2/model/list_record_sets.py +29 -29
  96. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +25 -25
  97. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +7 -7
  98. huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
  99. huaweicloudsdkdns/v2/model/list_record_sets_response.py +7 -7
  100. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
  101. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +7 -7
  102. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +31 -31
  103. huaweicloudsdkdns/v2/model/list_tag_req.py +17 -17
  104. huaweicloudsdkdns/v2/model/list_tag_request.py +5 -5
  105. huaweicloudsdkdns/v2/model/list_tag_response.py +5 -5
  106. huaweicloudsdkdns/v2/model/list_tags_request.py +3 -3
  107. huaweicloudsdkdns/v2/model/list_tags_response.py +3 -3
  108. huaweicloudsdkdns/v2/model/match.py +5 -5
  109. huaweicloudsdkdns/v2/model/metadata.py +3 -3
  110. huaweicloudsdkdns/v2/model/name_servers_resp.py +7 -7
  111. huaweicloudsdkdns/v2/model/nameserver.py +5 -5
  112. huaweicloudsdkdns/v2/model/ns_records.py +7 -7
  113. huaweicloudsdkdns/v2/model/page_link.py +5 -5
  114. huaweicloudsdkdns/v2/model/private_name_server.py +5 -5
  115. huaweicloudsdkdns/v2/model/private_zone_resp.py +39 -39
  116. huaweicloudsdkdns/v2/model/public_zone_resp.py +35 -35
  117. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +39 -39
  118. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +39 -39
  119. huaweicloudsdkdns/v2/model/recordset_data.py +37 -37
  120. huaweicloudsdkdns/v2/model/resource_item.py +9 -9
  121. huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +7 -7
  122. huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +1 -1
  123. huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
  124. huaweicloudsdkdns/v2/model/router.py +7 -7
  125. huaweicloudsdkdns/v2/model/router_with_status.py +7 -7
  126. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +5 -5
  127. huaweicloudsdkdns/v2/model/set_record_sets_status_request_body.py +3 -3
  128. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +39 -39
  129. huaweicloudsdkdns/v2/model/show_api_info_request.py +3 -3
  130. huaweicloudsdkdns/v2/model/show_api_info_response.py +3 -3
  131. huaweicloudsdkdns/v2/model/show_domain_quota_request.py +3 -3
  132. huaweicloudsdkdns/v2/model/show_domain_quota_response.py +3 -3
  133. huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
  134. huaweicloudsdkdns/v2/model/show_line_group_response.py +15 -15
  135. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
  136. huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +3 -3
  137. huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
  138. huaweicloudsdkdns/v2/model/show_private_zone_response.py +37 -37
  139. huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +5 -5
  140. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +19 -19
  141. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
  142. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
  143. huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
  144. huaweicloudsdkdns/v2/model/show_public_zone_response.py +33 -33
  145. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
  146. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +37 -37
  147. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +7 -7
  148. huaweicloudsdkdns/v2/model/show_record_set_request.py +5 -5
  149. huaweicloudsdkdns/v2/model/show_record_set_response.py +31 -31
  150. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +5 -5
  151. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +39 -39
  152. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +5 -5
  153. huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -3
  154. huaweicloudsdkdns/v2/model/tag.py +5 -5
  155. huaweicloudsdkdns/v2/model/tag_values.py +5 -5
  156. huaweicloudsdkdns/v2/model/update_custom_line_request.py +5 -5
  157. huaweicloudsdkdns/v2/model/update_custom_line_request_body.py +7 -7
  158. huaweicloudsdkdns/v2/model/update_custom_line_response.py +15 -15
  159. huaweicloudsdkdns/v2/model/update_line_groups_request.py +5 -5
  160. huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +7 -7
  161. huaweicloudsdkdns/v2/model/update_line_groups_response.py +15 -15
  162. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +7 -7
  163. huaweicloudsdkdns/v2/model/update_private_zone_request.py +5 -5
  164. huaweicloudsdkdns/v2/model/update_private_zone_response.py +33 -33
  165. huaweicloudsdkdns/v2/model/update_ptr_record_request.py +7 -7
  166. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +17 -17
  167. huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
  168. huaweicloudsdkdns/v2/model/update_public_zone_info.py +7 -7
  169. huaweicloudsdkdns/v2/model/update_public_zone_request.py +5 -5
  170. huaweicloudsdkdns/v2/model/update_public_zone_response.py +31 -31
  171. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +5 -5
  172. huaweicloudsdkdns/v2/model/update_public_zone_status_request_body.py +3 -3
  173. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +31 -31
  174. huaweicloudsdkdns/v2/model/update_record_set_req.py +11 -11
  175. huaweicloudsdkdns/v2/model/update_record_set_request.py +7 -7
  176. huaweicloudsdkdns/v2/model/update_record_set_response.py +29 -29
  177. huaweicloudsdkdns/v2/model/update_record_sets_req.py +13 -13
  178. huaweicloudsdkdns/v2/model/update_record_sets_request.py +7 -7
  179. huaweicloudsdkdns/v2/model/update_record_sets_response.py +37 -37
  180. huaweicloudsdkdns/v2/model/values_item.py +3 -3
  181. huaweicloudsdkdns/v2/model/version_item.py +13 -13
  182. huaweicloudsdkdns/v2/model/zone_data.py +31 -31
  183. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.143.dist-info/RECORD +192 -0
  185. huaweicloudsdkdns-3.1.142.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/top_level.txt +0 -0
@@ -61,7 +61,7 @@ class PrivateZoneResp:
61
61
  }
62
62
 
63
63
  def __init__(self, id=None, name=None, description=None, email=None, zone_type=None, ttl=None, serial=None, status=None, record_num=None, proxy_pattern=None, pool_id=None, project_id=None, created_at=None, updated_at=None, links=None, tags=None, masters=None, routers=None, enterprise_project_id=None):
64
- """PrivateZoneResp
64
+ r"""PrivateZoneResp
65
65
 
66
66
  The model defined in huaweicloud sdk
67
67
 
@@ -169,7 +169,7 @@ class PrivateZoneResp:
169
169
 
170
170
  @property
171
171
  def id(self):
172
- """Gets the id of this PrivateZoneResp.
172
+ r"""Gets the id of this PrivateZoneResp.
173
173
 
174
174
  zone的ID,uuid形式的一个资源标识。
175
175
 
@@ -180,7 +180,7 @@ class PrivateZoneResp:
180
180
 
181
181
  @id.setter
182
182
  def id(self, id):
183
- """Sets the id of this PrivateZoneResp.
183
+ r"""Sets the id of this PrivateZoneResp.
184
184
 
185
185
  zone的ID,uuid形式的一个资源标识。
186
186
 
@@ -191,7 +191,7 @@ class PrivateZoneResp:
191
191
 
192
192
  @property
193
193
  def name(self):
194
- """Gets the name of this PrivateZoneResp.
194
+ r"""Gets the name of this PrivateZoneResp.
195
195
 
196
196
  zone名称。
197
197
 
@@ -202,7 +202,7 @@ class PrivateZoneResp:
202
202
 
203
203
  @name.setter
204
204
  def name(self, name):
205
- """Sets the name of this PrivateZoneResp.
205
+ r"""Sets the name of this PrivateZoneResp.
206
206
 
207
207
  zone名称。
208
208
 
@@ -213,7 +213,7 @@ class PrivateZoneResp:
213
213
 
214
214
  @property
215
215
  def description(self):
216
- """Gets the description of this PrivateZoneResp.
216
+ r"""Gets the description of this PrivateZoneResp.
217
217
 
218
218
  对zone的描述信息。
219
219
 
@@ -224,7 +224,7 @@ class PrivateZoneResp:
224
224
 
225
225
  @description.setter
226
226
  def description(self, description):
227
- """Sets the description of this PrivateZoneResp.
227
+ r"""Sets the description of this PrivateZoneResp.
228
228
 
229
229
  对zone的描述信息。
230
230
 
@@ -235,7 +235,7 @@ class PrivateZoneResp:
235
235
 
236
236
  @property
237
237
  def email(self):
238
- """Gets the email of this PrivateZoneResp.
238
+ r"""Gets the email of this PrivateZoneResp.
239
239
 
240
240
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
241
241
 
@@ -246,7 +246,7 @@ class PrivateZoneResp:
246
246
 
247
247
  @email.setter
248
248
  def email(self, email):
249
- """Sets the email of this PrivateZoneResp.
249
+ r"""Sets the email of this PrivateZoneResp.
250
250
 
251
251
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
252
252
 
@@ -257,7 +257,7 @@ class PrivateZoneResp:
257
257
 
258
258
  @property
259
259
  def zone_type(self):
260
- """Gets the zone_type of this PrivateZoneResp.
260
+ r"""Gets the zone_type of this PrivateZoneResp.
261
261
 
262
262
  zone类型,内网(private)。
263
263
 
@@ -268,7 +268,7 @@ class PrivateZoneResp:
268
268
 
269
269
  @zone_type.setter
270
270
  def zone_type(self, zone_type):
271
- """Sets the zone_type of this PrivateZoneResp.
271
+ r"""Sets the zone_type of this PrivateZoneResp.
272
272
 
273
273
  zone类型,内网(private)。
274
274
 
@@ -279,7 +279,7 @@ class PrivateZoneResp:
279
279
 
280
280
  @property
281
281
  def ttl(self):
282
- """Gets the ttl of this PrivateZoneResp.
282
+ r"""Gets the ttl of this PrivateZoneResp.
283
283
 
284
284
  该zone下SOA记录中的ttl值。
285
285
 
@@ -290,7 +290,7 @@ class PrivateZoneResp:
290
290
 
291
291
  @ttl.setter
292
292
  def ttl(self, ttl):
293
- """Sets the ttl of this PrivateZoneResp.
293
+ r"""Sets the ttl of this PrivateZoneResp.
294
294
 
295
295
  该zone下SOA记录中的ttl值。
296
296
 
@@ -301,7 +301,7 @@ class PrivateZoneResp:
301
301
 
302
302
  @property
303
303
  def serial(self):
304
- """Gets the serial of this PrivateZoneResp.
304
+ r"""Gets the serial of this PrivateZoneResp.
305
305
 
306
306
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
307
307
 
@@ -312,7 +312,7 @@ class PrivateZoneResp:
312
312
 
313
313
  @serial.setter
314
314
  def serial(self, serial):
315
- """Sets the serial of this PrivateZoneResp.
315
+ r"""Sets the serial of this PrivateZoneResp.
316
316
 
317
317
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
318
318
 
@@ -323,7 +323,7 @@ class PrivateZoneResp:
323
323
 
324
324
  @property
325
325
  def status(self):
326
- """Gets the status of this PrivateZoneResp.
326
+ r"""Gets the status of this PrivateZoneResp.
327
327
 
328
328
  资源状态。
329
329
 
@@ -334,7 +334,7 @@ class PrivateZoneResp:
334
334
 
335
335
  @status.setter
336
336
  def status(self, status):
337
- """Sets the status of this PrivateZoneResp.
337
+ r"""Sets the status of this PrivateZoneResp.
338
338
 
339
339
  资源状态。
340
340
 
@@ -345,7 +345,7 @@ class PrivateZoneResp:
345
345
 
346
346
  @property
347
347
  def record_num(self):
348
- """Gets the record_num of this PrivateZoneResp.
348
+ r"""Gets the record_num of this PrivateZoneResp.
349
349
 
350
350
  该zone下的recordset个数。
351
351
 
@@ -356,7 +356,7 @@ class PrivateZoneResp:
356
356
 
357
357
  @record_num.setter
358
358
  def record_num(self, record_num):
359
- """Sets the record_num of this PrivateZoneResp.
359
+ r"""Sets the record_num of this PrivateZoneResp.
360
360
 
361
361
  该zone下的recordset个数。
362
362
 
@@ -367,7 +367,7 @@ class PrivateZoneResp:
367
367
 
368
368
  @property
369
369
  def proxy_pattern(self):
370
- """Gets the proxy_pattern of this PrivateZoneResp.
370
+ r"""Gets the proxy_pattern of this PrivateZoneResp.
371
371
 
372
372
  内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
373
373
 
@@ -378,7 +378,7 @@ class PrivateZoneResp:
378
378
 
379
379
  @proxy_pattern.setter
380
380
  def proxy_pattern(self, proxy_pattern):
381
- """Sets the proxy_pattern of this PrivateZoneResp.
381
+ r"""Sets the proxy_pattern of this PrivateZoneResp.
382
382
 
383
383
  内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
384
384
 
@@ -389,7 +389,7 @@ class PrivateZoneResp:
389
389
 
390
390
  @property
391
391
  def pool_id(self):
392
- """Gets the pool_id of this PrivateZoneResp.
392
+ r"""Gets the pool_id of this PrivateZoneResp.
393
393
 
394
394
  托管该zone的pool,由系统分配。
395
395
 
@@ -400,7 +400,7 @@ class PrivateZoneResp:
400
400
 
401
401
  @pool_id.setter
402
402
  def pool_id(self, pool_id):
403
- """Sets the pool_id of this PrivateZoneResp.
403
+ r"""Sets the pool_id of this PrivateZoneResp.
404
404
 
405
405
  托管该zone的pool,由系统分配。
406
406
 
@@ -411,7 +411,7 @@ class PrivateZoneResp:
411
411
 
412
412
  @property
413
413
  def project_id(self):
414
- """Gets the project_id of this PrivateZoneResp.
414
+ r"""Gets the project_id of this PrivateZoneResp.
415
415
 
416
416
  zone所属的项目ID。
417
417
 
@@ -422,7 +422,7 @@ class PrivateZoneResp:
422
422
 
423
423
  @project_id.setter
424
424
  def project_id(self, project_id):
425
- """Sets the project_id of this PrivateZoneResp.
425
+ r"""Sets the project_id of this PrivateZoneResp.
426
426
 
427
427
  zone所属的项目ID。
428
428
 
@@ -433,7 +433,7 @@ class PrivateZoneResp:
433
433
 
434
434
  @property
435
435
  def created_at(self):
436
- """Gets the created_at of this PrivateZoneResp.
436
+ r"""Gets the created_at of this PrivateZoneResp.
437
437
 
438
438
  创建时间。
439
439
 
@@ -444,7 +444,7 @@ class PrivateZoneResp:
444
444
 
445
445
  @created_at.setter
446
446
  def created_at(self, created_at):
447
- """Sets the created_at of this PrivateZoneResp.
447
+ r"""Sets the created_at of this PrivateZoneResp.
448
448
 
449
449
  创建时间。
450
450
 
@@ -455,7 +455,7 @@ class PrivateZoneResp:
455
455
 
456
456
  @property
457
457
  def updated_at(self):
458
- """Gets the updated_at of this PrivateZoneResp.
458
+ r"""Gets the updated_at of this PrivateZoneResp.
459
459
 
460
460
  更新时间。
461
461
 
@@ -466,7 +466,7 @@ class PrivateZoneResp:
466
466
 
467
467
  @updated_at.setter
468
468
  def updated_at(self, updated_at):
469
- """Sets the updated_at of this PrivateZoneResp.
469
+ r"""Sets the updated_at of this PrivateZoneResp.
470
470
 
471
471
  更新时间。
472
472
 
@@ -477,7 +477,7 @@ class PrivateZoneResp:
477
477
 
478
478
  @property
479
479
  def links(self):
480
- """Gets the links of this PrivateZoneResp.
480
+ r"""Gets the links of this PrivateZoneResp.
481
481
 
482
482
  :return: The links of this PrivateZoneResp.
483
483
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -486,7 +486,7 @@ class PrivateZoneResp:
486
486
 
487
487
  @links.setter
488
488
  def links(self, links):
489
- """Sets the links of this PrivateZoneResp.
489
+ r"""Sets the links of this PrivateZoneResp.
490
490
 
491
491
  :param links: The links of this PrivateZoneResp.
492
492
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -495,7 +495,7 @@ class PrivateZoneResp:
495
495
 
496
496
  @property
497
497
  def tags(self):
498
- """Gets the tags of this PrivateZoneResp.
498
+ r"""Gets the tags of this PrivateZoneResp.
499
499
 
500
500
  资源标签。
501
501
 
@@ -506,7 +506,7 @@ class PrivateZoneResp:
506
506
 
507
507
  @tags.setter
508
508
  def tags(self, tags):
509
- """Sets the tags of this PrivateZoneResp.
509
+ r"""Sets the tags of this PrivateZoneResp.
510
510
 
511
511
  资源标签。
512
512
 
@@ -517,7 +517,7 @@ class PrivateZoneResp:
517
517
 
518
518
  @property
519
519
  def masters(self):
520
- """Gets the masters of this PrivateZoneResp.
520
+ r"""Gets the masters of this PrivateZoneResp.
521
521
 
522
522
  主从模式中,从DNS服务器获取DNS信息。
523
523
 
@@ -528,7 +528,7 @@ class PrivateZoneResp:
528
528
 
529
529
  @masters.setter
530
530
  def masters(self, masters):
531
- """Sets the masters of this PrivateZoneResp.
531
+ r"""Sets the masters of this PrivateZoneResp.
532
532
 
533
533
  主从模式中,从DNS服务器获取DNS信息。
534
534
 
@@ -539,7 +539,7 @@ class PrivateZoneResp:
539
539
 
540
540
  @property
541
541
  def routers(self):
542
- """Gets the routers of this PrivateZoneResp.
542
+ r"""Gets the routers of this PrivateZoneResp.
543
543
 
544
544
  与该zone关联的Router(VPC)列表。
545
545
 
@@ -550,7 +550,7 @@ class PrivateZoneResp:
550
550
 
551
551
  @routers.setter
552
552
  def routers(self, routers):
553
- """Sets the routers of this PrivateZoneResp.
553
+ r"""Sets the routers of this PrivateZoneResp.
554
554
 
555
555
  与该zone关联的Router(VPC)列表。
556
556
 
@@ -561,7 +561,7 @@ class PrivateZoneResp:
561
561
 
562
562
  @property
563
563
  def enterprise_project_id(self):
564
- """Gets the enterprise_project_id of this PrivateZoneResp.
564
+ r"""Gets the enterprise_project_id of this PrivateZoneResp.
565
565
 
566
566
  域名关联的企业项目ID,长度不超过36个字符。
567
567
 
@@ -572,7 +572,7 @@ class PrivateZoneResp:
572
572
 
573
573
  @enterprise_project_id.setter
574
574
  def enterprise_project_id(self, enterprise_project_id):
575
- """Sets the enterprise_project_id of this PrivateZoneResp.
575
+ r"""Sets the enterprise_project_id of this PrivateZoneResp.
576
576
 
577
577
  域名关联的企业项目ID,长度不超过36个字符。
578
578
 
@@ -57,7 +57,7 @@ class PublicZoneResp:
57
57
  }
58
58
 
59
59
  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, tags=None, masters=None, enterprise_project_id=None):
60
- """PublicZoneResp
60
+ r"""PublicZoneResp
61
61
 
62
62
  The model defined in huaweicloud sdk
63
63
 
@@ -155,7 +155,7 @@ class PublicZoneResp:
155
155
 
156
156
  @property
157
157
  def id(self):
158
- """Gets the id of this PublicZoneResp.
158
+ r"""Gets the id of this PublicZoneResp.
159
159
 
160
160
  zone的ID,uuid形式的一个资源标识。
161
161
 
@@ -166,7 +166,7 @@ class PublicZoneResp:
166
166
 
167
167
  @id.setter
168
168
  def id(self, id):
169
- """Sets the id of this PublicZoneResp.
169
+ r"""Sets the id of this PublicZoneResp.
170
170
 
171
171
  zone的ID,uuid形式的一个资源标识。
172
172
 
@@ -177,7 +177,7 @@ class PublicZoneResp:
177
177
 
178
178
  @property
179
179
  def name(self):
180
- """Gets the name of this PublicZoneResp.
180
+ r"""Gets the name of this PublicZoneResp.
181
181
 
182
182
  zone名称。
183
183
 
@@ -188,7 +188,7 @@ class PublicZoneResp:
188
188
 
189
189
  @name.setter
190
190
  def name(self, name):
191
- """Sets the name of this PublicZoneResp.
191
+ r"""Sets the name of this PublicZoneResp.
192
192
 
193
193
  zone名称。
194
194
 
@@ -199,7 +199,7 @@ class PublicZoneResp:
199
199
 
200
200
  @property
201
201
  def description(self):
202
- """Gets the description of this PublicZoneResp.
202
+ r"""Gets the description of this PublicZoneResp.
203
203
 
204
204
  对zone的描述信息。
205
205
 
@@ -210,7 +210,7 @@ class PublicZoneResp:
210
210
 
211
211
  @description.setter
212
212
  def description(self, description):
213
- """Sets the description of this PublicZoneResp.
213
+ r"""Sets the description of this PublicZoneResp.
214
214
 
215
215
  对zone的描述信息。
216
216
 
@@ -221,7 +221,7 @@ class PublicZoneResp:
221
221
 
222
222
  @property
223
223
  def email(self):
224
- """Gets the email of this PublicZoneResp.
224
+ r"""Gets the email of this PublicZoneResp.
225
225
 
226
226
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
227
227
 
@@ -232,7 +232,7 @@ class PublicZoneResp:
232
232
 
233
233
  @email.setter
234
234
  def email(self, email):
235
- """Sets the email of this PublicZoneResp.
235
+ r"""Sets the email of this PublicZoneResp.
236
236
 
237
237
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
238
238
 
@@ -243,7 +243,7 @@ class PublicZoneResp:
243
243
 
244
244
  @property
245
245
  def zone_type(self):
246
- """Gets the zone_type of this PublicZoneResp.
246
+ r"""Gets the zone_type of this PublicZoneResp.
247
247
 
248
248
  zone类型,公网(public)。
249
249
 
@@ -254,7 +254,7 @@ class PublicZoneResp:
254
254
 
255
255
  @zone_type.setter
256
256
  def zone_type(self, zone_type):
257
- """Sets the zone_type of this PublicZoneResp.
257
+ r"""Sets the zone_type of this PublicZoneResp.
258
258
 
259
259
  zone类型,公网(public)。
260
260
 
@@ -265,7 +265,7 @@ class PublicZoneResp:
265
265
 
266
266
  @property
267
267
  def ttl(self):
268
- """Gets the ttl of this PublicZoneResp.
268
+ r"""Gets the ttl of this PublicZoneResp.
269
269
 
270
270
  该zone下SOA记录中的ttl值。
271
271
 
@@ -276,7 +276,7 @@ class PublicZoneResp:
276
276
 
277
277
  @ttl.setter
278
278
  def ttl(self, ttl):
279
- """Sets the ttl of this PublicZoneResp.
279
+ r"""Sets the ttl of this PublicZoneResp.
280
280
 
281
281
  该zone下SOA记录中的ttl值。
282
282
 
@@ -287,7 +287,7 @@ class PublicZoneResp:
287
287
 
288
288
  @property
289
289
  def serial(self):
290
- """Gets the serial of this PublicZoneResp.
290
+ r"""Gets the serial of this PublicZoneResp.
291
291
 
292
292
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
293
293
 
@@ -298,7 +298,7 @@ class PublicZoneResp:
298
298
 
299
299
  @serial.setter
300
300
  def serial(self, serial):
301
- """Sets the serial of this PublicZoneResp.
301
+ r"""Sets the serial of this PublicZoneResp.
302
302
 
303
303
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
304
304
 
@@ -309,7 +309,7 @@ class PublicZoneResp:
309
309
 
310
310
  @property
311
311
  def status(self):
312
- """Gets the status of this PublicZoneResp.
312
+ r"""Gets the status of this PublicZoneResp.
313
313
 
314
314
  资源状态。
315
315
 
@@ -320,7 +320,7 @@ class PublicZoneResp:
320
320
 
321
321
  @status.setter
322
322
  def status(self, status):
323
- """Sets the status of this PublicZoneResp.
323
+ r"""Sets the status of this PublicZoneResp.
324
324
 
325
325
  资源状态。
326
326
 
@@ -331,7 +331,7 @@ class PublicZoneResp:
331
331
 
332
332
  @property
333
333
  def record_num(self):
334
- """Gets the record_num of this PublicZoneResp.
334
+ r"""Gets the record_num of this PublicZoneResp.
335
335
 
336
336
  该zone下的recordset个数。
337
337
 
@@ -342,7 +342,7 @@ class PublicZoneResp:
342
342
 
343
343
  @record_num.setter
344
344
  def record_num(self, record_num):
345
- """Sets the record_num of this PublicZoneResp.
345
+ r"""Sets the record_num of this PublicZoneResp.
346
346
 
347
347
  该zone下的recordset个数。
348
348
 
@@ -353,7 +353,7 @@ class PublicZoneResp:
353
353
 
354
354
  @property
355
355
  def pool_id(self):
356
- """Gets the pool_id of this PublicZoneResp.
356
+ r"""Gets the pool_id of this PublicZoneResp.
357
357
 
358
358
  托管该zone的pool,由系统分配。
359
359
 
@@ -364,7 +364,7 @@ class PublicZoneResp:
364
364
 
365
365
  @pool_id.setter
366
366
  def pool_id(self, pool_id):
367
- """Sets the pool_id of this PublicZoneResp.
367
+ r"""Sets the pool_id of this PublicZoneResp.
368
368
 
369
369
  托管该zone的pool,由系统分配。
370
370
 
@@ -375,7 +375,7 @@ class PublicZoneResp:
375
375
 
376
376
  @property
377
377
  def project_id(self):
378
- """Gets the project_id of this PublicZoneResp.
378
+ r"""Gets the project_id of this PublicZoneResp.
379
379
 
380
380
  zone所属的项目ID。
381
381
 
@@ -386,7 +386,7 @@ class PublicZoneResp:
386
386
 
387
387
  @project_id.setter
388
388
  def project_id(self, project_id):
389
- """Sets the project_id of this PublicZoneResp.
389
+ r"""Sets the project_id of this PublicZoneResp.
390
390
 
391
391
  zone所属的项目ID。
392
392
 
@@ -397,7 +397,7 @@ class PublicZoneResp:
397
397
 
398
398
  @property
399
399
  def created_at(self):
400
- """Gets the created_at of this PublicZoneResp.
400
+ r"""Gets the created_at of this PublicZoneResp.
401
401
 
402
402
  创建时间。
403
403
 
@@ -408,7 +408,7 @@ class PublicZoneResp:
408
408
 
409
409
  @created_at.setter
410
410
  def created_at(self, created_at):
411
- """Sets the created_at of this PublicZoneResp.
411
+ r"""Sets the created_at of this PublicZoneResp.
412
412
 
413
413
  创建时间。
414
414
 
@@ -419,7 +419,7 @@ class PublicZoneResp:
419
419
 
420
420
  @property
421
421
  def updated_at(self):
422
- """Gets the updated_at of this PublicZoneResp.
422
+ r"""Gets the updated_at of this PublicZoneResp.
423
423
 
424
424
  更新时间。
425
425
 
@@ -430,7 +430,7 @@ class PublicZoneResp:
430
430
 
431
431
  @updated_at.setter
432
432
  def updated_at(self, updated_at):
433
- """Sets the updated_at of this PublicZoneResp.
433
+ r"""Sets the updated_at of this PublicZoneResp.
434
434
 
435
435
  更新时间。
436
436
 
@@ -441,7 +441,7 @@ class PublicZoneResp:
441
441
 
442
442
  @property
443
443
  def links(self):
444
- """Gets the links of this PublicZoneResp.
444
+ r"""Gets the links of this PublicZoneResp.
445
445
 
446
446
  :return: The links of this PublicZoneResp.
447
447
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -450,7 +450,7 @@ class PublicZoneResp:
450
450
 
451
451
  @links.setter
452
452
  def links(self, links):
453
- """Sets the links of this PublicZoneResp.
453
+ r"""Sets the links of this PublicZoneResp.
454
454
 
455
455
  :param links: The links of this PublicZoneResp.
456
456
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -459,7 +459,7 @@ class PublicZoneResp:
459
459
 
460
460
  @property
461
461
  def tags(self):
462
- """Gets the tags of this PublicZoneResp.
462
+ r"""Gets the tags of this PublicZoneResp.
463
463
 
464
464
  资源标签。
465
465
 
@@ -470,7 +470,7 @@ class PublicZoneResp:
470
470
 
471
471
  @tags.setter
472
472
  def tags(self, tags):
473
- """Sets the tags of this PublicZoneResp.
473
+ r"""Sets the tags of this PublicZoneResp.
474
474
 
475
475
  资源标签。
476
476
 
@@ -481,7 +481,7 @@ class PublicZoneResp:
481
481
 
482
482
  @property
483
483
  def masters(self):
484
- """Gets the masters of this PublicZoneResp.
484
+ r"""Gets the masters of this PublicZoneResp.
485
485
 
486
486
  主从模式中,从DNS服务器获取DNS信息。
487
487
 
@@ -492,7 +492,7 @@ class PublicZoneResp:
492
492
 
493
493
  @masters.setter
494
494
  def masters(self, masters):
495
- """Sets the masters of this PublicZoneResp.
495
+ r"""Sets the masters of this PublicZoneResp.
496
496
 
497
497
  主从模式中,从DNS服务器获取DNS信息。
498
498
 
@@ -503,7 +503,7 @@ class PublicZoneResp:
503
503
 
504
504
  @property
505
505
  def enterprise_project_id(self):
506
- """Gets the enterprise_project_id of this PublicZoneResp.
506
+ r"""Gets the enterprise_project_id of this PublicZoneResp.
507
507
 
508
508
  域名关联的企业项目ID,长度不超过36个字符。
509
509
 
@@ -514,7 +514,7 @@ class PublicZoneResp:
514
514
 
515
515
  @enterprise_project_id.setter
516
516
  def enterprise_project_id(self, enterprise_project_id):
517
- """Sets the enterprise_project_id of this PublicZoneResp.
517
+ r"""Sets the enterprise_project_id of this PublicZoneResp.
518
518
 
519
519
  域名关联的企业项目ID,长度不超过36个字符。
520
520