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
@@ -56,7 +56,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
56
56
  }
57
57
 
58
58
  def __init__(self, id=None, name=None, description=None, email=None, zone_type=None, ttl=None, serial=None, status=None, record_num=None, pool_id=None, project_id=None, created_at=None, updated_at=None, links=None, masters=None, routers=None):
59
- """UpdatePrivateZoneResponse
59
+ r"""UpdatePrivateZoneResponse
60
60
 
61
61
  The model defined in huaweicloud sdk
62
62
 
@@ -149,7 +149,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
149
149
 
150
150
  @property
151
151
  def id(self):
152
- """Gets the id of this UpdatePrivateZoneResponse.
152
+ r"""Gets the id of this UpdatePrivateZoneResponse.
153
153
 
154
154
  zone的ID,uuid形式的一个资源标识。
155
155
 
@@ -160,7 +160,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
160
160
 
161
161
  @id.setter
162
162
  def id(self, id):
163
- """Sets the id of this UpdatePrivateZoneResponse.
163
+ r"""Sets the id of this UpdatePrivateZoneResponse.
164
164
 
165
165
  zone的ID,uuid形式的一个资源标识。
166
166
 
@@ -171,7 +171,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
171
171
 
172
172
  @property
173
173
  def name(self):
174
- """Gets the name of this UpdatePrivateZoneResponse.
174
+ r"""Gets the name of this UpdatePrivateZoneResponse.
175
175
 
176
176
  zone名称。
177
177
 
@@ -182,7 +182,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
182
182
 
183
183
  @name.setter
184
184
  def name(self, name):
185
- """Sets the name of this UpdatePrivateZoneResponse.
185
+ r"""Sets the name of this UpdatePrivateZoneResponse.
186
186
 
187
187
  zone名称。
188
188
 
@@ -193,7 +193,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
193
193
 
194
194
  @property
195
195
  def description(self):
196
- """Gets the description of this UpdatePrivateZoneResponse.
196
+ r"""Gets the description of this UpdatePrivateZoneResponse.
197
197
 
198
198
  对zone的描述信息。
199
199
 
@@ -204,7 +204,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
204
204
 
205
205
  @description.setter
206
206
  def description(self, description):
207
- """Sets the description of this UpdatePrivateZoneResponse.
207
+ r"""Sets the description of this UpdatePrivateZoneResponse.
208
208
 
209
209
  对zone的描述信息。
210
210
 
@@ -215,7 +215,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
215
215
 
216
216
  @property
217
217
  def email(self):
218
- """Gets the email of this UpdatePrivateZoneResponse.
218
+ r"""Gets the email of this UpdatePrivateZoneResponse.
219
219
 
220
220
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
221
221
 
@@ -226,7 +226,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
226
226
 
227
227
  @email.setter
228
228
  def email(self, email):
229
- """Sets the email of this UpdatePrivateZoneResponse.
229
+ r"""Sets the email of this UpdatePrivateZoneResponse.
230
230
 
231
231
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
232
232
 
@@ -237,7 +237,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
237
237
 
238
238
  @property
239
239
  def zone_type(self):
240
- """Gets the zone_type of this UpdatePrivateZoneResponse.
240
+ r"""Gets the zone_type of this UpdatePrivateZoneResponse.
241
241
 
242
242
  zone类型,内网(private)。
243
243
 
@@ -248,7 +248,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
248
248
 
249
249
  @zone_type.setter
250
250
  def zone_type(self, zone_type):
251
- """Sets the zone_type of this UpdatePrivateZoneResponse.
251
+ r"""Sets the zone_type of this UpdatePrivateZoneResponse.
252
252
 
253
253
  zone类型,内网(private)。
254
254
 
@@ -259,7 +259,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
259
259
 
260
260
  @property
261
261
  def ttl(self):
262
- """Gets the ttl of this UpdatePrivateZoneResponse.
262
+ r"""Gets the ttl of this UpdatePrivateZoneResponse.
263
263
 
