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
@@ -59,7 +59,7 @@ class RecordsetData:
59
59
  }
60
60
 
61
61
  def __init__(self, id=None, name=None, description=None, type=None, ttl=None, records=None, status=None, zone_id=None, zone_name=None, line=None, alias_target=None, created_at=None, updated_at=None, health_check_id=None, default=None, project_id=None, links=None, weight=None):
62
- """RecordsetData
62
+ r"""RecordsetData
63
63
 
64
64
  The model defined in huaweicloud sdk
65
65
 
@@ -162,7 +162,7 @@ class RecordsetData:
162
162
 
163
163
  @property
164
164
  def id(self):
165
- """Gets the id of this RecordsetData.
165
+ r"""Gets the id of this RecordsetData.
166
166
 
167
167
  Record Set的ID。
168
168
 
@@ -173,7 +173,7 @@ class RecordsetData:
173
173
 
174
174
  @id.setter
175
175
  def id(self, id):
176
- """Sets the id of this RecordsetData.
176
+ r"""Sets the id of this RecordsetData.
177
177
 
178
178
  Record Set的ID。
179
179
 
@@ -184,7 +184,7 @@ class RecordsetData:
184
184
 
185
185
  @property
186
186
  def name(self):
187
- """Gets the name of this RecordsetData.
187
+ r"""Gets the name of this RecordsetData.
188
188
 
189
189
  Record Set的名称。
190
190
 
@@ -195,7 +195,7 @@ class RecordsetData:
195
195
 
196
196
  @name.setter
197
197
  def name(self, name):
198
- """Sets the name of this RecordsetData.
198
+ r"""Sets the name of this RecordsetData.
199
199
 
200
200
  Record Set的名称。
201
201
 
@@ -206,7 +206,7 @@ class RecordsetData:
206
206
 
207
207
  @property
208
208
  def description(self):
209
- """Gets the description of this RecordsetData.
209
+ r"""Gets the description of this RecordsetData.
210
210
 
211
211
  Record Set的描述信息。
212
212
 
@@ -217,7 +217,7 @@ class RecordsetData:
217
217
 
218
218
  @description.setter
219
219
  def description(self, description):
220
- """Sets the description of this RecordsetData.
220
+ r"""Sets the description of this RecordsetData.
221
221
 
222
222
  Record Set的描述信息。
223
223
 
@@ -228,7 +228,7 @@ class RecordsetData:
228
228
 
229
229
  @property
230
230
  def type(self):
231
- """Gets the type of this RecordsetData.
231
+ r"""Gets the type of this RecordsetData.
232
232
 
233
233
  记录类型。
234
234
 
@@ -239,7 +239,7 @@ class RecordsetData:
239
239
 
240
240
  @type.setter
241
241
  def type(self, type):
242
- """Sets the type of this RecordsetData.
242
+ r"""Sets the type of this RecordsetData.
243
243
 
244
244
  记录类型。
245
245
 
@@ -250,7 +250,7 @@ class RecordsetData:
250
250
 
251
251
  @property
252
252
  def ttl(self):
253
- """Gets the ttl of this RecordsetData.
253
+ r"""Gets the ttl of this RecordsetData.
254
254
 
255
255
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
256
256
 
@@ -261,7 +261,7 @@ class RecordsetData:
261
261
 
262
262
  @ttl.setter
263
263
  def ttl(self, ttl):
264
- """Sets the ttl of this RecordsetData.
264
+ r"""Sets the ttl of this RecordsetData.
265
265
 
266
266
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
267
267
 
@@ -272,7 +272,7 @@ class RecordsetData:
272
272
 
273
273
  @property
274
274
  def records(self):
275
- """Gets the records of this RecordsetData.
275
+ r"""Gets the records of this RecordsetData.
276
276
 
277
277
  域名解析后的值。
278
278
 
@@ -283,7 +283,7 @@ class RecordsetData:
283
283
 
284
284
  @records.setter
285
285
  def records(self, records):
286
- """Sets the records of this RecordsetData.
286
+ r"""Sets the records of this RecordsetData.
287
287
 
288
288
  域名解析后的值。
289
289
 
@@ -294,7 +294,7 @@ class RecordsetData:
294
294
 
295
295
  @property
296
296
  def status(self):
