huaweicloudsdkdns 3.1.141__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.141.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.141.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/top_level.txt +0 -0
@@ -59,7 +59,7 @@ class ShowRecordSetByZoneResp:
59
59
  }
60
60
 
61
61
  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):
62
- """ShowRecordSetByZoneResp
62
+ r"""ShowRecordSetByZoneResp
63
63
 
64
64
  The model defined in huaweicloud sdk
65
65
 
@@ -162,7 +162,7 @@ class ShowRecordSetByZoneResp:
162
162
 
163
163
  @property
164
164
  def id(self):
165
- """Gets the id of this ShowRecordSetByZoneResp.
165
+ r"""Gets the id of this ShowRecordSetByZoneResp.
166
166
 
167
167
  Record Set的ID。
168
168
 
@@ -173,7 +173,7 @@ class ShowRecordSetByZoneResp:
173
173
 
174
174
  @id.setter
175
175
  def id(self, id):
176
- """Sets the id of this ShowRecordSetByZoneResp.
176
+ r"""Sets the id of this ShowRecordSetByZoneResp.
177
177
 
178
178
  Record Set的ID。
179
179
 
@@ -184,7 +184,7 @@ class ShowRecordSetByZoneResp:
184
184
 
185
185
  @property
186
186
  def name(self):
187
- """Gets the name of this ShowRecordSetByZoneResp.
187
+ r"""Gets the name of this ShowRecordSetByZoneResp.
188
188
 
189
189
  Record Set的名称。
190
190
 
@@ -195,7 +195,7 @@ class ShowRecordSetByZoneResp:
195
195
 
196
196
  @name.setter
197
197
  def name(self, name):
198
- """Sets the name of this ShowRecordSetByZoneResp.
198
+ r"""Sets the name of this ShowRecordSetByZoneResp.
199
199
 
200
200
  Record Set的名称。
201
201
 
@@ -206,7 +206,7 @@ class ShowRecordSetByZoneResp:
206
206
 
207
207
  @property
208
208
  def description(self):
209
- """Gets the description of this ShowRecordSetByZoneResp.
209
+ r"""Gets the description of this ShowRecordSetByZoneResp.
210
210
 
211
211
  Record Set的描述信息。
212
212
 
@@ -217,7 +217,7 @@ class ShowRecordSetByZoneResp:
217
217
 
218
218
  @description.setter
219
219
  def description(self, description):
220
- """Sets the description of this ShowRecordSetByZoneResp.
220
+ r"""Sets the description of this ShowRecordSetByZoneResp.
221
221
 
222
222
  Record Set的描述信息。
223
223
 
@@ -228,7 +228,7 @@ class ShowRecordSetByZoneResp:
228
228
 
229
229
  @property
230
230
  def zone_id(self):
231
- """Gets the zone_id of this ShowRecordSetByZoneResp.
231
+ r"""Gets the zone_id of this ShowRecordSetByZoneResp.
232
232
 
233
233
  托管该记录的zone_id。
234
234
 
@@ -239,7 +239,7 @@ class ShowRecordSetByZoneResp:
239
239
 
240
240
  @zone_id.setter
241
241
  def zone_id(self, zone_id):
242
- """Sets the zone_id of this ShowRecordSetByZoneResp.
242
+ r"""Sets the zone_id of this ShowRecordSetByZoneResp.
243
243
 
244
244
  托管该记录的zone_id。
245
245
 
@@ -250,7 +250,7 @@ class ShowRecordSetByZoneResp:
250
250
 
251
251
  @property
252
252
  def zone_name(self):
253
- """Gets the zone_name of this ShowRecordSetByZoneResp.
253
+ r"""Gets the zone_name of this ShowRecordSetByZoneResp.
254
254
 
255
255
  托管该记录的zone_name。
256
256
 
@@ -261,7 +261,7 @@ class ShowRecordSetByZoneResp:
261
261
 
262
262
  @zone_name.setter
263
263
  def zone_name(self, zone_name):
264
- """Sets the zone_name of this ShowRecordSetByZoneResp.
264
+ r"""Sets the zone_name of this ShowRecordSetByZoneResp.
265
265
 