264
264
  该zone下SOA记录中的ttl值。
265
265
 
@@ -270,7 +270,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
270
270
 
271
271
  @ttl.setter
272
272
  def ttl(self, ttl):
273
- """Sets the ttl of this UpdatePrivateZoneResponse.
273
+ r"""Sets the ttl of this UpdatePrivateZoneResponse.
274
274
 
275
275
  该zone下SOA记录中的ttl值。
276
276
 
@@ -281,7 +281,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
281
281
 
282
282
  @property
283
283
  def serial(self):
284
- """Gets the serial of this UpdatePrivateZoneResponse.
284
+ r"""Gets the serial of this UpdatePrivateZoneResponse.
285
285
 
286
286
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
287
287
 
@@ -292,7 +292,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
292
292
 
293
293
  @serial.setter
294
294
  def serial(self, serial):
295
- """Sets the serial of this UpdatePrivateZoneResponse.
295
+ r"""Sets the serial of this UpdatePrivateZoneResponse.
296
296
 
297
297
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
298
298
 
@@ -303,7 +303,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
303
303
 
304
304
  @property
305
305
  def status(self):
306
- """Gets the status of this UpdatePrivateZoneResponse.
306
+ r"""Gets the status of this UpdatePrivateZoneResponse.
307
307
 
308
308
  资源状态。
309
309
 
@@ -314,7 +314,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
314
314
 
315
315
  @status.setter
316
316
  def status(self, status):
317
- """Sets the status of this UpdatePrivateZoneResponse.
317
+ r"""Sets the status of this UpdatePrivateZoneResponse.
318
318
 
319
319
  资源状态。
320
320
 
@@ -325,7 +325,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
325
325
 
326
326
  @property
327
327
  def record_num(self):
328
- """Gets the record_num of this UpdatePrivateZoneResponse.
328
+ r"""Gets the record_num of this UpdatePrivateZoneResponse.
329
329
 
330
330
  该zone下的recordset个数。
331
331
 
@@ -336,7 +336,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
336
336
 
337
337
  @record_num.setter
338
338
  def record_num(self, record_num):
339
- """Sets the record_num of this UpdatePrivateZoneResponse.
339
+ r"""Sets the record_num of this UpdatePrivateZoneResponse.
340
340
 
341
341
  该zone下的recordset个数。
342
342
 
@@ -347,7 +347,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
347
347
 
348
348
  @property
349
349
  def pool_id(self):
350
- """Gets the pool_id of this UpdatePrivateZoneResponse.
350
+ r"""Gets the pool_id of this UpdatePrivateZoneResponse.
351
351
 
352
352
  托管该zone的pool,由系统分配。
353
353
 
@@ -358,7 +358,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
358
358
 
359
359
  @pool_id.setter
360
360
  def pool_id(self, pool_id):
361
- """Sets the pool_id of this UpdatePrivateZoneResponse.
361
+ r"""Sets the pool_id of this UpdatePrivateZoneResponse.
362
362
 
363
363
  托管该zone的pool,由系统分配。
364
364
 
@@ -369,7 +369,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
369
369
 
370
370
  @property
371
371
  def project_id(self):
372
- """Gets the project_id of this UpdatePrivateZoneResponse.
372
+ r"""Gets the project_id of this UpdatePrivateZoneResponse.
373
373
 
374
374
  zone所属的项目ID。
375
375
 
@@ -380,7 +380,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
380
380
 
381
381
  @project_id.setter
382
382
  def project_id(self, project_id):
383
- """Sets the project_id of this UpdatePrivateZoneResponse.
383
+ r"""Sets the project_id of this UpdatePrivateZoneResponse.
384
384
 
385
385
  zone所属的项目ID。
386
386
 
@@ -391,7 +391,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
391
391
 
392
392
  @property
393
393
  def created_at(self):
394
- """Gets the created_at of this UpdatePrivateZoneResponse.
394
+ r"""Gets the created_at of this UpdatePrivateZoneResponse.
395
395
 