297
- """Gets the status of this RecordsetData.
297
+ r"""Gets the status of this RecordsetData.
298
298
 
299
299
  资源状态。
300
300
 
@@ -305,7 +305,7 @@ class RecordsetData:
305
305
 
306
306
  @status.setter
307
307
  def status(self, status):
308
- """Sets the status of this RecordsetData.
308
+ r"""Sets the status of this RecordsetData.
309
309
 
310
310
  资源状态。
311
311
 
@@ -316,7 +316,7 @@ class RecordsetData:
316
316
 
317
317
  @property
318
318
  def zone_id(self):
319
- """Gets the zone_id of this RecordsetData.
319
+ r"""Gets the zone_id of this RecordsetData.
320
320
 
321
321
  托管该记录的zone_id。
322
322
 
@@ -327,7 +327,7 @@ class RecordsetData:
327
327
 
328
328
  @zone_id.setter
329
329
  def zone_id(self, zone_id):
330
- """Sets the zone_id of this RecordsetData.
330
+ r"""Sets the zone_id of this RecordsetData.
331
331
 
332
332
  托管该记录的zone_id。
333
333
 
@@ -338,7 +338,7 @@ class RecordsetData:
338
338
 
339
339
  @property
340
340
  def zone_name(self):
341
- """Gets the zone_name of this RecordsetData.
341
+ r"""Gets the zone_name of this RecordsetData.
342
342
 
343
343
  托管该记录的zone_name。
344
344
 
@@ -349,7 +349,7 @@ class RecordsetData:
349
349
 
350
350
  @zone_name.setter
351
351
  def zone_name(self, zone_name):
352
- """Sets the zone_name of this RecordsetData.
352
+ r"""Sets the zone_name of this RecordsetData.
353
353
 
354
354
  托管该记录的zone_name。
355
355
 
@@ -360,7 +360,7 @@ class RecordsetData:
360
360
 
361
361
  @property
362
362
  def line(self):
363
- """Gets the line of this RecordsetData.
363
+ r"""Gets the line of this RecordsetData.
364
364
 
365
365
  解析线路ID。
366
366
 
@@ -371,7 +371,7 @@ class RecordsetData:
371
371
 
372
372
  @line.setter
373
373
  def line(self, line):
374
- """Sets the line of this RecordsetData.
374
+ r"""Sets the line of this RecordsetData.
375
375
 
376
376
  解析线路ID。
377
377
 
@@ -382,7 +382,7 @@ class RecordsetData:
382
382
 
383
383
  @property
384
384
  def alias_target(self):
385
- """Gets the alias_target of this RecordsetData.
385
+ r"""Gets the alias_target of this RecordsetData.
386
386
 
387
387
  :return: The alias_target of this RecordsetData.
388
388
  :rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -391,7 +391,7 @@ class RecordsetData:
391
391
 
392
392
  @alias_target.setter
393
393
  def alias_target(self, alias_target):
394
- """Sets the alias_target of this RecordsetData.
394
+ r"""Sets the alias_target of this RecordsetData.
395
395
 
396
396
  :param alias_target: The alias_target of this RecordsetData.
397
397
  :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -400,7 +400,7 @@ class RecordsetData:
400
400
 
401
401
  @property
402
402
  def created_at(self):
403
- """Gets the created_at of this RecordsetData.
403
+ r"""Gets the created_at of this RecordsetData.
404
404
 
405
405
  创建时间。
406
406
 
@@ -411,7 +411,7 @@ class RecordsetData:
411
411
 
412
412
  @created_at.setter
413
413
  def created_at(self, created_at):
414
- """Sets the created_at of this RecordsetData.
414
+ r"""Sets the created_at of this RecordsetData.
415
415
 
416
416
  创建时间。
417
417
 
@@ -422,7 +422,7 @@ class RecordsetData:
422
422
 
423
423
  @property
424
424
  def updated_at(self):
425
- """Gets the updated_at of this RecordsetData.
425
+ r"""Gets the updated_at of this RecordsetData.
426
426
 
427
427
  更新时间。
428
428
 
@@ -433,7 +433,7 @@ class RecordsetData:
433
433
 
434
434
  @updated_at.setter
435
435
  def updated_at(self, updated_at):
