huaweicloudsdkdns 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. huaweicloudsdkdns/v2/dns_async_client.py +59 -59
  2. huaweicloudsdkdns/v2/dns_client.py +59 -59
  3. huaweicloudsdkdns/v2/model/alias_target.py +5 -5
  4. huaweicloudsdkdns/v2/model/associate_router_request.py +5 -5
  5. huaweicloudsdkdns/v2/model/associate_router_request_body.py +3 -3
  6. huaweicloudsdkdns/v2/model/associate_router_response.py +7 -7
  7. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +9 -9
  8. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +7 -7
  9. huaweicloudsdkdns/v2/model/batch_create_tag_response.py +1 -1
  10. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +5 -5
  11. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
  12. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +7 -7
  13. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +3 -3
  14. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +5 -5
  15. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +5 -5
  16. huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +3 -3
  17. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +5 -5
  18. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +5 -5
  19. huaweicloudsdkdns/v2/model/batch_hand_tags.py +5 -5
  20. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +3 -3
  21. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +5 -5
  22. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +7 -7
  23. huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +3 -3
  24. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +5 -5
  25. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +7 -7
  26. huaweicloudsdkdns/v2/model/batch_update_record_set.py +11 -11
  27. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +5 -5
  28. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
  29. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +7 -7
  30. huaweicloudsdkdns/v2/model/create_custom_line_request.py +3 -3
  31. huaweicloudsdkdns/v2/model/create_custom_line_request_body.py +7 -7
  32. huaweicloudsdkdns/v2/model/create_custom_line_response.py +15 -15
  33. huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +7 -7
  34. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +19 -19
  35. huaweicloudsdkdns/v2/model/create_line_group_request.py +3 -3
  36. huaweicloudsdkdns/v2/model/create_line_group_response.py +15 -15
  37. huaweicloudsdkdns/v2/model/create_line_groups_req.py +7 -7
  38. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +15 -15
  39. huaweicloudsdkdns/v2/model/create_private_zone_req.py +19 -19
  40. huaweicloudsdkdns/v2/model/create_private_zone_request.py +3 -3
  41. huaweicloudsdkdns/v2/model/create_private_zone_response.py +35 -35
  42. huaweicloudsdkdns/v2/model/create_ptr_req.py +11 -11
  43. huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
  44. huaweicloudsdkdns/v2/model/create_public_zone_request.py +3 -3
  45. huaweicloudsdkdns/v2/model/create_public_zone_response.py +33 -33
  46. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +9 -9
  47. huaweicloudsdkdns/v2/model/create_record_set_request.py +5 -5
  48. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +15 -15
  49. huaweicloudsdkdns/v2/model/create_record_set_response.py +29 -29
  50. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +5 -5
  51. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +7 -7
  52. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +5 -5
  53. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +21 -21
  54. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +37 -37
  55. huaweicloudsdkdns/v2/model/create_tag_req.py +3 -3
  56. huaweicloudsdkdns/v2/model/create_tag_request.py +7 -7
  57. huaweicloudsdkdns/v2/model/create_tag_response.py +1 -1
  58. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
  59. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +15 -15
  60. huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
  61. huaweicloudsdkdns/v2/model/delete_line_group_response.py +15 -15
  62. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
  63. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +33 -33
  64. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
  65. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +31 -31
  66. huaweicloudsdkdns/v2/model/delete_record_set_request.py +5 -5
  67. huaweicloudsdkdns/v2/model/delete_record_set_response.py +29 -29
  68. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +5 -5
  69. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +37 -37
  70. huaweicloudsdkdns/v2/model/delete_tag_request.py +7 -7
  71. huaweicloudsdkdns/v2/model/delete_tag_response.py +1 -1
  72. huaweicloudsdkdns/v2/model/disassociate_router_request.py +5 -5
  73. huaweicloudsdkdns/v2/model/disassociate_router_response.py +7 -7
  74. huaweicloudsdkdns/v2/model/disassociaterouter_request_body.py +3 -3
  75. huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +9 -9
  76. huaweicloudsdkdns/v2/model/line.py +15 -15
  77. huaweicloudsdkdns/v2/model/link.py +3 -3
  78. huaweicloudsdkdns/v2/model/links_item.py +5 -5
  79. huaweicloudsdkdns/v2/model/list_api_versions_item.py +7 -7
  80. huaweicloudsdkdns/v2/model/list_api_versions_request.py +1 -1
  81. huaweicloudsdkdns/v2/model/list_api_versions_response.py +3 -3
  82. huaweicloudsdkdns/v2/model/list_custom_line_request.py +15 -15
  83. huaweicloudsdkdns/v2/model/list_custom_line_response.py +5 -5
  84. huaweicloudsdkdns/v2/model/list_line_groups_request.py +9 -9
  85. huaweicloudsdkdns/v2/model/list_line_groups_response.py +5 -5
  86. huaweicloudsdkdns/v2/model/list_name_servers_request.py +5 -5
  87. huaweicloudsdkdns/v2/model/list_name_servers_response.py +3 -3
  88. huaweicloudsdkdns/v2/model/list_private_zones_request.py +27 -27
  89. huaweicloudsdkdns/v2/model/list_private_zones_response.py +7 -7
  90. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +21 -21
  91. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +13 -13
  92. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +7 -7
  93. huaweicloudsdkdns/v2/model/list_public_zones_request.py +25 -25
  94. huaweicloudsdkdns/v2/model/list_public_zones_response.py +7 -7
  95. huaweicloudsdkdns/v2/model/list_record_sets.py +29 -29
  96. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +25 -25
  97. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +7 -7
  98. huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
  99. huaweicloudsdkdns/v2/model/list_record_sets_response.py +7 -7
  100. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
  101. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +7 -7
  102. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +31 -31
  103. huaweicloudsdkdns/v2/model/list_tag_req.py +17 -17
  104. huaweicloudsdkdns/v2/model/list_tag_request.py +5 -5
  105. huaweicloudsdkdns/v2/model/list_tag_response.py +5 -5
  106. huaweicloudsdkdns/v2/model/list_tags_request.py +3 -3
  107. huaweicloudsdkdns/v2/model/list_tags_response.py +3 -3
  108. huaweicloudsdkdns/v2/model/match.py +5 -5
  109. huaweicloudsdkdns/v2/model/metadata.py +3 -3
  110. huaweicloudsdkdns/v2/model/name_servers_resp.py +7 -7
  111. huaweicloudsdkdns/v2/model/nameserver.py +5 -5
  112. huaweicloudsdkdns/v2/model/ns_records.py +7 -7
  113. huaweicloudsdkdns/v2/model/page_link.py +5 -5
  114. huaweicloudsdkdns/v2/model/private_name_server.py +5 -5
  115. huaweicloudsdkdns/v2/model/private_zone_resp.py +39 -39
  116. huaweicloudsdkdns/v2/model/public_zone_resp.py +35 -35
  117. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +39 -39
  118. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +39 -39
  119. huaweicloudsdkdns/v2/model/recordset_data.py +37 -37
  120. huaweicloudsdkdns/v2/model/resource_item.py +9 -9
  121. huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +7 -7
  122. huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +1 -1
  123. huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
  124. huaweicloudsdkdns/v2/model/router.py +7 -7
  125. huaweicloudsdkdns/v2/model/router_with_status.py +7 -7
  126. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +5 -5
  127. huaweicloudsdkdns/v2/model/set_record_sets_status_request_body.py +3 -3
  128. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +39 -39
  129. huaweicloudsdkdns/v2/model/show_api_info_request.py +3 -3
  130. huaweicloudsdkdns/v2/model/show_api_info_response.py +3 -3
  131. huaweicloudsdkdns/v2/model/show_domain_quota_request.py +3 -3
  132. huaweicloudsdkdns/v2/model/show_domain_quota_response.py +3 -3
  133. huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
  134. huaweicloudsdkdns/v2/model/show_line_group_response.py +15 -15
  135. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
  136. huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +3 -3
  137. huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
  138. huaweicloudsdkdns/v2/model/show_private_zone_response.py +37 -37
  139. huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +5 -5
  140. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +19 -19
  141. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
  142. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
  143. huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
  144. huaweicloudsdkdns/v2/model/show_public_zone_response.py +33 -33
  145. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
  146. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +37 -37
  147. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +7 -7
  148. huaweicloudsdkdns/v2/model/show_record_set_request.py +5 -5
  149. huaweicloudsdkdns/v2/model/show_record_set_response.py +31 -31
  150. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +5 -5
  151. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +39 -39
  152. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +5 -5
  153. huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -3
  154. huaweicloudsdkdns/v2/model/tag.py +5 -5
  155. huaweicloudsdkdns/v2/model/tag_values.py +5 -5
  156. huaweicloudsdkdns/v2/model/update_custom_line_request.py +5 -5
  157. huaweicloudsdkdns/v2/model/update_custom_line_request_body.py +7 -7
  158. huaweicloudsdkdns/v2/model/update_custom_line_response.py +15 -15
  159. huaweicloudsdkdns/v2/model/update_line_groups_request.py +5 -5
  160. huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +7 -7
  161. huaweicloudsdkdns/v2/model/update_line_groups_response.py +15 -15
  162. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +7 -7
  163. huaweicloudsdkdns/v2/model/update_private_zone_request.py +5 -5
  164. huaweicloudsdkdns/v2/model/update_private_zone_response.py +33 -33
  165. huaweicloudsdkdns/v2/model/update_ptr_record_request.py +7 -7
  166. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +17 -17
  167. huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
  168. huaweicloudsdkdns/v2/model/update_public_zone_info.py +7 -7
  169. huaweicloudsdkdns/v2/model/update_public_zone_request.py +5 -5
  170. huaweicloudsdkdns/v2/model/update_public_zone_response.py +31 -31
  171. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +5 -5
  172. huaweicloudsdkdns/v2/model/update_public_zone_status_request_body.py +3 -3
  173. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +31 -31
  174. huaweicloudsdkdns/v2/model/update_record_set_req.py +11 -11
  175. huaweicloudsdkdns/v2/model/update_record_set_request.py +7 -7
  176. huaweicloudsdkdns/v2/model/update_record_set_response.py +29 -29
  177. huaweicloudsdkdns/v2/model/update_record_sets_req.py +13 -13
  178. huaweicloudsdkdns/v2/model/update_record_sets_request.py +7 -7
  179. huaweicloudsdkdns/v2/model/update_record_sets_response.py +37 -37
  180. huaweicloudsdkdns/v2/model/values_item.py +3 -3
  181. huaweicloudsdkdns/v2/model/version_item.py +13 -13
  182. huaweicloudsdkdns/v2/model/zone_data.py +31 -31
  183. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.143.dist-info/RECORD +192 -0
  185. huaweicloudsdkdns-3.1.142.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/top_level.txt +0 -0