396
396
  创建时间。
397
397
 
@@ -402,7 +402,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
402
402
 
403
403
  @created_at.setter
404
404
  def created_at(self, created_at):
405
- """Sets the created_at of this UpdatePrivateZoneResponse.
405
+ r"""Sets the created_at of this UpdatePrivateZoneResponse.
406
406
 
407
407
  创建时间。
408
408
 
@@ -413,7 +413,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
413
413
 
414
414
  @property
415
415
  def updated_at(self):
416
- """Gets the updated_at of this UpdatePrivateZoneResponse.
416
+ r"""Gets the updated_at of this UpdatePrivateZoneResponse.
417
417
 
418
418
  更新时间。
419
419
 
@@ -424,7 +424,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
424
424
 
425
425
  @updated_at.setter
426
426
  def updated_at(self, updated_at):
427
- """Sets the updated_at of this UpdatePrivateZoneResponse.
427
+ r"""Sets the updated_at of this UpdatePrivateZoneResponse.
428
428
 
429
429
  更新时间。
430
430
 
@@ -435,7 +435,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
435
435
 
436
436
  @property
437
437
  def links(self):
438
- """Gets the links of this UpdatePrivateZoneResponse.
438
+ r"""Gets the links of this UpdatePrivateZoneResponse.
439
439
 
440
440
  :return: The links of this UpdatePrivateZoneResponse.
441
441
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -444,7 +444,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
444
444
 
445
445
  @links.setter
446
446
  def links(self, links):
447
- """Sets the links of this UpdatePrivateZoneResponse.
447
+ r"""Sets the links of this UpdatePrivateZoneResponse.
448
448
 
449
449
  :param links: The links of this UpdatePrivateZoneResponse.
450
450
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -453,7 +453,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
453
453
 
454
454
  @property
455
455
  def masters(self):
456
- """Gets the masters of this UpdatePrivateZoneResponse.
456
+ r"""Gets the masters of this UpdatePrivateZoneResponse.
457
457
 
458
458
  主从模式中,从DNS服务器获取DNS信息。
459
459
 
@@ -464,7 +464,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
464
464
 
465
465
  @masters.setter
466
466
  def masters(self, masters):
467
- """Sets the masters of this UpdatePrivateZoneResponse.
467
+ r"""Sets the masters of this UpdatePrivateZoneResponse.
468
468
 
469
469
  主从模式中,从DNS服务器获取DNS信息。
470
470
 
@@ -475,7 +475,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
475
475
 
476
476
  @property
477
477
  def routers(self):
478
- """Gets the routers of this UpdatePrivateZoneResponse.
478
+ r"""Gets the routers of this UpdatePrivateZoneResponse.
479
479
 
480
480
  与该zone关联的Router(VPC)列表。
481
481
 
@@ -486,7 +486,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
486
486
 
487
487
  @routers.setter
488
488
  def routers(self, routers):
489
- """Sets the routers of this UpdatePrivateZoneResponse.
489
+ r"""Sets the routers of this UpdatePrivateZoneResponse.
490
490
 
491
491
  与该zone关联的Router(VPC)列表。
492
492
 
@@ -29,7 +29,7 @@ class UpdatePtrRecordRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, region=None, floatingip_id=None, body=None):
32
- """UpdatePtrRecordRequest
32
+ r"""UpdatePtrRecordRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class UpdatePtrRecordRequest:
55
55
 
56
56
  @property
57
57
  def region(self):
58
- """Gets the region of this UpdatePtrRecordRequest.
58
+ r"""Gets the region of this UpdatePtrRecordRequest.
59
59
 
60
60
  域名所属的区域。
61
61
 
@@ -66,7 +66,7 @@ class UpdatePtrRecordRequest:
66
66
 
67
67
  @region.setter
68
68
  def region(self, region):
69
- """Sets the region of this UpdatePtrRecordRequest.
69
+ r"""Sets the region of this UpdatePtrRecordRequest.
70
70
 