266
266
  托管该记录的zone_name。
267
267
 
@@ -272,7 +272,7 @@ class ShowRecordSetByZoneResp:
272
272
 
273
273
  @property
274
274
  def type(self):
275
- """Gets the type of this ShowRecordSetByZoneResp.
275
+ r"""Gets the type of this ShowRecordSetByZoneResp.
276
276
 
277
277
  记录类型。 取值范围:A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。
278
278
 
@@ -283,7 +283,7 @@ class ShowRecordSetByZoneResp:
283
283
 
284
284
  @type.setter
285
285
  def type(self, type):
286
- """Sets the type of this ShowRecordSetByZoneResp.
286
+ r"""Sets the type of this ShowRecordSetByZoneResp.
287
287
 
288
288
  记录类型。 取值范围:A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。
289
289
 
@@ -294,7 +294,7 @@ class ShowRecordSetByZoneResp:
294
294
 
295
295
  @property
296
296
  def ttl(self):
297
- """Gets the ttl of this ShowRecordSetByZoneResp.
297
+ r"""Gets the ttl of this ShowRecordSetByZoneResp.
298
298
 
299
299
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
300
300
 
@@ -305,7 +305,7 @@ class ShowRecordSetByZoneResp:
305
305
 
306
306
  @ttl.setter
307
307
  def ttl(self, ttl):
308
- """Sets the ttl of this ShowRecordSetByZoneResp.
308
+ r"""Sets the ttl of this ShowRecordSetByZoneResp.
309
309
 
310
310
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
311
311
 
@@ -316,7 +316,7 @@ class ShowRecordSetByZoneResp:
316
316
 
317
317
  @property
318
318
  def records(self):
319
- """Gets the records of this ShowRecordSetByZoneResp.
319
+ r"""Gets the records of this ShowRecordSetByZoneResp.
320
320
 
321
321
  域名解析后的值。
322
322
 
@@ -327,7 +327,7 @@ class ShowRecordSetByZoneResp:
327
327
 
328
328
  @records.setter
329
329
  def records(self, records):
330
- """Sets the records of this ShowRecordSetByZoneResp.
330
+ r"""Sets the records of this ShowRecordSetByZoneResp.
331
331
 
332
332
  域名解析后的值。
333
333
 
@@ -338,7 +338,7 @@ class ShowRecordSetByZoneResp:
338
338
 
339
339
  @property
340
340
  def created_at(self):
341
- """Gets the created_at of this ShowRecordSetByZoneResp.
341
+ r"""Gets the created_at of this ShowRecordSetByZoneResp.
342
342
 
343
343
  创建时间。
344
344
 
@@ -349,7 +349,7 @@ class ShowRecordSetByZoneResp:
349
349
 
350
350
  @created_at.setter
351
351
  def created_at(self, created_at):
352
- """Sets the created_at of this ShowRecordSetByZoneResp.
352
+ r"""Sets the created_at of this ShowRecordSetByZoneResp.
353
353
 
354
354
  创建时间。
355
355
 
@@ -360,7 +360,7 @@ class ShowRecordSetByZoneResp:
360
360
 
361
361
  @property
362
362
  def updated_at(self):
363
- """Gets the updated_at of this ShowRecordSetByZoneResp.
363
+ r"""Gets the updated_at of this ShowRecordSetByZoneResp.
364
364
 
365
365
  更新时间。
366
366
 
@@ -371,7 +371,7 @@ class ShowRecordSetByZoneResp:
371
371
 
372
372
  @updated_at.setter
373
373
  def updated_at(self, updated_at):
374
- """Sets the updated_at of this ShowRecordSetByZoneResp.
374
+ r"""Sets the updated_at of this ShowRecordSetByZoneResp.
375
375
 
376
376
  更新时间。
377
377
 
@@ -382,7 +382,7 @@ class ShowRecordSetByZoneResp:
382
382
 
383
383
  @property
384
384
  def status(self):