@@ -54,7 +54,7 @@ class DeletePublicZoneResponse(SdkResponse):
54
54
  }
55
55
 
56
56
  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, masters=None, links=None):
57
- """DeletePublicZoneResponse
57
+ r"""DeletePublicZoneResponse
58
58
 
59
59
  The model defined in huaweicloud sdk
60
60
 
@@ -142,7 +142,7 @@ class DeletePublicZoneResponse(SdkResponse):
142
142
 
143
143
  @property
144
144
  def id(self):
145
- """Gets the id of this DeletePublicZoneResponse.
145
+ r"""Gets the id of this DeletePublicZoneResponse.
146
146
 
147
147
  Zone的ID
148
148
 
@@ -153,7 +153,7 @@ class DeletePublicZoneResponse(SdkResponse):
153
153
 
154
154
  @id.setter
155
155
  def id(self, id):
156
- """Sets the id of this DeletePublicZoneResponse.
156
+ r"""Sets the id of this DeletePublicZoneResponse.
157
157
 
158
158
  Zone的ID
159
159
 
@@ -164,7 +164,7 @@ class DeletePublicZoneResponse(SdkResponse):
164
164
 
165
165
  @property
166
166
  def name(self):
167
- """Gets the name of this DeletePublicZoneResponse.
167
+ r"""Gets the name of this DeletePublicZoneResponse.
168
168
 