71
71
  域名所属的区域。
72
72
 
@@ -77,7 +77,7 @@ class UpdatePtrRecordRequest:
77
77
 
78
78
  @property
79
79
  def floatingip_id(self):
80
- """Gets the floatingip_id of this UpdatePtrRecordRequest.
80
+ r"""Gets the floatingip_id of this UpdatePtrRecordRequest.
81
81
 
82
82
  弹性公网IP(EIP)的ID。
83
83
 
@@ -88,7 +88,7 @@ class UpdatePtrRecordRequest:
88
88
 
89
89
  @floatingip_id.setter
90
90
  def floatingip_id(self, floatingip_id):
91
- """Sets the floatingip_id of this UpdatePtrRecordRequest.
91
+ r"""Sets the floatingip_id of this UpdatePtrRecordRequest.
92
92
 
93
93
  弹性公网IP(EIP)的ID。
94
94
 
@@ -99,7 +99,7 @@ class UpdatePtrRecordRequest:
99
99
 
100
100
  @property
101
101
  def body(self):
102
- """Gets the body of this UpdatePtrRecordRequest.
102
+ r"""Gets the body of this UpdatePtrRecordRequest.
103
103
 
104
104
  :return: The body of this UpdatePtrRecordRequest.
105
105
  :rtype: :class:`huaweicloudsdkdns.v2.UpdatePtrReq`
@@ -108,7 +108,7 @@ class UpdatePtrRecordRequest:
108
108
 
109
109
  @body.setter
110
110
  def body(self, body):
111
- """Sets the body of this UpdatePtrRecordRequest.
111
+ r"""Sets the body of this UpdatePtrRecordRequest.
112
112
 
113
113
  :param body: The body of this UpdatePtrRecordRequest.
114
114
  :type body: :class:`huaweicloudsdkdns.v2.UpdatePtrReq`
@@ -40,7 +40,7 @@ class UpdatePtrRecordResponse(SdkResponse):
40
40
  }
41
41
 
42
42
  def __init__(self, id=None, ptrdname=None, description=None, ttl=None, address=None, status=None, action=None, links=None):
43
- """UpdatePtrRecordResponse
43
+ r"""UpdatePtrRecordResponse
44
44
 
45
45
  The model defined in huaweicloud sdk
46
46
 
@@ -93,7 +93,7 @@ class UpdatePtrRecordResponse(SdkResponse):
93
93
 
94
94
  @property
95
95
  def id(self):
96
- """Gets the id of this UpdatePtrRecordResponse.
96
+ r"""Gets the id of this UpdatePtrRecordResponse.
97
97
 
98
98
  PTR记录的ID,格式形如{region}:{floatingip_id}。
99
99
 
@@ -104,7 +104,7 @@ class UpdatePtrRecordResponse(SdkResponse):
104
104
 
105
105
  @id.setter
106
106
  def id(self, id):
107
- """Sets the id of this UpdatePtrRecordResponse.
107
+ r"""Sets the id of this UpdatePtrRecordResponse.
108
108
 
109
109
  PTR记录的ID,格式形如{region}:{floatingip_id}。
110
110
 
@@ -115,7 +115,7 @@ class UpdatePtrRecordResponse(SdkResponse):
115
115
 
116
116
  @property
117
117
  def ptrdname(self):
118
- """Gets the ptrdname of this UpdatePtrRecordResponse.
118
+ r"""Gets the ptrdname of this UpdatePtrRecordResponse.
119
119
 
120
120
  PTR记录对应的域名。
121
121
 
@@ -126,7 +126,7 @@ class UpdatePtrRecordResponse(SdkResponse):
126
126
 
127
127
  @ptrdname.setter
128
128
  def ptrdname(self, ptrdname):
129
- """Sets the ptrdname of this UpdatePtrRecordResponse.
129
+ r"""Sets the ptrdname of this UpdatePtrRecordResponse.
130
130
 
131
131
  PTR记录对应的域名。