436
- """Sets the updated_at of this RecordsetData.
436
+ r"""Sets the updated_at of this RecordsetData.
437
437
 
438
438
  更新时间。
439
439
 
@@ -444,7 +444,7 @@ class RecordsetData:
444
444
 
445
445
  @property
446
446
  def health_check_id(self):
447
- """Gets the health_check_id of this RecordsetData.
447
+ r"""Gets the health_check_id of this RecordsetData.
448
448
 
449
449
  健康检查ID。
450
450
 
@@ -455,7 +455,7 @@ class RecordsetData:
455
455
 
456
456
  @health_check_id.setter
457
457
  def health_check_id(self, health_check_id):
458
- """Sets the health_check_id of this RecordsetData.
458
+ r"""Sets the health_check_id of this RecordsetData.
459
459
 
460
460
  健康检查ID。
461
461
 
@@ -466,7 +466,7 @@ class RecordsetData:
466
466
 
467
467
  @property
468
468
  def default(self):
469
- """Gets the default of this RecordsetData.
469
+ r"""Gets the default of this RecordsetData.
470
470
 
471
471
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
472
472
 
@@ -477,7 +477,7 @@ class RecordsetData:
477
477
 
478
478
  @default.setter
479
479
  def default(self, default):
480
- """Sets the default of this RecordsetData.
480
+ r"""Sets the default of this RecordsetData.
481
481
 
482
482
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
483
483
 
@@ -488,7 +488,7 @@ class RecordsetData:
488
488
 
489
489
  @property
490
490
  def project_id(self):
491
- """Gets the project_id of this RecordsetData.
491
+ r"""Gets the project_id of this RecordsetData.
492
492
 
493
493
  该Record Set所属的项目ID。
494
494
 
@@ -499,7 +499,7 @@ class RecordsetData:
499
499
 
500
500
  @project_id.setter
501
501
  def project_id(self, project_id):
502
- """Sets the project_id of this RecordsetData.
502
+ r"""Sets the project_id of this RecordsetData.
503
503
 
504
504
  该Record Set所属的项目ID。
505
505
 
@@ -510,7 +510,7 @@ class RecordsetData:
510
510
 
511
511
  @property
512
512
  def links(self):
513
- """Gets the links of this RecordsetData.
513
+ r"""Gets the links of this RecordsetData.
514
514
 
515
515
  :return: The links of this RecordsetData.
516
516
  :rtype: :class:`huaweicloudsdkdns.v2.Link`
@@ -519,7 +519,7 @@ class RecordsetData:
519
519
 
520
520
  @links.setter
521
521
  def links(self, links):
522
- """Sets the links of this RecordsetData.
522
+ r"""Sets the links of this RecordsetData.
523
523
 
524
524
  :param links: The links of this RecordsetData.
525
525
  :type links: :class:`huaweicloudsdkdns.v2.Link`
@@ -528,7 +528,7 @@ class RecordsetData:
528
528
 
529
529
  @property
530
530
  def weight(self):
531
- """Gets the weight of this RecordsetData.
531
+ r"""Gets the weight of this RecordsetData.
532
532
 
533
533
  解析记录的权重。
534
534
 
@@ -539,7 +539,7 @@ class RecordsetData:
539
539
 
540
540
  @weight.setter
541
541
  def weight(self, weight):
542
- """Sets the weight of this RecordsetData.
542
+ r"""Sets the weight of this RecordsetData.
543
543
 
544
544
  解析记录的权重。
545
545
 
@@ -31,7 +31,7 @@ class ResourceItem:
31
31
  }
32
32
 
33
33
  def __init__(self, resource_id=None, resource_detail=None, tags=None, resource_name=None):
34
- """ResourceItem
34
+ r"""ResourceItem
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class ResourceItem:
64
64
 
65
65
  @property
66
66
  def resource_id(self):
67
- """Gets the resource_id of this ResourceItem.
67
+ r"""Gets the resource_id of this ResourceItem.
68
68
 
69
69
  资源ID
70
70
 
@@ -75,7 +75,7 @@ class ResourceItem:
75
75
 
76
76
  @resource_id.setter
77
77
  def resource_id(self, resource_id):
78
- """Sets the resource_id of this ResourceItem.
78
+ r"""Sets the resource_id of this ResourceItem.
79
79
 