385
- """Gets the status of this ShowRecordSetByZoneResp.
385
+ r"""Gets the status of this ShowRecordSetByZoneResp.
386
386
 
387
387
  资源状态。
388
388
 
@@ -393,7 +393,7 @@ class ShowRecordSetByZoneResp:
393
393
 
394
394
  @status.setter
395
395
  def status(self, status):
396
- """Sets the status of this ShowRecordSetByZoneResp.
396
+ r"""Sets the status of this ShowRecordSetByZoneResp.
397
397
 
398
398
  资源状态。
399
399
 
@@ -404,7 +404,7 @@ class ShowRecordSetByZoneResp:
404
404
 
405
405
  @property
406
406
  def default(self):
407
- """Gets the default of this ShowRecordSetByZoneResp.
407
+ r"""Gets the default of this ShowRecordSetByZoneResp.
408
408
 
409
409
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
410
410
 
@@ -415,7 +415,7 @@ class ShowRecordSetByZoneResp:
415
415
 
416
416
  @default.setter
417
417
  def default(self, default):
418
- """Sets the default of this ShowRecordSetByZoneResp.
418
+ r"""Sets the default of this ShowRecordSetByZoneResp.
419
419
 
420
420
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
421
421
 
@@ -426,7 +426,7 @@ class ShowRecordSetByZoneResp:
426
426
 
427
427
  @property
428
428
  def project_id(self):
429
- """Gets the project_id of this ShowRecordSetByZoneResp.
429
+ r"""Gets the project_id of this ShowRecordSetByZoneResp.
430
430
 
431
431
  该Record Set所属的项目ID。
432
432
 
@@ -437,7 +437,7 @@ class ShowRecordSetByZoneResp:
437
437
 
438
438
  @project_id.setter
439
439
  def project_id(self, project_id):
440
- """Sets the project_id of this ShowRecordSetByZoneResp.
440
+ r"""Sets the project_id of this ShowRecordSetByZoneResp.
441
441
 
442
442
  该Record Set所属的项目ID。
443
443
 
@@ -448,7 +448,7 @@ class ShowRecordSetByZoneResp:
448
448
 
449
449
  @property
450
450
  def links(self):
451
- """Gets the links of this ShowRecordSetByZoneResp.
451
+ r"""Gets the links of this ShowRecordSetByZoneResp.
452
452
 
453
453
  :return: The links of this ShowRecordSetByZoneResp.
454
454
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -457,7 +457,7 @@ class ShowRecordSetByZoneResp:
457
457
 
458
458
  @links.setter
459
459
  def links(self, links):
460
- """Sets the links of this ShowRecordSetByZoneResp.
460
+ r"""Sets the links of this ShowRecordSetByZoneResp.
461
461
 
462
462
  :param links: The links of this ShowRecordSetByZoneResp.
463
463
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -466,7 +466,7 @@ class ShowRecordSetByZoneResp:
466
466
 
467
467
  @property
468
468
  def line(self):
469
- """Gets the line of this ShowRecordSetByZoneResp.
469
+ r"""Gets the line of this ShowRecordSetByZoneResp.
470
470
 
471
471
  解析线路ID。
472
472
 
@@ -477,7 +477,7 @@ class ShowRecordSetByZoneResp:
477
477
 
478
478
  @line.setter
479
479
  def line(self, line):
480
- """Sets the line of this ShowRecordSetByZoneResp.
480
+ r"""Sets the line of this ShowRecordSetByZoneResp.
481
481
 
482
482
  解析线路ID。
483
483
 
@@ -488,7 +488,7 @@ class ShowRecordSetByZoneResp:
488
488
 
489
489
  @property
490
490
  def weight(self):
491
- """Gets the weight of this ShowRecordSetByZoneResp.
491
+ r"""Gets the weight of this ShowRecordSetByZoneResp.
492
492
 
493
493
  解析记录的权重。
494
494
 
@@ -499,7 +499,7 @@ class ShowRecordSetByZoneResp:
499
499
 
500
500
  @weight.setter
501
501
  def weight(self, weight):
502
- """Sets the weight of this ShowRecordSetByZoneResp.
502
+ r"""Sets the weight of this ShowRecordSetByZoneResp.
503
503
 