169
169
  zone名称
170
170
 
@@ -175,7 +175,7 @@ class DeletePublicZoneResponse(SdkResponse):
175
175
 
176
176
  @name.setter
177
177
  def name(self, name):
178
- """Sets the name of this DeletePublicZoneResponse.
178
+ r"""Sets the name of this DeletePublicZoneResponse.
179
179
 
180
180
  zone名称
181
181
 
@@ -186,7 +186,7 @@ class DeletePublicZoneResponse(SdkResponse):
186
186
 
187
187
  @property
188
188
  def description(self):
189
- """Gets the description of this DeletePublicZoneResponse.
189
+ r"""Gets the description of this DeletePublicZoneResponse.
190
190
 
191
191
  对zone的描述信息
192
192
 
@@ -197,7 +197,7 @@ class DeletePublicZoneResponse(SdkResponse):
197
197
 
198
198
  @description.setter
199
199
  def description(self, description):
200
- """Sets the description of this DeletePublicZoneResponse.
200
+ r"""Sets the description of this DeletePublicZoneResponse.
201
201
 
202
202
  对zone的描述信息
203
203
 
@@ -208,7 +208,7 @@ class DeletePublicZoneResponse(SdkResponse):
208
208
 
209
209
  @property
210
210
  def email(self):
211
- """Gets the email of this DeletePublicZoneResponse.
211
+ r"""Gets the email of this DeletePublicZoneResponse.
212
212
 