80
80
  资源ID
81
81
 
@@ -86,7 +86,7 @@ class ResourceItem:
86
86
 
87
87
  @property
88
88
  def resource_detail(self):
89
- """Gets the resource_detail of this ResourceItem.
89
+ r"""Gets the resource_detail of this ResourceItem.
90
90
 
91
91
  资源详情。资源对象,用于扩展,默认为空。
92
92
 
@@ -97,7 +97,7 @@ class ResourceItem:
97
97
 
98
98
  @resource_detail.setter
99
99
  def resource_detail(self, resource_detail):
100
- """Sets the resource_detail of this ResourceItem.
100
+ r"""Sets the resource_detail of this ResourceItem.
101
101
 
102
102
  资源详情。资源对象,用于扩展,默认为空。
103
103
 
@@ -108,7 +108,7 @@ class ResourceItem:
108
108
 
109
109
  @property
110
110
  def tags(self):
111
- """Gets the tags of this ResourceItem.
111
+ r"""Gets the tags of this ResourceItem.
112
112
 
113
113
  标签列表,没有标签默认为空数组。
114
114
 
@@ -119,7 +119,7 @@ class ResourceItem:
119
119
 
120
120
  @tags.setter
121
121
  def tags(self, tags):
122
- """Sets the tags of this ResourceItem.
122
+ r"""Sets the tags of this ResourceItem.
123
123
 
124
124
  标签列表,没有标签默认为空数组。
125
125
 
@@ -130,7 +130,7 @@ class ResourceItem:
130
130
 
131
131
  @property
132
132
  def resource_name(self):
133
- """Gets the resource_name of this ResourceItem.
133
+ r"""Gets the resource_name of this ResourceItem.
134
134
 
135
135
  资源名称,没有默认为空字符串
136
136
 
@@ -141,7 +141,7 @@ class ResourceItem:
141
141
 
142
142
  @resource_name.setter
143
143
  def resource_name(self, resource_name):
144
- """Sets the resource_name of this ResourceItem.
144
+ r"""Sets the resource_name of this ResourceItem.
145
145
 
146
146
  资源名称,没有默认为空字符串
147
147
 
@@ -29,7 +29,7 @@ class RestorePtrRecordRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, region=None, floatingip_id=None, body=None):
32
- """RestorePtrRecordRequest
32
+ r"""RestorePtrRecordRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class RestorePtrRecordRequest:
55
55
 
56
56
  @property
57
57
  def region(self):
58
- """Gets the region of this RestorePtrRecordRequest.
58
+ r"""Gets the region of this RestorePtrRecordRequest.
59
59
 
60
60
  域名所属的区域。
61
61
 
@@ -66,7 +66,7 @@ class RestorePtrRecordRequest:
66
66
 
67
67
  @region.setter
68
68
  def region(self, region):
69
- """Sets the region of this RestorePtrRecordRequest.
69
+ r"""Sets the region of this RestorePtrRecordRequest.
70
70
 
71
71
  域名所属的区域。
72
72
 
@@ -77,7 +77,7 @@ class RestorePtrRecordRequest:
77
77
 
78
78
  @property
79
79
  def floatingip_id(self):
80
- """Gets the floatingip_id of this RestorePtrRecordRequest.
80
+ r"""Gets the floatingip_id of this RestorePtrRecordRequest.
81
81
 
82
82
  弹性公网IP(EIP)的ID。
83
83
 
@@ -88,7 +88,7 @@ class RestorePtrRecordRequest:
88
88
 
89
89
  @floatingip_id.setter
90
90
  def floatingip_id(self, floatingip_id):
91
- """Sets the floatingip_id of this RestorePtrRecordRequest.
91
+ r"""Sets the floatingip_id of this RestorePtrRecordRequest.
92
92
 
93
93
  弹性公网IP(EIP)的ID。
94
94
 
@@ -99,7 +99,7 @@ class RestorePtrRecordRequest:
99
99
 
100
100
  @property
101
101
  def body(self):
102
- """Gets the body of this RestorePtrRecordRequest.
102
+ r"""Gets the body of this RestorePtrRecordRequest.
103
103
 
104
104
  :return: The body of this RestorePtrRecordRequest.