132
132
 
@@ -137,7 +137,7 @@ class UpdatePtrRecordResponse(SdkResponse):
137
137
 
138
138
  @property
139
139
  def description(self):
140
- """Gets the description of this UpdatePtrRecordResponse.
140
+ r"""Gets the description of this UpdatePtrRecordResponse.
141
141
 
142
142
  对PTR记录的描述。
143
143
 
@@ -148,7 +148,7 @@ class UpdatePtrRecordResponse(SdkResponse):
148
148
 
149
149
  @description.setter
150
150
  def description(self, description):
151
- """Sets the description of this UpdatePtrRecordResponse.
151
+ r"""Sets the description of this UpdatePtrRecordResponse.
152
152
 
153
153
  对PTR记录的描述。
154
154
 
@@ -159,7 +159,7 @@ class UpdatePtrRecordResponse(SdkResponse):
159
159
 
160
160
  @property
161
161
  def ttl(self):
162
- """Gets the ttl of this UpdatePtrRecordResponse.
162
+ r"""Gets the ttl of this UpdatePtrRecordResponse.
163
163
 
164
164
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
165
165
 
@@ -170,7 +170,7 @@ class UpdatePtrRecordResponse(SdkResponse):
170
170
 
171
171
  @ttl.setter
172
172
  def ttl(self, ttl):
173
- """Sets the ttl of this UpdatePtrRecordResponse.
173
+ r"""Sets the ttl of this UpdatePtrRecordResponse.
174
174
 
175
175
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
176
176
 
@@ -181,7 +181,7 @@ class UpdatePtrRecordResponse(SdkResponse):
181
181
 
182
182
  @property
183
183
  def address(self):
184
- """Gets the address of this UpdatePtrRecordResponse.
184
+ r"""Gets the address of this UpdatePtrRecordResponse.
185
185
 
186
186
  弹性公网IP的IP地址。
187
187
 
@@ -192,7 +192,7 @@ class UpdatePtrRecordResponse(SdkResponse):
192
192
 
193
193
  @address.setter
194
194
  def address(self, address):
195
- """Sets the address of this UpdatePtrRecordResponse.
195
+ r"""Sets the address of this UpdatePtrRecordResponse.
196
196
 
197
197
  弹性公网IP的IP地址。
198
198
 
@@ -203,7 +203,7 @@ class UpdatePtrRecordResponse(SdkResponse):
203
203
 
204
204
  @property
205
205
  def status(self):
206
- """Gets the status of this UpdatePtrRecordResponse.
206
+ r"""Gets the status of this UpdatePtrRecordResponse.
207
207
 
208
208
  资源状态。
209
209
 
@@ -214,7 +214,7 @@ class UpdatePtrRecordResponse(SdkResponse):
214
214
 
215
215
  @status.setter
216
216
  def status(self, status):
217
- """Sets the status of this UpdatePtrRecordResponse.
217
+ r"""Sets the status of this UpdatePtrRecordResponse.
218
218
 
219
219
  资源状态。
220
220
 
@@ -225,7 +225,7 @@ class UpdatePtrRecordResponse(SdkResponse):
225
225
 
226
226
  @property
227
227
  def action(self):
228
- """Gets the action of this UpdatePtrRecordResponse.
228
+ r"""Gets the action of this UpdatePtrRecordResponse.
229
229
 
230
230
  对该资源的当前操作。 取值范围: CREATE:表示创建 UPDATE:表示更新 DELETE:表示删除 NONE:表示无操作
231
231
 
@@ -236,7 +236,7 @@ class UpdatePtrRecordResponse(SdkResponse):
236
236
 
237
237
  @action.setter
238
238
  def action(self, action):
239
- """Sets the action of this UpdatePtrRecordResponse.
239
+ r"""Sets the action of this UpdatePtrRecordResponse.
240
240
 
241
241
  对该资源的当前操作。 取值范围: CREATE:表示创建 UPDATE:表示更新 DELETE:表示删除 NONE:表示无操作