213
213
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
214
214
 
@@ -219,7 +219,7 @@ class DeletePublicZoneResponse(SdkResponse):
219
219
 
220
220
  @email.setter
221
221
  def email(self, email):
222
- """Sets the email of this DeletePublicZoneResponse.
222
+ r"""Sets the email of this DeletePublicZoneResponse.
223
223
 
224
224
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
225
225
 
@@ -230,7 +230,7 @@ class DeletePublicZoneResponse(SdkResponse):
230
230
 
231
231
  @property
232
232
  def zone_type(self):
233
- """Gets the zone_type of this DeletePublicZoneResponse.
233
+ r"""Gets the zone_type of this DeletePublicZoneResponse.
234
234
 
235
235
  zone类型,公网(public)
236
236
 
@@ -241,7 +241,7 @@ class DeletePublicZoneResponse(SdkResponse):
241
241
 
242
242
  @zone_type.setter
243
243
  def zone_type(self, zone_type):
244
- """Sets the zone_type of this DeletePublicZoneResponse.
244
+ r"""Sets the zone_type of this DeletePublicZoneResponse.
245
245
 
246
246
  zone类型,公网(public)
247
247
 
@@ -252,7 +252,7 @@ class DeletePublicZoneResponse(SdkResponse):
252
252
 
253
253
  @property
254
254
  def ttl(self):
255
- """Gets the ttl of this DeletePublicZoneResponse.
255
+ r"""Gets the ttl of this DeletePublicZoneResponse.
256
256
 
257
257
  该zone下SOA记录中的ttl值
258
258
 
@@ -263,7 +263,7 @@ class DeletePublicZoneResponse(SdkResponse):
263
263
 
264
264
  @ttl.setter
265
265
  def ttl(self, ttl):
266
- """Sets the ttl of this DeletePublicZoneResponse.
266
+ r"""Sets the ttl of this DeletePublicZoneResponse.
267
267
 
268
268
  该zone下SOA记录中的ttl值
269
269
 
@@ -274,7 +274,7 @@ class DeletePublicZoneResponse(SdkResponse):
274
274
 
275
275
  @property
276
276
  def serial(self):
277
- """Gets the serial of this DeletePublicZoneResponse.
277
+ r"""Gets the serial of this DeletePublicZoneResponse.
278
278
 
279
279
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步
280
280
 
@@ -285,7 +285,7 @@ class DeletePublicZoneResponse(SdkResponse):
285
285
 
286
286
  @serial.setter
287
287
  def serial(self, serial):
288
- """Sets the serial of this DeletePublicZoneResponse.
288
+ r"""Sets the serial of this DeletePublicZoneResponse.
289
289
 
290
290
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步
291
291
 
@@ -296,7 +296,7 @@ class DeletePublicZoneResponse(SdkResponse):
296
296
 
297
297
  @property
298
298
  def status(self):
299
- """Gets the status of this DeletePublicZoneResponse.
299
+ r"""Gets the status of this DeletePublicZoneResponse.
300
300
 
301
301
  资源状态
302
302
 
@@ -307,7 +307,7 @@ class DeletePublicZoneResponse(SdkResponse):
307
307
 
308
308
  @status.setter
309
309
  def status(self, status):
310
- """Sets the status of this DeletePublicZoneResponse.
310
+ r"""Sets the status of this DeletePublicZoneResponse.
311
311
 
312
312
  资源状态
313
313
 
@@ -318,7 +318,7 @@ class DeletePublicZoneResponse(SdkResponse):
318
318
 
319
319
  @property
320
320
  def record_num(self):
321
- """Gets the record_num of this DeletePublicZoneResponse.
321
+ r"""Gets the record_num of this DeletePublicZoneResponse.
322
322
 
323
323
  该zone下的recordset个数
324
324
 
@@ -329,7 +329,7 @@ class DeletePublicZoneResponse(SdkResponse):
329
329
 
330
330
  @record_num.setter
331
331
  def record_num(self, record_num):
332
- """Sets the record_num of this DeletePublicZoneResponse.
332
+ r"""Sets the record_num of this DeletePublicZoneResponse.
333
333
 
334
334
  该zone下的recordset个数
335
335
 
@@ -340,7 +340,7 @@ class DeletePublicZoneResponse(SdkResponse):
340
340
 
341
341
  @property
342
342
  def pool_id(self):
343
- """Gets the pool_id of this DeletePublicZoneResponse.
343
+ r"""Gets the pool_id of this DeletePublicZoneResponse.
344
344
 
345
345
  托管该zone的pool,由系统分配
346
346
 
