huaweicloudsdkdns 3.1.142__py2.py3-none-any.whl → 3.1.144__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.144.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.144.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.144.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/top_level.txt +0 -0
@@ -62,7 +62,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
62
62
  }
63
63
 
64
64
  def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, line=None, weight=None, health_check_id=None, alias_target=None, bundle=None):
65
- """SetRecordSetsStatusResponse
65
+ r"""SetRecordSetsStatusResponse
66
66
 
67
67
  The model defined in huaweicloud sdk
68
68
 
@@ -170,7 +170,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
170
170
 
171
171
  @property
172
172
  def id(self):
173
- """Gets the id of this SetRecordSetsStatusResponse.
173
+ r"""Gets the id of this SetRecordSetsStatusResponse.
174
174
 
175
175
  Record Set的ID。
176
176
 
@@ -181,7 +181,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
181
181
 
182
182
  @id.setter
183
183
  def id(self, id):
184
- """Sets the id of this SetRecordSetsStatusResponse.
184
+ r"""Sets the id of this SetRecordSetsStatusResponse.
185
185
 
186
186
  Record Set的ID。
187
187
 
@@ -192,7 +192,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
192
192
 
193
193
  @property
194
194
  def name(self):
195
- """Gets the name of this SetRecordSetsStatusResponse.
195
+ r"""Gets the name of this SetRecordSetsStatusResponse.
196
196
 
197
197
  Record Set的名称。
198
198
 
@@ -203,7 +203,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
203
203
 
204
204
  @name.setter
205
205
  def name(self, name):
206
- """Sets the name of this SetRecordSetsStatusResponse.
206
+ r"""Sets the name of this SetRecordSetsStatusResponse.
207
207
 
208
208
  Record Set的名称。
209
209
 
@@ -214,7 +214,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
214
214
 
215
215
  @property
216
216
  def description(self):
217
- """Gets the description of this SetRecordSetsStatusResponse.
217
+ r"""Gets the description of this SetRecordSetsStatusResponse.
218
218
 
219
219
  Record Set的描述信息。
220
220
 
@@ -225,7 +225,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
225
225
 
226
226
  @description.setter
227
227
  def description(self, description):
228
- """Sets the description of this SetRecordSetsStatusResponse.
228
+ r"""Sets the description of this SetRecordSetsStatusResponse.
229
229
 
230
230
  Record Set的描述信息。
231
231
 
@@ -236,7 +236,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
236
236
 
237
237
  @property
238
238
  def zone_id(self):
239
- """Gets the zone_id of this SetRecordSetsStatusResponse.
239
+ r"""Gets the zone_id of this SetRecordSetsStatusResponse.
240
240
 
241
241
  托管该记录的zone_id。
242
242
 
@@ -247,7 +247,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
247
247
 
248
248
  @zone_id.setter
249
249
  def zone_id(self, zone_id):
250
- """Sets the zone_id of this SetRecordSetsStatusResponse.
250
+ r"""Sets the zone_id of this SetRecordSetsStatusResponse.
251
251
 
252
252
  托管该记录的zone_id。
253
253
 
@@ -258,7 +258,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
258
258
 
259
259
  @property
260
260
  def zone_name(self):
261
- """Gets the zone_name of this SetRecordSetsStatusResponse.
261
+ r"""Gets the zone_name of this SetRecordSetsStatusResponse.
262
262
 
263
263
  托管该记录的zone_name。
264
264
 
@@ -269,7 +269,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
269
269
 
270
270
  @zone_name.setter
271
271
  def zone_name(self, zone_name):
272
- """Sets the zone_name of this SetRecordSetsStatusResponse.
272
+ r"""Sets the zone_name of this SetRecordSetsStatusResponse.
273
273
 
274
274
  托管该记录的zone_name。
275
275
 
@@ -280,7 +280,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
280
280
 
281
281
  @property
282
282
  def type(self):
283
- """Gets the type of this SetRecordSetsStatusResponse.
283
+ r"""Gets the type of this SetRecordSetsStatusResponse.
284
284
 
285
285
  记录类型。