504
504
  解析记录的权重。
505
505
 
@@ -510,7 +510,7 @@ class ShowRecordSetByZoneResp:
510
510
 
511
511
  @property
512
512
  def health_check_id(self):
513
- """Gets the health_check_id of this ShowRecordSetByZoneResp.
513
+ r"""Gets the health_check_id of this ShowRecordSetByZoneResp.
514
514
 
515
515
  健康检查ID。
516
516
 
@@ -521,7 +521,7 @@ class ShowRecordSetByZoneResp:
521
521
 
522
522
  @health_check_id.setter
523
523
  def health_check_id(self, health_check_id):
524
- """Sets the health_check_id of this ShowRecordSetByZoneResp.
524
+ r"""Sets the health_check_id of this ShowRecordSetByZoneResp.
525
525
 
526
526
  健康检查ID。
527
527
 
@@ -532,7 +532,7 @@ class ShowRecordSetByZoneResp:
532
532
 
533
533
  @property
534
534
  def alias_target(self):
535
- """Gets the alias_target of this ShowRecordSetByZoneResp.
535
+ r"""Gets the alias_target of this ShowRecordSetByZoneResp.
536
536
 
537
537
  :return: The alias_target of this ShowRecordSetByZoneResp.
538
538
  :rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -541,7 +541,7 @@ class ShowRecordSetByZoneResp:
541
541
 
542
542
  @alias_target.setter
543
543
  def alias_target(self, alias_target):
544
- """Sets the alias_target of this ShowRecordSetByZoneResp.
544
+ r"""Sets the alias_target of this ShowRecordSetByZoneResp.
545
545
 
546
546
  :param alias_target: The alias_target of this ShowRecordSetByZoneResp.
547
547
  :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -30,7 +30,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """ShowRecordSetByZoneResponse
33
+ r"""ShowRecordSetByZoneResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this ShowRecordSetByZoneResponse.
61
+ r"""Gets the links of this ShowRecordSetByZoneResponse.
62
62
 
63
63
  :return: The links of this ShowRecordSetByZoneResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this ShowRecordSetByZoneResponse.
70
+ r"""Sets the links of this ShowRecordSetByZoneResponse.
71
71
 
72
72
  :param links: The links of this ShowRecordSetByZoneResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this ShowRecordSetByZoneResponse.
79
+ r"""Gets the recordsets of this ShowRecordSetByZoneResponse.
80
80
 
81
81
  recordset列表。
82
82
 
@@ -87,7 +87,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this ShowRecordSetByZoneResponse.
90
+ r"""Sets the recordsets of this ShowRecordSetByZoneResponse.
91
91
 
92
92
  recordset列表。
93
93
 
@@ -98,7 +98,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this ShowRecordSetByZoneResponse.
101
+ r"""Gets the metadata of this ShowRecordSetByZoneResponse.
102
102
 
103
103
  :return: The metadata of this ShowRecordSetByZoneResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this ShowRecordSetByZoneResponse.
110
+ r"""Sets the metadata of this ShowRecordSetByZoneResponse.
111
111
 
112
112
  :param metadata: The metadata of this ShowRecordSetByZoneResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -27,7 +27,7 @@ class ShowRecordSetRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, recordset_id=None):
30
- """ShowRecordSetRequest
30
+ r"""ShowRecordSetRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowRecordSetRequest:
48
48
 
49
49
  @property
50
50
  def zone_id(self):
51
- """Gets the zone_id of this ShowRecordSetRequest.
51
+ r"""Gets the zone_id of this ShowRecordSetRequest.
52
52
 
53
53
  所属zone的ID。
54
54
 
@@ -59,7 +59,7 @@ class ShowRecordSetRequest:
59
59
 
60
60
  @zone_id.setter
61
61
  def zone_id(self, zone_id):
62
- """Sets the zone_id of this ShowRecordSetRequest.
62
+ r"""Sets the zone_id of this ShowRecordSetRequest.
63
63
 
64
64
  所属zone的ID。