@@ -351,7 +351,7 @@ class DeletePublicZoneResponse(SdkResponse):
351
351
 
352
352
  @pool_id.setter
353
353
  def pool_id(self, pool_id):
354
- """Sets the pool_id of this DeletePublicZoneResponse.
354
+ r"""Sets the pool_id of this DeletePublicZoneResponse.
355
355
 
356
356
  托管该zone的pool,由系统分配
357
357
 
@@ -362,7 +362,7 @@ class DeletePublicZoneResponse(SdkResponse):
362
362
 
363
363
  @property
364
364
  def project_id(self):
365
- """Gets the project_id of this DeletePublicZoneResponse.
365
+ r"""Gets the project_id of this DeletePublicZoneResponse.
366
366
 
367
367
  zone所属的项目ID
368
368
 
@@ -373,7 +373,7 @@ class DeletePublicZoneResponse(SdkResponse):
373
373
 
374
374
  @project_id.setter
375
375
  def project_id(self, project_id):
376
- """Sets the project_id of this DeletePublicZoneResponse.
376
+ r"""Sets the project_id of this DeletePublicZoneResponse.
377
377
 
378
378
  zone所属的项目ID
379
379
 
@@ -384,7 +384,7 @@ class DeletePublicZoneResponse(SdkResponse):
384
384
 
385
385
  @property
386
386
  def created_at(self):
387
- """Gets the created_at of this DeletePublicZoneResponse.
387
+ r"""Gets the created_at of this DeletePublicZoneResponse.
388
388
 
389
389
  创建时间
390
390
 
@@ -395,7 +395,7 @@ class DeletePublicZoneResponse(SdkResponse):
395
395
 
396
396
  @created_at.setter
397
397
  def created_at(self, created_at):
398
- """Sets the created_at of this DeletePublicZoneResponse.
398
+ r"""Sets the created_at of this DeletePublicZoneResponse.
399
399
 
400
400
  创建时间
401
401
 
@@ -406,7 +406,7 @@ class DeletePublicZoneResponse(SdkResponse):
406
406
 
407
407
  @property
408
408
  def updated_at(self):
409
- """Gets the updated_at of this DeletePublicZoneResponse.
409
+ r"""Gets the updated_at of this DeletePublicZoneResponse.
410
410
 
411
411
  更新时间
412
412
 
@@ -417,7 +417,7 @@ class DeletePublicZoneResponse(SdkResponse):
417
417
 
418
418
  @updated_at.setter
419
419
  def updated_at(self, updated_at):
420
- """Sets the updated_at of this DeletePublicZoneResponse.
420
+ r"""Sets the updated_at of this DeletePublicZoneResponse.
421
421
 
422
422
  更新时间
423
423
 
@@ -428,7 +428,7 @@ class DeletePublicZoneResponse(SdkResponse):
428
428
 
429
429
  @property
430
430
  def masters(self):
431
- """Gets the masters of this DeletePublicZoneResponse.
431
+ r"""Gets the masters of this DeletePublicZoneResponse.
432
432
 
433
433
  主从模式中,从DNS服务器获取DNS信息
434
434
 
@@ -439,7 +439,7 @@ class DeletePublicZoneResponse(SdkResponse):
439
439
 
440
440
  @masters.setter
441
441
  def masters(self, masters):
442
- """Sets the masters of this DeletePublicZoneResponse.
442
+ r"""Sets the masters of this DeletePublicZoneResponse.
443
443
 
444
444
  主从模式中,从DNS服务器获取DNS信息
445
445
 
@@ -450,7 +450,7 @@ class DeletePublicZoneResponse(SdkResponse):
450
450
 
451
451
  @property
452
452
  def links(self):
453
- """Gets the links of this DeletePublicZoneResponse.
453
+ r"""Gets the links of this DeletePublicZoneResponse.
454
454
 
455
455
  :return: The links of this DeletePublicZoneResponse.
456
456
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -459,7 +459,7 @@ class DeletePublicZoneResponse(SdkResponse):
459
459
 
460
460
  @links.setter
461
461
  def links(self, links):
462
- """Sets the links of this DeletePublicZoneResponse.
462
+ r"""Sets the links of this DeletePublicZoneResponse.
463
463
 
464
464
  :param links: The links of this DeletePublicZoneResponse.
465
465
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -27,7 +27,7 @@ class DeleteRecordSetRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, recordset_id=None):
30
- """DeleteRecordSetRequest
30
+ r"""DeleteRecordSetRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class DeleteRecordSetRequest:
48
48
 
49
49
  @property
50
50
  def zone_id(self):