286
286
 
@@ -291,7 +291,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
291
291
 
292
292
  @type.setter
293
293
  def type(self, type):
294
- """Sets the type of this SetRecordSetsStatusResponse.
294
+ r"""Sets the type of this SetRecordSetsStatusResponse.
295
295
 
296
296
  记录类型。
297
297
 
@@ -302,7 +302,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
302
302
 
303
303
  @property
304
304
  def ttl(self):
305
- """Gets the ttl of this SetRecordSetsStatusResponse.
305
+ r"""Gets the ttl of this SetRecordSetsStatusResponse.
306
306
 
307
307
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
308
308
 
@@ -313,7 +313,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
313
313
 
314
314
  @ttl.setter
315
315
  def ttl(self, ttl):
316
- """Sets the ttl of this SetRecordSetsStatusResponse.
316
+ r"""Sets the ttl of this SetRecordSetsStatusResponse.
317
317
 
318
318
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
319
319
 
@@ -324,7 +324,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
324
324
 
325
325
  @property
326
326
  def records(self):
327
- """Gets the records of this SetRecordSetsStatusResponse.
327
+ r"""Gets the records of this SetRecordSetsStatusResponse.
328
328
 
329
329
  域名解析后的值。
330
330
 
@@ -335,7 +335,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
335
335
 
336
336
  @records.setter
337
337
  def records(self, records):
338
- """Sets the records of this SetRecordSetsStatusResponse.
338
+ r"""Sets the records of this SetRecordSetsStatusResponse.
339
339
 
340
340
  域名解析后的值。
341
341
 
@@ -346,7 +346,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
346
346
 
347
347
  @property
348
348
  def created_at(self):
349
- """Gets the created_at of this SetRecordSetsStatusResponse.
349
+ r"""Gets the created_at of this SetRecordSetsStatusResponse.
350
350
 
351
351
  创建时间。
352
352
 
@@ -357,7 +357,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
357
357
 
358
358
  @created_at.setter
359
359
  def created_at(self, created_at):
360
- """Sets the created_at of this SetRecordSetsStatusResponse.
360
+ r"""Sets the created_at of this SetRecordSetsStatusResponse.
361
361
 
362
362
  创建时间。
363
363
 
@@ -368,7 +368,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
368
368
 
369
369
  @property
370
370
  def updated_at(self):
371
- """Gets the updated_at of this SetRecordSetsStatusResponse.
371
+ r"""Gets the updated_at of this SetRecordSetsStatusResponse.
372
372
 
373
373
  更新时间。
374
374
 
@@ -379,7 +379,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
379
379
 
380
380
  @updated_at.setter
381
381
  def updated_at(self, updated_at):
382
- """Sets the updated_at of this SetRecordSetsStatusResponse.
382
+ r"""Sets the updated_at of this SetRecordSetsStatusResponse.
383
383
 
384
384
  更新时间。
385
385
 
@@ -390,7 +390,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
390
390
 
391
391
  @property
392
392
  def status(self):
393
- """Gets the status of this SetRecordSetsStatusResponse.
393
+ r"""Gets the status of this SetRecordSetsStatusResponse.
394
394
 
395
395
  资源状态。
396
396
 
@@ -401,7 +401,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
401
401
 
402
402
  @status.setter
403
403
  def status(self, status):
404
- """Sets the status of this SetRecordSetsStatusResponse.
404
+ r"""Sets the status of this SetRecordSetsStatusResponse.
405
405
 
406
406
  资源状态。
407
407
 
@@ -412,7 +412,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
412
412
 
413
413
  @property
414
414
  def default(self):
415
- """Gets the default of this SetRecordSetsStatusResponse.
415
+ r"""Gets the default of this SetRecordSetsStatusResponse.
416
416
 
417
417
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
418
418
 
@@ -423,7 +423,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
423
423
 
424
424
  @default.setter
425
425
  def default(self, default):
426
- """Sets the default of this SetRecordSetsStatusResponse.
426
+ r"""Sets the default of this SetRecordSetsStatusResponse.
427
427
 
428
428
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
429
429
 