65
65
 
@@ -70,7 +70,7 @@ class ShowRecordSetRequest:
70
70
 
71
71
  @property
72
72
  def recordset_id(self):
73
- """Gets the recordset_id of this ShowRecordSetRequest.
73
+ r"""Gets the recordset_id of this ShowRecordSetRequest.
74
74
 
75
75
  待查询recordset的ID信息。
76
76
 
@@ -81,7 +81,7 @@ class ShowRecordSetRequest:
81
81
 
82
82
  @recordset_id.setter
83
83
  def recordset_id(self, recordset_id):
84
- """Sets the recordset_id of this ShowRecordSetRequest.
84
+ r"""Sets the recordset_id of this ShowRecordSetRequest.
85
85
 
86
86
  待查询recordset的ID信息。
87
87
 
@@ -54,7 +54,7 @@ class ShowRecordSetResponse(SdkResponse):
54
54
  }
55
55
 
56
56
  def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, create_at=None, update_at=None, status=None, default=None, project_id=None, links=None, bundle=None):
57
- """ShowRecordSetResponse
57
+ r"""ShowRecordSetResponse
58
58
 
59
59
  The model defined in huaweicloud sdk
60
60
 
@@ -142,7 +142,7 @@ class ShowRecordSetResponse(SdkResponse):
142
142
 
143
143
  @property
144
144
  def id(self):
145
- """Gets the id of this ShowRecordSetResponse.
145
+ r"""Gets the id of this ShowRecordSetResponse.
146
146
 
147
147
  Record Set的ID。
148
148
 
@@ -153,7 +153,7 @@ class ShowRecordSetResponse(SdkResponse):
153
153
 
154
154
  @id.setter
155
155
  def id(self, id):
156
- """Sets the id of this ShowRecordSetResponse.
156
+ r"""Sets the id of this ShowRecordSetResponse.
157
157
 
158
158
  Record Set的ID。
159
159
 
@@ -164,7 +164,7 @@ class ShowRecordSetResponse(SdkResponse):
164
164
 
165
165
  @property
166
166
  def name(self):
167
- """Gets the name of this ShowRecordSetResponse.
167
+ r"""Gets the name of this ShowRecordSetResponse.
168
168
 
169
169
  Record Set的名称。
170
170
 
@@ -175,7 +175,7 @@ class ShowRecordSetResponse(SdkResponse):
175
175
 
176
176
  @name.setter
177
177
  def name(self, name):
178
- """Sets the name of this ShowRecordSetResponse.
178
+ r"""Sets the name of this ShowRecordSetResponse.
179
179
 
180
180
  Record Set的名称。
181
181
 
@@ -186,7 +186,7 @@ class ShowRecordSetResponse(SdkResponse):
186
186
 
187
187
  @property
188
188
  def description(self):
189
- """Gets the description of this ShowRecordSetResponse.
189
+ r"""Gets the description of this ShowRecordSetResponse.
190
190
 
191
191
  Record Set的描述信息。
192
192
 
@@ -197,7 +197,7 @@ class ShowRecordSetResponse(SdkResponse):
197
197
 
198
198
  @description.setter
199
199
  def description(self, description):
200
- """Sets the description of this ShowRecordSetResponse.
200
+ r"""Sets the description of this ShowRecordSetResponse.
201
201
 
202
202
  Record Set的描述信息。
203
203
 
@@ -208,7 +208,7 @@ class ShowRecordSetResponse(SdkResponse):
208
208
 
209
209
  @property
210
210
  def zone_id(self):
211
- """Gets the zone_id of this ShowRecordSetResponse.
211
+ r"""Gets the zone_id of this ShowRecordSetResponse.
212
212
 
213
213
  托管该记录的zone_id。
214
214
 
@@ -219,7 +219,7 @@ class ShowRecordSetResponse(SdkResponse):
219
219
 
220
220
  @zone_id.setter
221
221
  def zone_id(self, zone_id):
222
- """Sets the zone_id of this ShowRecordSetResponse.
222
+ r"""Sets the zone_id of this ShowRecordSetResponse.
223
223
 