51
- """Gets the zone_id of this DeleteRecordSetRequest.
51
+ r"""Gets the zone_id of this DeleteRecordSetRequest.
52
52
 
53
53
  当前recordset所属的zoneID。
54
54
 
@@ -59,7 +59,7 @@ class DeleteRecordSetRequest:
59
59
 
60
60
  @zone_id.setter
61
61
  def zone_id(self, zone_id):
62
- """Sets the zone_id of this DeleteRecordSetRequest.
62
+ r"""Sets the zone_id of this DeleteRecordSetRequest.
63
63
 
64
64
  当前recordset所属的zoneID。
65
65
 
@@ -70,7 +70,7 @@ class DeleteRecordSetRequest:
70
70
 
71
71
  @property
72
72
  def recordset_id(self):
73
- """Gets the recordset_id of this DeleteRecordSetRequest.
73
+ r"""Gets the recordset_id of this DeleteRecordSetRequest.
74
74
 
75
75
  当前recordset所属的ID信息。
76
76
 
@@ -81,7 +81,7 @@ class DeleteRecordSetRequest:
81
81
 
82
82
  @recordset_id.setter
83
83
  def recordset_id(self, recordset_id):
84
- """Sets the recordset_id of this DeleteRecordSetRequest.
84
+ r"""Sets the recordset_id of this DeleteRecordSetRequest.
85
85
 
86
86
  当前recordset所属的ID信息。
87
87
 
@@ -52,7 +52,7 @@ class DeleteRecordSetResponse(SdkResponse):
52
52
  }
53
53
 
54
54
  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):
55
- """DeleteRecordSetResponse
55
+ r"""DeleteRecordSetResponse
56
56
 
57
57
  The model defined in huaweicloud sdk
58
58
 
@@ -135,7 +135,7 @@ class DeleteRecordSetResponse(SdkResponse):
135
135
 
136
136
  @property
137
137
  def id(self):
138
- """Gets the id of this DeleteRecordSetResponse.
138
+ r"""Gets the id of this DeleteRecordSetResponse.
139
139
 
140
140
  Record Set的ID。
141
141
 
@@ -146,7 +146,7 @@ class DeleteRecordSetResponse(SdkResponse):
146
146
 
147
147
  @id.setter
148
148
  def id(self, id):
149
- """Sets the id of this DeleteRecordSetResponse.
149
+ r"""Sets the id of this DeleteRecordSetResponse.
150
150
 
151
151
  Record Set的ID。
152
152
 
@@ -157,7 +157,7 @@ class DeleteRecordSetResponse(SdkResponse):
157
157
 
158
158
  @property
159
159
  def name(self):
160
- """Gets the name of this DeleteRecordSetResponse.
160
+ r"""Gets the name of this DeleteRecordSetResponse.
161
161
 
162
162
  Record Set的名称。
163
163
 
@@ -168,7 +168,7 @@ class DeleteRecordSetResponse(SdkResponse):
168
168
 
169
169
  @name.setter
170
170
  def name(self, name):
171
- """Sets the name of this DeleteRecordSetResponse.
171
+ r"""Sets the name of this DeleteRecordSetResponse.
172
172
 
173
173
  Record Set的名称。
174
174
 
@@ -179,7 +179,7 @@ class DeleteRecordSetResponse(SdkResponse):
179
179
 
180
180
  @property
181
181
  def description(self):
182
- """Gets the description of this DeleteRecordSetResponse.
182
+ r"""Gets the description of this DeleteRecordSetResponse.
183
183
 
184
184
  Record Set的描述信息。
185
185
 
@@ -190,7 +190,7 @@ class DeleteRecordSetResponse(SdkResponse):
190
190
 
191
191
  @description.setter
192
192
  def description(self, description):
193
- """Sets the description of this DeleteRecordSetResponse.
193
+ r"""Sets the description of this DeleteRecordSetResponse.
194
194
 
195
195
  Record Set的描述信息。
196
196
 
@@ -201,7 +201,7 @@ class DeleteRecordSetResponse(SdkResponse):
201
201
 
202
202
  @property
203
203
  def zone_id(self):
204
- """Gets the zone_id of this DeleteRecordSetResponse.
204
+ r"""Gets the zone_id of this DeleteRecordSetResponse.
205
205
 
206
206
  托管该记录的zone_id。
207
207
 
@@ -212,7 +212,7 @@ class DeleteRecordSetResponse(SdkResponse):
212
212
 
213
213
  @zone_id.setter
214
214
  def zone_id(self, zone_id):
215
- """Sets the zone_id of this DeleteRecordSetResponse.
215
+ r"""Sets the zone_id of this DeleteRecordSetResponse.
216
216
 