105
105
  :rtype: :class:`huaweicloudsdkdns.v2.RestorePtrReq`
@@ -108,7 +108,7 @@ class RestorePtrRecordRequest:
108
108
 
109
109
  @body.setter
110
110
  def body(self, body):
111
- """Sets the body of this RestorePtrRecordRequest.
111
+ r"""Sets the body of this RestorePtrRecordRequest.
112
112
 
113
113
  :param body: The body of this RestorePtrRecordRequest.
114
114
  :type body: :class:`huaweicloudsdkdns.v2.RestorePtrReq`
@@ -24,7 +24,7 @@ class RestorePtrRecordResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """RestorePtrRecordResponse
27
+ r"""RestorePtrRecordResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -25,7 +25,7 @@ class RestorePtrReq:
25
25
  }
26
26
 
27
27
  def __init__(self, ptrdname=None):
28
- """RestorePtrReq
28
+ r"""RestorePtrReq
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class RestorePtrReq:
42
42
 
43
43
  @property
44
44
  def ptrdname(self):
45
- """Gets the ptrdname of this RestorePtrReq.
45
+ r"""Gets the ptrdname of this RestorePtrReq.
46
46
 
47
47
  PTR记录对应的域名。 此处值为null。
48
48
 
@@ -53,7 +53,7 @@ class RestorePtrReq:
53
53
 
54
54
  @ptrdname.setter
55
55
  def ptrdname(self, ptrdname):
56
- """Sets the ptrdname of this RestorePtrReq.
56
+ r"""Sets the ptrdname of this RestorePtrReq.
57
57
 
58
58
  PTR记录对应的域名。 此处值为null。
59
59
 
@@ -29,7 +29,7 @@ class Router:
29
29
  }
30
30
 
31
31
  def __init__(self, router_id=None, router_region=None, status=None):
32
- """Router
32
+ r"""Router
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class Router:
56
56
 
57
57
  @property
58
58
  def router_id(self):
59
- """Gets the router_id of this Router.
59
+ r"""Gets the router_id of this Router.
60
60
 
61
61
  关联VPC的ID。
62
62
 
@@ -67,7 +67,7 @@ class Router:
67
67
 
68
68
  @router_id.setter
69
69
  def router_id(self, router_id):
70
- """Sets the router_id of this Router.
70
+ r"""Sets the router_id of this Router.
71
71
 
72
72
  关联VPC的ID。
73
73
 
@@ -78,7 +78,7 @@ class Router:
78
78
 
79
79
  @property
80
80
  def router_region(self):
81
- """Gets the router_region of this Router.
81
+ r"""Gets the router_region of this Router.
82
82
 
83
83
  关联VPC所在的region。
84
84
 
@@ -89,7 +89,7 @@ class Router:
89
89
 
90
90
  @router_region.setter
91
91
  def router_region(self, router_region):
92
- """Sets the router_region of this Router.
92
+ r"""Sets the router_region of this Router.
93
93
 
94
94
  关联VPC所在的region。
95
95
 
@@ -100,7 +100,7 @@ class Router:
100
100
 
101
101
  @property
102
102
  def status(self):
103
- """Gets the status of this Router.
103
+ r"""Gets the status of this Router.
104
104
 
105
105
  资源状态。
106
106
 
@@ -111,7 +111,7 @@ class Router:
111
111
 
112
112
  @status.setter
113
113
  def status(self, status):
114
- """Sets the status of this Router.
114
+ r"""Sets the status of this Router.
115
115
 
116
116
  资源状态。
117
117
 
@@ -29,7 +29,7 @@ class RouterWithStatus:
29
29
  }
30
30
 
31
31
  def __init__(self, status=None, router_id=None, router_region=None):
32
- """RouterWithStatus
32
+ r"""RouterWithStatus
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class RouterWithStatus:
57
57
 
58
58
  @property
59
59
  def status(self):
60
- """Gets the status of this RouterWithStatus.
60
+ r"""Gets the status of this RouterWithStatus.
61
61
 
62
62
  资源状态。
63
63
 
@@ -68,7 +68,7 @@ class RouterWithStatus:
68
68
 
69
69
  @status.setter
70
70
  def status(self, status):