@@ -434,7 +434,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
434
434
 
435
435
  @property
436
436
  def project_id(self):
437
- """Gets the project_id of this SetRecordSetsStatusResponse.
437
+ r"""Gets the project_id of this SetRecordSetsStatusResponse.
438
438
 
439
439
  该Record Set所属的项目ID。
440
440
 
@@ -445,7 +445,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
445
445
 
446
446
  @project_id.setter
447
447
  def project_id(self, project_id):
448
- """Sets the project_id of this SetRecordSetsStatusResponse.
448
+ r"""Sets the project_id of this SetRecordSetsStatusResponse.
449
449
 
450
450
  该Record Set所属的项目ID。
451
451
 
@@ -456,7 +456,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
456
456
 
457
457
  @property
458
458
  def links(self):
459
- """Gets the links of this SetRecordSetsStatusResponse.
459
+ r"""Gets the links of this SetRecordSetsStatusResponse.
460
460
 
461
461
  :return: The links of this SetRecordSetsStatusResponse.
462
462
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -465,7 +465,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
465
465
 
466
466
  @links.setter
467
467
  def links(self, links):
468
- """Sets the links of this SetRecordSetsStatusResponse.
468
+ r"""Sets the links of this SetRecordSetsStatusResponse.
469
469
 
470
470
  :param links: The links of this SetRecordSetsStatusResponse.
471
471
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -474,7 +474,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
474
474
 
475
475
  @property
476
476
  def line(self):
477
- """Gets the line of this SetRecordSetsStatusResponse.
477
+ r"""Gets the line of this SetRecordSetsStatusResponse.
478
478
 
479
479
  解析线路ID。
480
480
 
@@ -485,7 +485,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
485
485
 
486
486
  @line.setter
487
487
  def line(self, line):
488
- """Sets the line of this SetRecordSetsStatusResponse.
488
+ r"""Sets the line of this SetRecordSetsStatusResponse.
489
489
 
490
490
  解析线路ID。
491
491
 
@@ -496,7 +496,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
496
496
 
497
497
  @property
498
498
  def weight(self):
499
- """Gets the weight of this SetRecordSetsStatusResponse.
499
+ r"""Gets the weight of this SetRecordSetsStatusResponse.
500
500
 
501
501
  解析记录的权重。
502
502
 
@@ -507,7 +507,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
507
507
 
508
508
  @weight.setter
509
509
  def weight(self, weight):
510
- """Sets the weight of this SetRecordSetsStatusResponse.
510
+ r"""Sets the weight of this SetRecordSetsStatusResponse.
511
511
 
512
512
  解析记录的权重。
513
513
 
@@ -518,7 +518,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
518
518
 
519
519
  @property
520
520
  def health_check_id(self):
521
- """Gets the health_check_id of this SetRecordSetsStatusResponse.
521
+ r"""Gets the health_check_id of this SetRecordSetsStatusResponse.
522
522
 
523
523
  健康检查ID。
524
524
 
@@ -529,7 +529,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
529
529
 
530
530
  @health_check_id.setter
531
531
  def health_check_id(self, health_check_id):
532
- """Sets the health_check_id of this SetRecordSetsStatusResponse.
532
+ r"""Sets the health_check_id of this SetRecordSetsStatusResponse.
533
533
 
534
534
  健康检查ID。
535
535
 
@@ -540,7 +540,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
540
540
 
541
541
  @property
542
542
  def alias_target(self):
543
- """Gets the alias_target of this SetRecordSetsStatusResponse.
543
+ r"""Gets the alias_target of this SetRecordSetsStatusResponse.
544
544
 
545
545
  :return: The alias_target of this SetRecordSetsStatusResponse.
546
546
  :rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -549,7 +549,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
549
549
 
550
550
  @alias_target.setter
551
551
  def alias_target(self, alias_target):
552
- """Sets the alias_target of this SetRecordSetsStatusResponse.
552
+ r"""Sets the alias_target of this SetRecordSetsStatusResponse.
553
553
 
554
554
  :param alias_target: The alias_target of this SetRecordSetsStatusResponse.