217
217
  托管该记录的zone_id。
218
218
 
@@ -223,7 +223,7 @@ class DeleteRecordSetResponse(SdkResponse):
223
223
 
224
224
  @property
225
225
  def zone_name(self):
226
- """Gets the zone_name of this DeleteRecordSetResponse.
226
+ r"""Gets the zone_name of this DeleteRecordSetResponse.
227
227
 
228
228
  托管该记录的zone_name。
229
229
 
@@ -234,7 +234,7 @@ class DeleteRecordSetResponse(SdkResponse):
234
234
 
235
235
  @zone_name.setter
236
236
  def zone_name(self, zone_name):
237
- """Sets the zone_name of this DeleteRecordSetResponse.
237
+ r"""Sets the zone_name of this DeleteRecordSetResponse.
238
238
 
239
239
  托管该记录的zone_name。
240
240
 
@@ -245,7 +245,7 @@ class DeleteRecordSetResponse(SdkResponse):
245
245
 
246
246
  @property
247
247
  def type(self):
248
- """Gets the type of this DeleteRecordSetResponse.
248
+ r"""Gets the type of this DeleteRecordSetResponse.
249
249
 
250
250
  记录类型。
251
251
 
@@ -256,7 +256,7 @@ class DeleteRecordSetResponse(SdkResponse):
256
256
 
257
257
  @type.setter
258
258
  def type(self, type):
259
- """Sets the type of this DeleteRecordSetResponse.
259
+ r"""Sets the type of this DeleteRecordSetResponse.
260
260
 
261
261
  记录类型。
262
262
 
@@ -267,7 +267,7 @@ class DeleteRecordSetResponse(SdkResponse):
267
267
 
268
268
  @property
269
269
  def ttl(self):
270
- """Gets the ttl of this DeleteRecordSetResponse.
270
+ r"""Gets the ttl of this DeleteRecordSetResponse.
271
271
 
272
272
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
273
273
 
@@ -278,7 +278,7 @@ class DeleteRecordSetResponse(SdkResponse):
278
278
 
279
279
  @ttl.setter
280
280
  def ttl(self, ttl):
281
- """Sets the ttl of this DeleteRecordSetResponse.
281
+ r"""Sets the ttl of this DeleteRecordSetResponse.
282
282
 
283
283
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
284
284
 
@@ -289,7 +289,7 @@ class DeleteRecordSetResponse(SdkResponse):
289
289
 
290
290
  @property
291
291
  def records(self):
292
- """Gets the records of this DeleteRecordSetResponse.
292
+ r"""Gets the records of this DeleteRecordSetResponse.
293
293
 
294
294
  域名解析后的值。
295
295
 
@@ -300,7 +300,7 @@ class DeleteRecordSetResponse(SdkResponse):
300
300
 
301
301
  @records.setter
302
302
  def records(self, records):
303
- """Sets the records of this DeleteRecordSetResponse.
303
+ r"""Sets the records of this DeleteRecordSetResponse.
304
304
 
305
305
  域名解析后的值。
306
306
 
@@ -311,7 +311,7 @@ class DeleteRecordSetResponse(SdkResponse):
311
311
 
312
312
  @property
313
313
  def create_at(self):
314
- """Gets the create_at of this DeleteRecordSetResponse.
314
+ r"""Gets the create_at of this DeleteRecordSetResponse.
315
315
 
316
316
  创建时间。
317
317
 
@@ -322,7 +322,7 @@ class DeleteRecordSetResponse(SdkResponse):
322
322
 
323
323
  @create_at.setter
324
324
  def create_at(self, create_at):
325
- """Sets the create_at of this DeleteRecordSetResponse.
325
+ r"""Sets the create_at of this DeleteRecordSetResponse.
326
326
 
327
327
  创建时间。
328
328
 
@@ -333,7 +333,7 @@ class DeleteRecordSetResponse(SdkResponse):
333
333
 
334
334
  @property
335
335
  def update_at(self):
336
- """Gets the update_at of this DeleteRecordSetResponse.
336
+ r"""Gets the update_at of this DeleteRecordSetResponse.
337
337
 
338
338
  更新时间。
339
339
 
@@ -344,7 +344,7 @@ class DeleteRecordSetResponse(SdkResponse):
344
344
 
345
345
  @update_at.setter
346
346
  def update_at(self, update_at):
347
- """Sets the update_at of this DeleteRecordSetResponse.
347
+ r"""Sets the update_at of this DeleteRecordSetResponse.
348
348
 
349
349
  更新时间。
350
350
 
@@ -355,7 +355,7 @@ class DeleteRecordSetResponse(SdkResponse):
355
355
 