242
242
 
@@ -247,7 +247,7 @@ class UpdatePtrRecordResponse(SdkResponse):
247
247
 
248
248
  @property
249
249
  def links(self):
250
- """Gets the links of this UpdatePtrRecordResponse.
250
+ r"""Gets the links of this UpdatePtrRecordResponse.
251
251
 
252
252
  :return: The links of this UpdatePtrRecordResponse.
253
253
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -256,7 +256,7 @@ class UpdatePtrRecordResponse(SdkResponse):
256
256
 
257
257
  @links.setter
258
258
  def links(self, links):
259
- """Sets the links of this UpdatePtrRecordResponse.
259
+ r"""Sets the links of this UpdatePtrRecordResponse.
260
260
 
261
261
  :param links: The links of this UpdatePtrRecordResponse.
262
262
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -31,7 +31,7 @@ class UpdatePtrReq:
31
31
  }
32
32
 
33
33
  def __init__(self, ptrdname=None, description=None, ttl=None, tags=None):
34
- """UpdatePtrReq
34
+ r"""UpdatePtrReq
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -63,7 +63,7 @@ class UpdatePtrReq:
63
63
 
64
64
  @property
65
65
  def ptrdname(self):
66
- """Gets the ptrdname of this UpdatePtrReq.
66
+ r"""Gets the ptrdname of this UpdatePtrReq.
67
67
 
68
68
  PTR记录对应的域名。
69
69
 
@@ -74,7 +74,7 @@ class UpdatePtrReq:
74
74
 
75
75
  @ptrdname.setter
76
76
  def ptrdname(self, ptrdname):
77
- """Sets the ptrdname of this UpdatePtrReq.
77
+ r"""Sets the ptrdname of this UpdatePtrReq.
78
78
 
79
79
  PTR记录对应的域名。
80
80
 
@@ -85,7 +85,7 @@ class UpdatePtrReq:
85
85
 
86
86
  @property
87
87
  def description(self):
88
- """Gets the description of this UpdatePtrReq.
88
+ r"""Gets the description of this UpdatePtrReq.
89
89
 
90
90
  对PTR记录的描述。
91
91
 
@@ -96,7 +96,7 @@ class UpdatePtrReq:
96
96
 
97
97
  @description.setter
98
98
  def description(self, description):
99
- """Sets the description of this UpdatePtrReq.
99
+ r"""Sets the description of this UpdatePtrReq.
100
100
 
101
101
  对PTR记录的描述。
102
102
 
@@ -107,7 +107,7 @@ class UpdatePtrReq:
107
107
 
108
108
  @property
109
109
  def ttl(self):
110
- """Gets the ttl of this UpdatePtrReq.
110
+ r"""Gets the ttl of this UpdatePtrReq.
111
111
 
112
112
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
113
113
 
@@ -118,7 +118,7 @@ class UpdatePtrReq:
118
118
 
119
119
  @ttl.setter
120
120
  def ttl(self, ttl):
121
- """Sets the ttl of this UpdatePtrReq.
121
+ r"""Sets the ttl of this UpdatePtrReq.
122
122
 
123
123
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
124
124
 
@@ -129,7 +129,7 @@ class UpdatePtrReq:
129
129
 
130
130
  @property
131
131
  def tags(self):
132
- """Gets the tags of this UpdatePtrReq.
132
+ r"""Gets the tags of this UpdatePtrReq.
133
133
 
134
134
  资源标签。
135
135
 
@@ -140,7 +140,7 @@ class UpdatePtrReq:
140
140
 
141
141
  @tags.setter
142
142
  def tags(self, tags):
143
- """Sets the tags of this UpdatePtrReq.
143
+ r"""Sets the tags of this UpdatePtrReq.
144
144
 
145
145
  资源标签。
146
146
 
@@ -29,7 +29,7 @@ class UpdatePublicZoneInfo:
29
29
  }
30
30
 
31
31
  def __init__(self, description=None, email=None, ttl=None):