555
555
  :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -558,7 +558,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
558
558
 
559
559
  @property
560
560
  def bundle(self):
561
- """Gets the bundle of this SetRecordSetsStatusResponse.
561
+ r"""Gets the bundle of this SetRecordSetsStatusResponse.
562
562
 
563
563
  规格,默认规格,保留字段。
564
564
 
@@ -569,7 +569,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
569
569
 
570
570
  @bundle.setter
571
571
  def bundle(self, bundle):
572
- """Sets the bundle of this SetRecordSetsStatusResponse.
572
+ r"""Sets the bundle of this SetRecordSetsStatusResponse.
573
573
 
574
574
  规格,默认规格,保留字段。
575
575
 
@@ -25,7 +25,7 @@ class ShowApiInfoRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, version=None):
28
- """ShowApiInfoRequest
28
+ r"""ShowApiInfoRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowApiInfoRequest:
42
42
 
43
43
  @property
44
44
  def version(self):
45
- """Gets the version of this ShowApiInfoRequest.
45
+ r"""Gets the version of this ShowApiInfoRequest.
46
46
 
47
47
  待查询版本号。以v开头,如v2。
48
48
 
@@ -53,7 +53,7 @@ class ShowApiInfoRequest:
53
53
 
54
54
  @version.setter
55
55
  def version(self, version):
56
- """Sets the version of this ShowApiInfoRequest.
56
+ r"""Sets the version of this ShowApiInfoRequest.
57
57
 
58
58
  待查询版本号。以v开头,如v2。
59
59
 
@@ -26,7 +26,7 @@ class ShowApiInfoResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, version=None):
29
- """ShowApiInfoResponse
29
+ r"""ShowApiInfoResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowApiInfoResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def version(self):
47
- """Gets the version of this ShowApiInfoResponse.
47
+ r"""Gets the version of this ShowApiInfoResponse.
48
48
 
49
49
  :return: The version of this ShowApiInfoResponse.
50
50
  :rtype: :class:`huaweicloudsdkdns.v2.VersionItem`
@@ -53,7 +53,7 @@ class ShowApiInfoResponse(SdkResponse):
53
53
 
54
54
  @version.setter
55
55
  def version(self, version):
56
- """Sets the version of this ShowApiInfoResponse.
56
+ r"""Sets the version of this ShowApiInfoResponse.
57
57
 
58
58
  :param version: The version of this ShowApiInfoResponse.
59
59
  :type version: :class:`huaweicloudsdkdns.v2.VersionItem`
@@ -25,7 +25,7 @@ class ShowDomainQuotaRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, domain_id=None):
28
- """ShowDomainQuotaRequest
28
+ r"""ShowDomainQuotaRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowDomainQuotaRequest:
42
42
 
43
43
  @property
44
44
  def domain_id(self):
45
- """Gets the domain_id of this ShowDomainQuotaRequest.
45
+ r"""Gets the domain_id of this ShowDomainQuotaRequest.
46
46
 
47
47
  租户ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowDomainQuotaRequest:
53
53
 
54
54
  @domain_id.setter
55
55
  def domain_id(self, domain_id):
56
- """Sets the domain_id of this ShowDomainQuotaRequest.
56
+ r"""Sets the domain_id of this ShowDomainQuotaRequest.
57
57
 
58
58
  租户ID。
59
59
 
@@ -26,7 +26,7 @@ class ShowDomainQuotaResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, quotas=None):
29
- """ShowDomainQuotaResponse
29
+ r"""ShowDomainQuotaResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowDomainQuotaResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def quotas(self):
47
- """Gets the quotas of this ShowDomainQuotaResponse.
47
+ r"""Gets the quotas of this ShowDomainQuotaResponse.
48
48
 
49
49
  配额项数据。
50
50
 
@@ -55,7 +55,7 @@ class ShowDomainQuotaResponse(SdkResponse):
55
55
 
56
56
  @quotas.setter
57
57
  def quotas(self, quotas):