356
356
  @property
357
357
  def status(self):
358
- """Gets the status of this DeleteRecordSetResponse.
358
+ r"""Gets the status of this DeleteRecordSetResponse.
359
359
 
360
360
  资源状态。
361
361
 
@@ -366,7 +366,7 @@ class DeleteRecordSetResponse(SdkResponse):
366
366
 
367
367
  @status.setter
368
368
  def status(self, status):
369
- """Sets the status of this DeleteRecordSetResponse.
369
+ r"""Sets the status of this DeleteRecordSetResponse.
370
370
 
371
371
  资源状态。
372
372
 
@@ -377,7 +377,7 @@ class DeleteRecordSetResponse(SdkResponse):
377
377
 
378
378
  @property
379
379
  def default(self):
380
- """Gets the default of this DeleteRecordSetResponse.
380
+ r"""Gets the default of this DeleteRecordSetResponse.
381
381
 
382
382
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
383
383
 
@@ -388,7 +388,7 @@ class DeleteRecordSetResponse(SdkResponse):
388
388
 
389
389
  @default.setter
390
390
  def default(self, default):
391
- """Sets the default of this DeleteRecordSetResponse.
391
+ r"""Sets the default of this DeleteRecordSetResponse.
392
392
 
393
393
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
394
394
 
@@ -399,7 +399,7 @@ class DeleteRecordSetResponse(SdkResponse):
399
399
 
400
400
  @property
401
401
  def project_id(self):
402
- """Gets the project_id of this DeleteRecordSetResponse.
402
+ r"""Gets the project_id of this DeleteRecordSetResponse.
403
403
 
404
404
  该Record Set所属的项目ID。
405
405
 
@@ -410,7 +410,7 @@ class DeleteRecordSetResponse(SdkResponse):
410
410
 
411
411
  @project_id.setter
412
412
  def project_id(self, project_id):
413
- """Sets the project_id of this DeleteRecordSetResponse.
413
+ r"""Sets the project_id of this DeleteRecordSetResponse.
414
414
 
415
415
  该Record Set所属的项目ID。
416
416
 
@@ -421,7 +421,7 @@ class DeleteRecordSetResponse(SdkResponse):
421
421
 
422
422
  @property
423
423
  def links(self):
424
- """Gets the links of this DeleteRecordSetResponse.
424
+ r"""Gets the links of this DeleteRecordSetResponse.
425
425
 
426
426
  :return: The links of this DeleteRecordSetResponse.
427
427
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -430,7 +430,7 @@ class DeleteRecordSetResponse(SdkResponse):
430
430
 
431
431
  @links.setter
432
432
  def links(self, links):
433
- """Sets the links of this DeleteRecordSetResponse.
433
+ r"""Sets the links of this DeleteRecordSetResponse.
434
434
 
435
435
  :param links: The links of this DeleteRecordSetResponse.
436
436
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -27,7 +27,7 @@ class DeleteRecordSetsRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, recordset_id=None):
30
- """DeleteRecordSetsRequest
30
+ r"""DeleteRecordSetsRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class DeleteRecordSetsRequest:
48
48
 
49
49
  @property
50
50
  def zone_id(self):
51
- """Gets the zone_id of this DeleteRecordSetsRequest.
51
+ r"""Gets the zone_id of this DeleteRecordSetsRequest.
52
52
 
53
53
  Record Set所属的zone_id。
54
54
 
@@ -59,7 +59,7 @@ class DeleteRecordSetsRequest:
59
59
 
60
60
  @zone_id.setter
61
61
  def zone_id(self, zone_id):
62
- """Sets the zone_id of this DeleteRecordSetsRequest.
62
+ r"""Sets the zone_id of this DeleteRecordSetsRequest.
63
63
 
64
64
  Record Set所属的zone_id。
65
65
 
@@ -70,7 +70,7 @@ class DeleteRecordSetsRequest:
70
70
 
71
71
  @property
72
72
  def recordset_id(self):
73
- """Gets the recordset_id of this DeleteRecordSetsRequest.
73
+ r"""Gets the recordset_id of this DeleteRecordSetsRequest.
74
74
 
75
75
  Record Set的id信息。
76
76
 
@@ -81,7 +81,7 @@ class DeleteRecordSetsRequest:
81
81
 
82
82
  @recordset_id.setter
83
83
  def recordset_id(self, recordset_id):
84
- """Sets the recordset_id of this DeleteRecordSetsRequest.
84
+ r"""Sets the recordset_id of this DeleteRecordSetsRequest.
85
85
 
86
86
  Record Set的id信息。
87
87