224
224
  托管该记录的zone_id。
225
225
 
@@ -230,7 +230,7 @@ class ShowRecordSetResponse(SdkResponse):
230
230
 
231
231
  @property
232
232
  def zone_name(self):
233
- """Gets the zone_name of this ShowRecordSetResponse.
233
+ r"""Gets the zone_name of this ShowRecordSetResponse.
234
234
 
235
235
  托管该记录的zone_name。
236
236
 
@@ -241,7 +241,7 @@ class ShowRecordSetResponse(SdkResponse):
241
241
 
242
242
  @zone_name.setter
243
243
  def zone_name(self, zone_name):
244
- """Sets the zone_name of this ShowRecordSetResponse.
244
+ r"""Sets the zone_name of this ShowRecordSetResponse.
245
245
 
246
246
  托管该记录的zone_name。
247
247
 
@@ -252,7 +252,7 @@ class ShowRecordSetResponse(SdkResponse):
252
252
 
253
253
  @property
254
254
  def type(self):
255
- """Gets the type of this ShowRecordSetResponse.
255
+ r"""Gets the type of this ShowRecordSetResponse.
256
256
 
257
257
  记录类型。
258
258
 
@@ -263,7 +263,7 @@ class ShowRecordSetResponse(SdkResponse):
263
263
 
264
264
  @type.setter
265
265
  def type(self, type):
266
- """Sets the type of this ShowRecordSetResponse.
266
+ r"""Sets the type of this ShowRecordSetResponse.
267
267
 
268
268
  记录类型。
269
269
 
@@ -274,7 +274,7 @@ class ShowRecordSetResponse(SdkResponse):
274
274
 
275
275
  @property
276
276
  def ttl(self):
277
- """Gets the ttl of this ShowRecordSetResponse.
277
+ r"""Gets the ttl of this ShowRecordSetResponse.
278
278
 
279
279
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
280
280
 
@@ -285,7 +285,7 @@ class ShowRecordSetResponse(SdkResponse):
285
285
 
286
286
  @ttl.setter
287
287
  def ttl(self, ttl):
288
- """Sets the ttl of this ShowRecordSetResponse.
288
+ r"""Sets the ttl of this ShowRecordSetResponse.
289
289
 
290
290
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
291
291
 
@@ -296,7 +296,7 @@ class ShowRecordSetResponse(SdkResponse):
296
296
 
297
297
  @property
298
298
  def records(self):
299
- """Gets the records of this ShowRecordSetResponse.
299
+ r"""Gets the records of this ShowRecordSetResponse.
300
300
 
301
301
  域名解析后的值。
302
302
 
@@ -307,7 +307,7 @@ class ShowRecordSetResponse(SdkResponse):
307
307
 
308
308
  @records.setter
309
309
  def records(self, records):
310
- """Sets the records of this ShowRecordSetResponse.
310
+ r"""Sets the records of this ShowRecordSetResponse.
311
311
 
312
312
  域名解析后的值。
313
313
 
@@ -318,7 +318,7 @@ class ShowRecordSetResponse(SdkResponse):
318
318
 
319
319
  @property
320
320
  def create_at(self):
321
- """Gets the create_at of this ShowRecordSetResponse.
321
+ r"""Gets the create_at of this ShowRecordSetResponse.
322
322
 
323
323
  创建时间。
324
324
 
@@ -329,7 +329,7 @@ class ShowRecordSetResponse(SdkResponse):
329
329
 
330
330
  @create_at.setter
331
331
  def create_at(self, create_at):
332
- """Sets the create_at of this ShowRecordSetResponse.
332
+ r"""Sets the create_at of this ShowRecordSetResponse.
333
333
 
334
334
  创建时间。
335
335
 
@@ -340,7 +340,7 @@ class ShowRecordSetResponse(SdkResponse):
340
340
 
341
341
  @property
342
342
  def update_at(self):
343
- """Gets the update_at of this ShowRecordSetResponse.
343
+ r"""Gets the update_at of this ShowRecordSetResponse.
344
344
 
345
345
  更新时间。