58
- """Sets the quotas of this ShowDomainQuotaResponse.
58
+ r"""Sets the quotas of this ShowDomainQuotaResponse.
59
59
 
60
60
  配额项数据。
61
61
 
@@ -25,7 +25,7 @@ class ShowLineGroupRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, linegroup_id=None):
28
- """ShowLineGroupRequest
28
+ r"""ShowLineGroupRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowLineGroupRequest:
42
42
 
43
43
  @property
44
44
  def linegroup_id(self):
45
- """Gets the linegroup_id of this ShowLineGroupRequest.
45
+ r"""Gets the linegroup_id of this ShowLineGroupRequest.
46
46
 
47
47
  线路分组ID
48
48
 
@@ -53,7 +53,7 @@ class ShowLineGroupRequest:
53
53
 
54
54
  @linegroup_id.setter
55
55
  def linegroup_id(self, linegroup_id):
56
- """Sets the linegroup_id of this ShowLineGroupRequest.
56
+ r"""Sets the linegroup_id of this ShowLineGroupRequest.
57
57
 
58
58
  线路分组ID
59
59
 
@@ -38,7 +38,7 @@ class ShowLineGroupResponse(SdkResponse):
38
38
  }
39
39
 
40
40
  def __init__(self, name=None, lines=None, status=None, description=None, line_id=None, created_at=None, updated_at=None):
41
- """ShowLineGroupResponse
41
+ r"""ShowLineGroupResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class ShowLineGroupResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def name(self):
89
- """Gets the name of this ShowLineGroupResponse.
89
+ r"""Gets the name of this ShowLineGroupResponse.
90
90
 
91
91
  线路分组名称。
92
92
 
@@ -97,7 +97,7 @@ class ShowLineGroupResponse(SdkResponse):
97
97
 
98
98
  @name.setter
99
99
  def name(self, name):
100
- """Sets the name of this ShowLineGroupResponse.
100
+ r"""Sets the name of this ShowLineGroupResponse.
101
101
 
102
102
  线路分组名称。
103
103
 
@@ -108,7 +108,7 @@ class ShowLineGroupResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def lines(self):
111
- """Gets the lines of this ShowLineGroupResponse.
111
+ r"""Gets the lines of this ShowLineGroupResponse.
112
112
 
113
113
  线路分组包含的线路列表。 解析线路ID。
114
114
 
@@ -119,7 +119,7 @@ class ShowLineGroupResponse(SdkResponse):
119
119
 
120
120
  @lines.setter
121
121
  def lines(self, lines):
122
- """Sets the lines of this ShowLineGroupResponse.
122
+ r"""Sets the lines of this ShowLineGroupResponse.
123
123
 
124
124
  线路分组包含的线路列表。 解析线路ID。
125
125
 
@@ -130,7 +130,7 @@ class ShowLineGroupResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def status(self):
133
- """Gets the status of this ShowLineGroupResponse.
133
+ r"""Gets the status of this ShowLineGroupResponse.
134
134
 
135
135
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
136
136
 
@@ -141,7 +141,7 @@ class ShowLineGroupResponse(SdkResponse):
141
141
 
142
142
  @status.setter
143
143
  def status(self, status):
144
- """Sets the status of this ShowLineGroupResponse.
144
+ r"""Sets the status of this ShowLineGroupResponse.
145
145
 
146
146
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
147
147
 
@@ -152,7 +152,7 @@ class ShowLineGroupResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def description(self):
155
- """Gets the description of this ShowLineGroupResponse.
155
+ r"""Gets the description of this ShowLineGroupResponse.
156
156
 
157
157
  线路分组的描述信息
158
158
 
@@ -163,7 +163,7 @@ class ShowLineGroupResponse(SdkResponse):
163
163
 
164
164
  @description.setter
165
165
  def description(self, description):
166
- """Sets the description of this ShowLineGroupResponse.
166
+ r"""Sets the description of this ShowLineGroupResponse.
167
167
 
168
168
  线路分组的描述信息
169
169
 
@@ -174,7 +174,7 @@ class ShowLineGroupResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def line_id(self):
177
- """Gets the line_id of this ShowLineGroupResponse.
177
+ r"""Gets the line_id of this ShowLineGroupResponse.
178
178
 