71
- """Sets the status of this RouterWithStatus.
71
+ r"""Sets the status of this RouterWithStatus.
72
72
 
73
73
  资源状态。
74
74
 
@@ -79,7 +79,7 @@ class RouterWithStatus:
79
79
 
80
80
  @property
81
81
  def router_id(self):
82
- """Gets the router_id of this RouterWithStatus.
82
+ r"""Gets the router_id of this RouterWithStatus.
83
83
 
84
84
  关联VPC的ID。
85
85
 
@@ -90,7 +90,7 @@ class RouterWithStatus:
90
90
 
91
91
  @router_id.setter
92
92
  def router_id(self, router_id):
93
- """Sets the router_id of this RouterWithStatus.
93
+ r"""Sets the router_id of this RouterWithStatus.
94
94
 
95
95
  关联VPC的ID。
96
96
 
@@ -101,7 +101,7 @@ class RouterWithStatus:
101
101
 
102
102
  @property
103
103
  def router_region(self):
104
- """Gets the router_region of this RouterWithStatus.
104
+ r"""Gets the router_region of this RouterWithStatus.
105
105
 
106
106
  关联VPC所在的region。
107
107
 
@@ -112,7 +112,7 @@ class RouterWithStatus:
112
112
 
113
113
  @router_region.setter
114
114
  def router_region(self, router_region):
115
- """Sets the router_region of this RouterWithStatus.
115
+ r"""Sets the router_region of this RouterWithStatus.
116
116
 
117
117
  关联VPC所在的region。
118
118
 
@@ -27,7 +27,7 @@ class SetRecordSetsStatusRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, recordset_id=None, body=None):
30
- """SetRecordSetsStatusRequest
30
+ r"""SetRecordSetsStatusRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class SetRecordSetsStatusRequest:
49
49
 
50
50
  @property
51
51
  def recordset_id(self):
52
- """Gets the recordset_id of this SetRecordSetsStatusRequest.
52
+ r"""Gets the recordset_id of this SetRecordSetsStatusRequest.
53
53
 
54
54
  待设置Record Set的ID信息。
55
55
 
@@ -60,7 +60,7 @@ class SetRecordSetsStatusRequest:
60
60
 
61
61
  @recordset_id.setter
62
62
  def recordset_id(self, recordset_id):
63
- """Sets the recordset_id of this SetRecordSetsStatusRequest.
63
+ r"""Sets the recordset_id of this SetRecordSetsStatusRequest.
64
64
 
65
65
  待设置Record Set的ID信息。
66
66
 
@@ -71,7 +71,7 @@ class SetRecordSetsStatusRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this SetRecordSetsStatusRequest.
74
+ r"""Gets the body of this SetRecordSetsStatusRequest.
75
75
 
76
76
  :return: The body of this SetRecordSetsStatusRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.SetRecordSetsStatusRequestBody`
@@ -80,7 +80,7 @@ class SetRecordSetsStatusRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this SetRecordSetsStatusRequest.
83
+ r"""Sets the body of this SetRecordSetsStatusRequest.
84
84
 
85
85
  :param body: The body of this SetRecordSetsStatusRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.SetRecordSetsStatusRequestBody`
@@ -25,7 +25,7 @@ class SetRecordSetsStatusRequestBody:
25
25
  }
26
26
 
27
27
  def __init__(self, status=None):
28
- """SetRecordSetsStatusRequestBody
28
+ r"""SetRecordSetsStatusRequestBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class SetRecordSetsStatusRequestBody:
42
42
 
43
43
  @property
44
44
  def status(self):
45
- """Gets the status of this SetRecordSetsStatusRequestBody.
45
+ r"""Gets the status of this SetRecordSetsStatusRequestBody.
46
46
 
47
47
  解析记录状态。 取值范围: ENABLE:启用解析 DISABLE:暂停解析。
48
48
 
@@ -53,7 +53,7 @@ class SetRecordSetsStatusRequestBody:
53
53
 
54
54
  @status.setter
55
55
  def status(self, status):
56
- """Sets the status of this SetRecordSetsStatusRequestBody.
56
+ r"""Sets the status of this SetRecordSetsStatusRequestBody.
57
57
 
58
58
  解析记录状态。 取值范围: ENABLE:启用解析 DISABLE:暂停解析。
59
59