346
346
 
@@ -351,7 +351,7 @@ class ShowRecordSetResponse(SdkResponse):
351
351
 
352
352
  @update_at.setter
353
353
  def update_at(self, update_at):
354
- """Sets the update_at of this ShowRecordSetResponse.
354
+ r"""Sets the update_at of this ShowRecordSetResponse.
355
355
 
356
356
  更新时间。
357
357
 
@@ -362,7 +362,7 @@ class ShowRecordSetResponse(SdkResponse):
362
362
 
363
363
  @property
364
364
  def status(self):
365
- """Gets the status of this ShowRecordSetResponse.
365
+ r"""Gets the status of this ShowRecordSetResponse.
366
366
 
367
367
  资源状态。
368
368
 
@@ -373,7 +373,7 @@ class ShowRecordSetResponse(SdkResponse):
373
373
 
374
374
  @status.setter
375
375
  def status(self, status):
376
- """Sets the status of this ShowRecordSetResponse.
376
+ r"""Sets the status of this ShowRecordSetResponse.
377
377
 
378
378
  资源状态。
379
379
 
@@ -384,7 +384,7 @@ class ShowRecordSetResponse(SdkResponse):
384
384
 
385
385
  @property
386
386
  def default(self):
387
- """Gets the default of this ShowRecordSetResponse.
387
+ r"""Gets the default of this ShowRecordSetResponse.
388
388
 
389
389
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
390
390
 
@@ -395,7 +395,7 @@ class ShowRecordSetResponse(SdkResponse):
395
395
 
396
396
  @default.setter
397
397
  def default(self, default):
398
- """Sets the default of this ShowRecordSetResponse.
398
+ r"""Sets the default of this ShowRecordSetResponse.
399
399
 
400
400
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
401
401
 
@@ -406,7 +406,7 @@ class ShowRecordSetResponse(SdkResponse):
406
406
 
407
407
  @property
408
408
  def project_id(self):
409
- """Gets the project_id of this ShowRecordSetResponse.
409
+ r"""Gets the project_id of this ShowRecordSetResponse.
410
410
 
411
411
  该Record Set所属的项目ID。
412
412
 
@@ -417,7 +417,7 @@ class ShowRecordSetResponse(SdkResponse):
417
417
 
418
418
  @project_id.setter
419
419
  def project_id(self, project_id):
420
- """Sets the project_id of this ShowRecordSetResponse.
420
+ r"""Sets the project_id of this ShowRecordSetResponse.
421
421
 
422
422
  该Record Set所属的项目ID。
423
423
 
@@ -428,7 +428,7 @@ class ShowRecordSetResponse(SdkResponse):
428
428
 
429
429
  @property
430
430
  def links(self):
431
- """Gets the links of this ShowRecordSetResponse.
431
+ r"""Gets the links of this ShowRecordSetResponse.
432
432
 
433
433
  :return: The links of this ShowRecordSetResponse.
434
434
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -437,7 +437,7 @@ class ShowRecordSetResponse(SdkResponse):
437
437
 
438
438
  @links.setter
439
439
  def links(self, links):
440
- """Sets the links of this ShowRecordSetResponse.
440
+ r"""Sets the links of this ShowRecordSetResponse.
441
441
 
442
442
  :param links: The links of this ShowRecordSetResponse.
443
443
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -446,7 +446,7 @@ class ShowRecordSetResponse(SdkResponse):
446
446
 
447
447
  @property
448
448
  def bundle(self):
449
- """Gets the bundle of this ShowRecordSetResponse.
449
+ r"""Gets the bundle of this ShowRecordSetResponse.
450
450
 
451
451
  规格,默认规格,保留字段。
452
452
 
@@ -457,7 +457,7 @@ class ShowRecordSetResponse(SdkResponse):
457
457
 
458
458
  @bundle.setter
459
459
  def bundle(self, bundle):
460
- """Sets the bundle of this ShowRecordSetResponse.
460
+ r"""Sets the bundle of this ShowRecordSetResponse.
461
461
 
462
462
  规格,默认规格,保留字段。
463
463