179
179
  线路分组的id。
180
180
 
@@ -185,7 +185,7 @@ class ShowLineGroupResponse(SdkResponse):
185
185
 
186
186
  @line_id.setter
187
187
  def line_id(self, line_id):
188
- """Sets the line_id of this ShowLineGroupResponse.
188
+ r"""Sets the line_id of this ShowLineGroupResponse.
189
189
 
190
190
  线路分组的id。
191
191
 
@@ -196,7 +196,7 @@ class ShowLineGroupResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def created_at(self):
199
- """Gets the created_at of this ShowLineGroupResponse.
199
+ r"""Gets the created_at of this ShowLineGroupResponse.
200
200
 
201
201
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
202
202
 
@@ -207,7 +207,7 @@ class ShowLineGroupResponse(SdkResponse):
207
207
 
208
208
  @created_at.setter
209
209
  def created_at(self, created_at):
210
- """Sets the created_at of this ShowLineGroupResponse.
210
+ r"""Sets the created_at of this ShowLineGroupResponse.
211
211
 
212
212
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
213
213
 
@@ -218,7 +218,7 @@ class ShowLineGroupResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def updated_at(self):
221
- """Gets the updated_at of this ShowLineGroupResponse.
221
+ r"""Gets the updated_at of this ShowLineGroupResponse.
222
222
 
223
223
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
224
224
 
@@ -229,7 +229,7 @@ class ShowLineGroupResponse(SdkResponse):
229
229
 
230
230
  @updated_at.setter
231
231
  def updated_at(self, updated_at):
232
- """Sets the updated_at of this ShowLineGroupResponse.
232
+ r"""Sets the updated_at of this ShowLineGroupResponse.
233
233
 
234
234
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
235
235
 
@@ -25,7 +25,7 @@ class ShowPrivateZoneNameServerRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """ShowPrivateZoneNameServerRequest
28
+ r"""ShowPrivateZoneNameServerRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowPrivateZoneNameServerRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this ShowPrivateZoneNameServerRequest.
45
+ r"""Gets the zone_id of this ShowPrivateZoneNameServerRequest.
46
46
 
47
47
  待查询内网zone的ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowPrivateZoneNameServerRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this ShowPrivateZoneNameServerRequest.
56
+ r"""Sets the zone_id of this ShowPrivateZoneNameServerRequest.
57
57
 
58
58
  待查询内网zone的ID。
59
59
 
@@ -26,7 +26,7 @@ class ShowPrivateZoneNameServerResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, nameservers=None):
29
- """ShowPrivateZoneNameServerResponse
29
+ r"""ShowPrivateZoneNameServerResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowPrivateZoneNameServerResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def nameservers(self):
47
- """Gets the nameservers of this ShowPrivateZoneNameServerResponse.
47
+ r"""Gets the nameservers of this ShowPrivateZoneNameServerResponse.
48
48
 
49
49
  名称服务器列表信息。
50
50
 
@@ -55,7 +55,7 @@ class ShowPrivateZoneNameServerResponse(SdkResponse):
55
55
 
56
56
  @nameservers.setter
57
57
  def nameservers(self, nameservers):
58
- """Sets the nameservers of this ShowPrivateZoneNameServerResponse.
58
+ r"""Sets the nameservers of this ShowPrivateZoneNameServerResponse.
59
59
 
60
60
  名称服务器列表信息。
61
61
 
@@ -25,7 +25,7 @@ class ShowPrivateZoneRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """ShowPrivateZoneRequest
28
+ r"""ShowPrivateZoneRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowPrivateZoneRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this ShowPrivateZoneRequest.
45
+ r"""Gets the zone_id of this ShowPrivateZoneRequest.
46
46
 
47
47
  待查询zone的ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowPrivateZoneRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this ShowPrivateZoneRequest.
56
+ r"""Sets the zone_id of this ShowPrivateZoneRequest.
57
57
 
58
58
  待查询zone的ID。
59
59