32
- """UpdatePublicZoneInfo
32
+ r"""UpdatePublicZoneInfo
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class UpdatePublicZoneInfo:
57
57
 
58
58
  @property
59
59
  def description(self):
60
- """Gets the description of this UpdatePublicZoneInfo.
60
+ r"""Gets the description of this UpdatePublicZoneInfo.
61
61
 
62
62
  域名的描述信息。长度不超过255个字符。
63
63
 
@@ -68,7 +68,7 @@ class UpdatePublicZoneInfo:
68
68
 
69
69
  @description.setter
70
70
  def description(self, description):
71
- """Sets the description of this UpdatePublicZoneInfo.
71
+ r"""Sets the description of this UpdatePublicZoneInfo.
72
72
 
73
73
  域名的描述信息。长度不超过255个字符。
74
74
 
@@ -79,7 +79,7 @@ class UpdatePublicZoneInfo:
79
79
 
80
80
  @property
81
81
  def email(self):
82
- """Gets the email of this UpdatePublicZoneInfo.
82
+ r"""Gets the email of this UpdatePublicZoneInfo.
83
83
 
84
84
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。 如果为空,表示维持原值。 默认值为空。
85
85
 
@@ -90,7 +90,7 @@ class UpdatePublicZoneInfo:
90
90
 
91
91
  @email.setter
92
92
  def email(self, email):
93
- """Sets the email of this UpdatePublicZoneInfo.
93
+ r"""Sets the email of this UpdatePublicZoneInfo.
94
94
 
95
95
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。 如果为空,表示维持原值。 默认值为空。
96
96
 
@@ -101,7 +101,7 @@ class UpdatePublicZoneInfo:
101
101
 
102
102
  @property
103
103
  def ttl(self):
104
- """Gets the ttl of this UpdatePublicZoneInfo.
104
+ r"""Gets the ttl of this UpdatePublicZoneInfo.
105
105
 
106
106
  用于填写默认生成的SOA记录中有效缓存时间,以秒为单位。
107
107
 
@@ -112,7 +112,7 @@ class UpdatePublicZoneInfo:
112
112
 
113
113
  @ttl.setter
114
114
  def ttl(self, ttl):
115
- """Sets the ttl of this UpdatePublicZoneInfo.
115
+ r"""Sets the ttl of this UpdatePublicZoneInfo.
116
116
 
117
117
  用于填写默认生成的SOA记录中有效缓存时间,以秒为单位。
118
118
 
@@ -27,7 +27,7 @@ class UpdatePublicZoneRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, body=None):
30
- """UpdatePublicZoneRequest
30
+ r"""UpdatePublicZoneRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdatePublicZoneRequest:
49
49
 
50
50
  @property
51
51
  def zone_id(self):
52
- """Gets the zone_id of this UpdatePublicZoneRequest.
52
+ r"""Gets the zone_id of this UpdatePublicZoneRequest.
53
53
 
54
54
  待修改zone的ID
55
55
 
@@ -60,7 +60,7 @@ class UpdatePublicZoneRequest:
60
60
 
61
61
  @zone_id.setter
62
62
  def zone_id(self, zone_id):
63
- """Sets the zone_id of this UpdatePublicZoneRequest.
63
+ r"""Sets the zone_id of this UpdatePublicZoneRequest.
64
64
 
65
65
  待修改zone的ID
66
66
 
@@ -71,7 +71,7 @@ class UpdatePublicZoneRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdatePublicZoneRequest.
74
+ r"""Gets the body of this UpdatePublicZoneRequest.
75
75
 
76
76
  :return: The body of this UpdatePublicZoneRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.UpdatePublicZoneInfo`
@@ -80,7 +80,7 @@ class UpdatePublicZoneRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdatePublicZoneRequest.
83
+ r"""Sets the body of this UpdatePublicZoneRequest.
84
84
 
85
85
  :param body: The body of this UpdatePublicZoneRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.UpdatePublicZoneInfo`