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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. huaweicloudsdkdns/v2/dns_async_client.py +59 -59
  2. huaweicloudsdkdns/v2/dns_client.py +59 -59
  3. huaweicloudsdkdns/v2/model/alias_target.py +5 -5
  4. huaweicloudsdkdns/v2/model/associate_router_request.py +5 -5
  5. huaweicloudsdkdns/v2/model/associate_router_request_body.py +3 -3
  6. huaweicloudsdkdns/v2/model/associate_router_response.py +7 -7
  7. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +9 -9
  8. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +7 -7
  9. huaweicloudsdkdns/v2/model/batch_create_tag_response.py +1 -1
  10. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +5 -5
  11. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
  12. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +7 -7
  13. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +3 -3
  14. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +5 -5
  15. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +5 -5
  16. huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +3 -3
  17. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +5 -5
  18. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +5 -5
  19. huaweicloudsdkdns/v2/model/batch_hand_tags.py +5 -5
  20. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +3 -3
  21. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +5 -5
  22. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +7 -7
  23. huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +3 -3
  24. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +5 -5
  25. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +7 -7
  26. huaweicloudsdkdns/v2/model/batch_update_record_set.py +11 -11
  27. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +5 -5
  28. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
  29. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +7 -7
  30. huaweicloudsdkdns/v2/model/create_custom_line_request.py +3 -3
  31. huaweicloudsdkdns/v2/model/create_custom_line_request_body.py +7 -7
  32. huaweicloudsdkdns/v2/model/create_custom_line_response.py +15 -15
  33. huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +7 -7
  34. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +19 -19
  35. huaweicloudsdkdns/v2/model/create_line_group_request.py +3 -3
  36. huaweicloudsdkdns/v2/model/create_line_group_response.py +15 -15
  37. huaweicloudsdkdns/v2/model/create_line_groups_req.py +7 -7
  38. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +15 -15
  39. huaweicloudsdkdns/v2/model/create_private_zone_req.py +19 -19
  40. huaweicloudsdkdns/v2/model/create_private_zone_request.py +3 -3
  41. huaweicloudsdkdns/v2/model/create_private_zone_response.py +35 -35
  42. huaweicloudsdkdns/v2/model/create_ptr_req.py +11 -11
  43. huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
  44. huaweicloudsdkdns/v2/model/create_public_zone_request.py +3 -3
  45. huaweicloudsdkdns/v2/model/create_public_zone_response.py +33 -33
  46. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +9 -9
  47. huaweicloudsdkdns/v2/model/create_record_set_request.py +5 -5
  48. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +15 -15
  49. huaweicloudsdkdns/v2/model/create_record_set_response.py +29 -29
  50. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +5 -5
  51. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +7 -7
  52. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +5 -5
  53. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +21 -21
  54. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +37 -37
  55. huaweicloudsdkdns/v2/model/create_tag_req.py +3 -3
  56. huaweicloudsdkdns/v2/model/create_tag_request.py +7 -7
  57. huaweicloudsdkdns/v2/model/create_tag_response.py +1 -1
  58. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
  59. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +15 -15
  60. huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
  61. huaweicloudsdkdns/v2/model/delete_line_group_response.py +15 -15
  62. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
  63. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +33 -33
  64. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
  65. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +31 -31
  66. huaweicloudsdkdns/v2/model/delete_record_set_request.py +5 -5
  67. huaweicloudsdkdns/v2/model/delete_record_set_response.py +29 -29
  68. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +5 -5
  69. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +37 -37
  70. huaweicloudsdkdns/v2/model/delete_tag_request.py +7 -7
  71. huaweicloudsdkdns/v2/model/delete_tag_response.py +1 -1
  72. huaweicloudsdkdns/v2/model/disassociate_router_request.py +5 -5
  73. huaweicloudsdkdns/v2/model/disassociate_router_response.py +7 -7
  74. huaweicloudsdkdns/v2/model/disassociaterouter_request_body.py +3 -3
  75. huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +9 -9
  76. huaweicloudsdkdns/v2/model/line.py +15 -15
  77. huaweicloudsdkdns/v2/model/link.py +3 -3
  78. huaweicloudsdkdns/v2/model/links_item.py +5 -5
  79. huaweicloudsdkdns/v2/model/list_api_versions_item.py +7 -7
  80. huaweicloudsdkdns/v2/model/list_api_versions_request.py +1 -1
  81. huaweicloudsdkdns/v2/model/list_api_versions_response.py +3 -3
  82. huaweicloudsdkdns/v2/model/list_custom_line_request.py +15 -15
  83. huaweicloudsdkdns/v2/model/list_custom_line_response.py +5 -5
  84. huaweicloudsdkdns/v2/model/list_line_groups_request.py +9 -9
  85. huaweicloudsdkdns/v2/model/list_line_groups_response.py +5 -5
  86. huaweicloudsdkdns/v2/model/list_name_servers_request.py +5 -5
  87. huaweicloudsdkdns/v2/model/list_name_servers_response.py +3 -3
  88. huaweicloudsdkdns/v2/model/list_private_zones_request.py +27 -27
  89. huaweicloudsdkdns/v2/model/list_private_zones_response.py +7 -7
  90. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +21 -21
  91. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +13 -13
  92. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +7 -7
  93. huaweicloudsdkdns/v2/model/list_public_zones_request.py +25 -25
  94. huaweicloudsdkdns/v2/model/list_public_zones_response.py +7 -7
  95. huaweicloudsdkdns/v2/model/list_record_sets.py +29 -29
  96. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +25 -25
  97. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +7 -7
  98. huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
  99. huaweicloudsdkdns/v2/model/list_record_sets_response.py +7 -7
  100. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
  101. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +7 -7
  102. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +31 -31
  103. huaweicloudsdkdns/v2/model/list_tag_req.py +17 -17
  104. huaweicloudsdkdns/v2/model/list_tag_request.py +5 -5
  105. huaweicloudsdkdns/v2/model/list_tag_response.py +5 -5
  106. huaweicloudsdkdns/v2/model/list_tags_request.py +3 -3
  107. huaweicloudsdkdns/v2/model/list_tags_response.py +3 -3
  108. huaweicloudsdkdns/v2/model/match.py +5 -5
  109. huaweicloudsdkdns/v2/model/metadata.py +3 -3
  110. huaweicloudsdkdns/v2/model/name_servers_resp.py +7 -7
  111. huaweicloudsdkdns/v2/model/nameserver.py +5 -5
  112. huaweicloudsdkdns/v2/model/ns_records.py +7 -7
  113. huaweicloudsdkdns/v2/model/page_link.py +5 -5
  114. huaweicloudsdkdns/v2/model/private_name_server.py +5 -5
  115. huaweicloudsdkdns/v2/model/private_zone_resp.py +39 -39
  116. huaweicloudsdkdns/v2/model/public_zone_resp.py +35 -35
  117. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +39 -39
  118. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +39 -39
  119. huaweicloudsdkdns/v2/model/recordset_data.py +37 -37
  120. huaweicloudsdkdns/v2/model/resource_item.py +9 -9
  121. huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +7 -7
  122. huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +1 -1
  123. huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
  124. huaweicloudsdkdns/v2/model/router.py +7 -7
  125. huaweicloudsdkdns/v2/model/router_with_status.py +7 -7
  126. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +5 -5
  127. huaweicloudsdkdns/v2/model/set_record_sets_status_request_body.py +3 -3
  128. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +39 -39
  129. huaweicloudsdkdns/v2/model/show_api_info_request.py +3 -3
  130. huaweicloudsdkdns/v2/model/show_api_info_response.py +3 -3
  131. huaweicloudsdkdns/v2/model/show_domain_quota_request.py +3 -3
  132. huaweicloudsdkdns/v2/model/show_domain_quota_response.py +3 -3
  133. huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
  134. huaweicloudsdkdns/v2/model/show_line_group_response.py +15 -15
  135. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
  136. huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +3 -3
  137. huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
  138. huaweicloudsdkdns/v2/model/show_private_zone_response.py +37 -37
  139. huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +5 -5
  140. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +19 -19
  141. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
  142. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
  143. huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
  144. huaweicloudsdkdns/v2/model/show_public_zone_response.py +33 -33
  145. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
  146. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +37 -37
  147. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +7 -7
  148. huaweicloudsdkdns/v2/model/show_record_set_request.py +5 -5
  149. huaweicloudsdkdns/v2/model/show_record_set_response.py +31 -31
  150. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +5 -5
  151. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +39 -39
  152. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +5 -5
  153. huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -3
  154. huaweicloudsdkdns/v2/model/tag.py +5 -5
  155. huaweicloudsdkdns/v2/model/tag_values.py +5 -5
  156. huaweicloudsdkdns/v2/model/update_custom_line_request.py +5 -5
  157. huaweicloudsdkdns/v2/model/update_custom_line_request_body.py +7 -7
  158. huaweicloudsdkdns/v2/model/update_custom_line_response.py +15 -15
  159. huaweicloudsdkdns/v2/model/update_line_groups_request.py +5 -5
  160. huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +7 -7
  161. huaweicloudsdkdns/v2/model/update_line_groups_response.py +15 -15
  162. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +7 -7
  163. huaweicloudsdkdns/v2/model/update_private_zone_request.py +5 -5
  164. huaweicloudsdkdns/v2/model/update_private_zone_response.py +33 -33
  165. huaweicloudsdkdns/v2/model/update_ptr_record_request.py +7 -7
  166. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +17 -17
  167. huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
  168. huaweicloudsdkdns/v2/model/update_public_zone_info.py +7 -7
  169. huaweicloudsdkdns/v2/model/update_public_zone_request.py +5 -5
  170. huaweicloudsdkdns/v2/model/update_public_zone_response.py +31 -31
  171. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +5 -5
  172. huaweicloudsdkdns/v2/model/update_public_zone_status_request_body.py +3 -3
  173. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +31 -31
  174. huaweicloudsdkdns/v2/model/update_record_set_req.py +11 -11
  175. huaweicloudsdkdns/v2/model/update_record_set_request.py +7 -7
  176. huaweicloudsdkdns/v2/model/update_record_set_response.py +29 -29
  177. huaweicloudsdkdns/v2/model/update_record_sets_req.py +13 -13
  178. huaweicloudsdkdns/v2/model/update_record_sets_request.py +7 -7
  179. huaweicloudsdkdns/v2/model/update_record_sets_response.py +37 -37
  180. huaweicloudsdkdns/v2/model/values_item.py +3 -3
  181. huaweicloudsdkdns/v2/model/version_item.py +13 -13
  182. huaweicloudsdkdns/v2/model/zone_data.py +31 -31
  183. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.144.dist-info/RECORD +192 -0
  185. huaweicloudsdkdns-3.1.142.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/top_level.txt +0 -0
@@ -60,7 +60,7 @@ class ShowPrivateZoneResponse(SdkResponse):
60
60
  }
61
61
 
62
62
  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, proxy_pattern=None, enterprise_project_id=None):
63
- """ShowPrivateZoneResponse
63
+ r"""ShowPrivateZoneResponse
64
64
 
65
65
  The model defined in huaweicloud sdk
66
66
 
@@ -163,7 +163,7 @@ class ShowPrivateZoneResponse(SdkResponse):
163
163
 
164
164
  @property
165
165
  def id(self):
166
- """Gets the id of this ShowPrivateZoneResponse.
166
+ r"""Gets the id of this ShowPrivateZoneResponse.
167
167
 
168
168
  zone的ID,uuid形式的一个资源标识。
169
169
 
@@ -174,7 +174,7 @@ class ShowPrivateZoneResponse(SdkResponse):
174
174
 
175
175
  @id.setter
176
176
  def id(self, id):
177
- """Sets the id of this ShowPrivateZoneResponse.
177
+ r"""Sets the id of this ShowPrivateZoneResponse.
178
178
 
179
179
  zone的ID,uuid形式的一个资源标识。
180
180
 
@@ -185,7 +185,7 @@ class ShowPrivateZoneResponse(SdkResponse):
185
185
 
186
186
  @property
187
187
  def name(self):
188
- """Gets the name of this ShowPrivateZoneResponse.
188
+ r"""Gets the name of this ShowPrivateZoneResponse.
189
189
 
190
190
  zone名称。
191
191
 
@@ -196,7 +196,7 @@ class ShowPrivateZoneResponse(SdkResponse):
196
196
 
197
197
  @name.setter
198
198
  def name(self, name):
199
- """Sets the name of this ShowPrivateZoneResponse.
199
+ r"""Sets the name of this ShowPrivateZoneResponse.
200
200
 
201
201
  zone名称。
202
202
 
@@ -207,7 +207,7 @@ class ShowPrivateZoneResponse(SdkResponse):
207
207
 
208
208
  @property
209
209
  def description(self):
210
- """Gets the description of this ShowPrivateZoneResponse.
210
+ r"""Gets the description of this ShowPrivateZoneResponse.
211
211
 
212
212
  对zone的描述信息。
213
213
 
@@ -218,7 +218,7 @@ class ShowPrivateZoneResponse(SdkResponse):
218
218
 
219
219
  @description.setter
220
220
  def description(self, description):
221
- """Sets the description of this ShowPrivateZoneResponse.
221
+ r"""Sets the description of this ShowPrivateZoneResponse.
222
222
 
223
223
  对zone的描述信息。
224
224
 
@@ -229,7 +229,7 @@ class ShowPrivateZoneResponse(SdkResponse):
229
229
 
230
230
  @property
231
231
  def email(self):
232
- """Gets the email of this ShowPrivateZoneResponse.
232
+ r"""Gets the email of this ShowPrivateZoneResponse.
233
233
 
234
234
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
235
235
 
@@ -240,7 +240,7 @@ class ShowPrivateZoneResponse(SdkResponse):
240
240
 
241
241
  @email.setter
242
242
  def email(self, email):
243
- """Sets the email of this ShowPrivateZoneResponse.
243
+ r"""Sets the email of this ShowPrivateZoneResponse.
244
244
 
245
245
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
246
246
 
@@ -251,7 +251,7 @@ class ShowPrivateZoneResponse(SdkResponse):
251
251
 
252
252
  @property
253
253
  def zone_type(self):
254
- """Gets the zone_type of this ShowPrivateZoneResponse.
254
+ r"""Gets the zone_type of this ShowPrivateZoneResponse.
255
255
 
256
256
  zone类型,内网(private)。
257
257
 
@@ -262,7 +262,7 @@ class ShowPrivateZoneResponse(SdkResponse):
262
262
 
263
263
  @zone_type.setter
264
264
  def zone_type(self, zone_type):
265
- """Sets the zone_type of this ShowPrivateZoneResponse.
265
+ r"""Sets the zone_type of this ShowPrivateZoneResponse.
266
266
 
267
267
  zone类型,内网(private)。
268
268
 
@@ -273,7 +273,7 @@ class ShowPrivateZoneResponse(SdkResponse):
273
273
 
274
274
  @property
275
275
  def ttl(self):
276
- """Gets the ttl of this ShowPrivateZoneResponse.
276
+ r"""Gets the ttl of this ShowPrivateZoneResponse.
277
277
 
278
278
  该zone下SOA记录中的ttl值。
279
279
 
@@ -284,7 +284,7 @@ class ShowPrivateZoneResponse(SdkResponse):
284
284
 
285
285
  @ttl.setter
286
286
  def ttl(self, ttl):
287
- """Sets the ttl of this ShowPrivateZoneResponse.
287
+ r"""Sets the ttl of this ShowPrivateZoneResponse.
288
288
 
289
289
  该zone下SOA记录中的ttl值。
290
290
 
@@ -295,7 +295,7 @@ class ShowPrivateZoneResponse(SdkResponse):
295
295
 
296
296
  @property
297
297
  def serial(self):
298
- """Gets the serial of this ShowPrivateZoneResponse.
298
+ r"""Gets the serial of this ShowPrivateZoneResponse.
299
299
 
300
300
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
301
301
 
@@ -306,7 +306,7 @@ class ShowPrivateZoneResponse(SdkResponse):
306
306
 
307
307
  @serial.setter
308
308
  def serial(self, serial):
309
- """Sets the serial of this ShowPrivateZoneResponse.
309
+ r"""Sets the serial of this ShowPrivateZoneResponse.
310
310
 
311
311
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
312
312
 
@@ -317,7 +317,7 @@ class ShowPrivateZoneResponse(SdkResponse):
317
317
 
318
318
  @property
319
319
  def status(self):
320
- """Gets the status of this ShowPrivateZoneResponse.
320
+ r"""Gets the status of this ShowPrivateZoneResponse.
321
321
 
322
322
  资源状态。
323
323
 
@@ -328,7 +328,7 @@ class ShowPrivateZoneResponse(SdkResponse):
328
328
 
329
329
  @status.setter
330
330
  def status(self, status):
331
- """Sets the status of this ShowPrivateZoneResponse.
331
+ r"""Sets the status of this ShowPrivateZoneResponse.
332
332
 
333
333
  资源状态。
334
334
 
@@ -339,7 +339,7 @@ class ShowPrivateZoneResponse(SdkResponse):
339
339
 
340
340
  @property
341
341
  def record_num(self):
342
- """Gets the record_num of this ShowPrivateZoneResponse.
342
+ r"""Gets the record_num of this ShowPrivateZoneResponse.
343
343
 
344
344
  该zone下的recordset个数。
345
345
 
@@ -350,7 +350,7 @@ class ShowPrivateZoneResponse(SdkResponse):
350
350
 
351
351
  @record_num.setter
352
352
  def record_num(self, record_num):
353
- """Sets the record_num of this ShowPrivateZoneResponse.
353
+ r"""Sets the record_num of this ShowPrivateZoneResponse.
354
354
 
355
355
  该zone下的recordset个数。
356
356
 
@@ -361,7 +361,7 @@ class ShowPrivateZoneResponse(SdkResponse):
361
361
 
362
362
  @property
363
363
  def pool_id(self):
364
- """Gets the pool_id of this ShowPrivateZoneResponse.
364
+ r"""Gets the pool_id of this ShowPrivateZoneResponse.
365
365
 
366
366
  托管该zone的pool,由系统分配。
367
367
 
@@ -372,7 +372,7 @@ class ShowPrivateZoneResponse(SdkResponse):
372
372
 
373
373
  @pool_id.setter
374
374
  def pool_id(self, pool_id):
375
- """Sets the pool_id of this ShowPrivateZoneResponse.
375
+ r"""Sets the pool_id of this ShowPrivateZoneResponse.
376
376
 
377
377
  托管该zone的pool,由系统分配。
378
378
 
@@ -383,7 +383,7 @@ class ShowPrivateZoneResponse(SdkResponse):
383
383
 
384
384
  @property
385
385
  def project_id(self):
386
- """Gets the project_id of this ShowPrivateZoneResponse.
386
+ r"""Gets the project_id of this ShowPrivateZoneResponse.
387
387
 
388
388
  zone所属的项目ID。
389
389
 
@@ -394,7 +394,7 @@ class ShowPrivateZoneResponse(SdkResponse):
394
394
 
395
395
  @project_id.setter
396
396
  def project_id(self, project_id):
397
- """Sets the project_id of this ShowPrivateZoneResponse.
397
+ r"""Sets the project_id of this ShowPrivateZoneResponse.
398
398
 
399
399
  zone所属的项目ID。
400
400
 
@@ -405,7 +405,7 @@ class ShowPrivateZoneResponse(SdkResponse):
405
405
 
406
406
  @property
407
407
  def created_at(self):
408
- """Gets the created_at of this ShowPrivateZoneResponse.
408
+ r"""Gets the created_at of this ShowPrivateZoneResponse.
409
409
 
410
410
  创建时间。
411
411
 
@@ -416,7 +416,7 @@ class ShowPrivateZoneResponse(SdkResponse):
416
416
 
417
417
  @created_at.setter
418
418
  def created_at(self, created_at):
419
- """Sets the created_at of this ShowPrivateZoneResponse.
419
+ r"""Sets the created_at of this ShowPrivateZoneResponse.
420
420
 
421
421
  创建时间。
422
422
 
@@ -427,7 +427,7 @@ class ShowPrivateZoneResponse(SdkResponse):
427
427
 
428
428
  @property
429
429
  def updated_at(self):
430
- """Gets the updated_at of this ShowPrivateZoneResponse.
430
+ r"""Gets the updated_at of this ShowPrivateZoneResponse.
431
431
 
432
432
  更新时间。
433
433
 
@@ -438,7 +438,7 @@ class ShowPrivateZoneResponse(SdkResponse):
438
438
 
439
439
  @updated_at.setter
440
440
  def updated_at(self, updated_at):
441
- """Sets the updated_at of this ShowPrivateZoneResponse.
441
+ r"""Sets the updated_at of this ShowPrivateZoneResponse.
442
442
 
443
443
  更新时间。
444
444
 
@@ -449,7 +449,7 @@ class ShowPrivateZoneResponse(SdkResponse):
449
449
 
450
450
  @property
451
451
  def links(self):
452
- """Gets the links of this ShowPrivateZoneResponse.
452
+ r"""Gets the links of this ShowPrivateZoneResponse.
453
453
 
454
454
  :return: The links of this ShowPrivateZoneResponse.
455
455
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -458,7 +458,7 @@ class ShowPrivateZoneResponse(SdkResponse):
458
458
 
459
459
  @links.setter
460
460
  def links(self, links):
461
- """Sets the links of this ShowPrivateZoneResponse.
461
+ r"""Sets the links of this ShowPrivateZoneResponse.
462
462
 
463
463
  :param links: The links of this ShowPrivateZoneResponse.
464
464
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -467,7 +467,7 @@ class ShowPrivateZoneResponse(SdkResponse):
467
467
 
468
468
  @property
469
469
  def masters(self):
470
- """Gets the masters of this ShowPrivateZoneResponse.
470
+ r"""Gets the masters of this ShowPrivateZoneResponse.
471
471
 
472
472
  主从模式中,从DNS服务器获取DNS信息。
473
473
 
@@ -478,7 +478,7 @@ class ShowPrivateZoneResponse(SdkResponse):
478
478
 
479
479
  @masters.setter
480
480
  def masters(self, masters):
481
- """Sets the masters of this ShowPrivateZoneResponse.
481
+ r"""Sets the masters of this ShowPrivateZoneResponse.
482
482
 
483
483
  主从模式中,从DNS服务器获取DNS信息。
484
484
 
@@ -489,7 +489,7 @@ class ShowPrivateZoneResponse(SdkResponse):
489
489
 
490
490
  @property
491
491
  def routers(self):
492
- """Gets the routers of this ShowPrivateZoneResponse.
492
+ r"""Gets the routers of this ShowPrivateZoneResponse.
493
493
 
494
494
  与该zone关联的Router(VPC)列表。
495
495
 
@@ -500,7 +500,7 @@ class ShowPrivateZoneResponse(SdkResponse):
500
500
 
501
501
  @routers.setter
502
502
  def routers(self, routers):
503
- """Sets the routers of this ShowPrivateZoneResponse.
503
+ r"""Sets the routers of this ShowPrivateZoneResponse.
504
504
 
505
505
  与该zone关联的Router(VPC)列表。
506
506
 
@@ -511,7 +511,7 @@ class ShowPrivateZoneResponse(SdkResponse):
511
511
 
512
512
  @property
513
513
  def proxy_pattern(self):
514
- """Gets the proxy_pattern of this ShowPrivateZoneResponse.
514
+ r"""Gets the proxy_pattern of this ShowPrivateZoneResponse.
515
515
 
516
516
  内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
517
517
 
@@ -522,7 +522,7 @@ class ShowPrivateZoneResponse(SdkResponse):
522
522
 
523
523
  @proxy_pattern.setter
524
524
  def proxy_pattern(self, proxy_pattern):
525
- """Sets the proxy_pattern of this ShowPrivateZoneResponse.
525
+ r"""Sets the proxy_pattern of this ShowPrivateZoneResponse.
526
526
 
527
527
  内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
528
528
 
@@ -533,7 +533,7 @@ class ShowPrivateZoneResponse(SdkResponse):
533
533
 
534
534
  @property
535
535
  def enterprise_project_id(self):
536
- """Gets the enterprise_project_id of this ShowPrivateZoneResponse.
536
+ r"""Gets the enterprise_project_id of this ShowPrivateZoneResponse.
537
537
 
538
538
  域名关联的企业项目ID,长度不超过36个字符。
539
539
 
@@ -544,7 +544,7 @@ class ShowPrivateZoneResponse(SdkResponse):
544
544
 
545
545
  @enterprise_project_id.setter
546
546
  def enterprise_project_id(self, enterprise_project_id):
547
- """Sets the enterprise_project_id of this ShowPrivateZoneResponse.
547
+ r"""Sets the enterprise_project_id of this ShowPrivateZoneResponse.
548
548
 
549
549
  域名关联的企业项目ID,长度不超过36个字符。
550
550
 
@@ -27,7 +27,7 @@ class ShowPtrRecordSetRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, region=None, floatingip_id=None):
30
- """ShowPtrRecordSetRequest
30
+ r"""ShowPtrRecordSetRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowPtrRecordSetRequest:
48
48
 
49
49
  @property
50
50
  def region(self):
51
- """Gets the region of this ShowPtrRecordSetRequest.
51
+ r"""Gets the region of this ShowPtrRecordSetRequest.
52
52
 
53
53
  租户的区域信息。
54
54
 
@@ -59,7 +59,7 @@ class ShowPtrRecordSetRequest:
59
59
 
60
60
  @region.setter
61
61
  def region(self, region):
62
- """Sets the region of this ShowPtrRecordSetRequest.
62
+ r"""Sets the region of this ShowPtrRecordSetRequest.
63
63
 
64
64
  租户的区域信息。
65
65
 
@@ -70,7 +70,7 @@ class ShowPtrRecordSetRequest:
70
70
 
71
71
  @property
72
72
  def floatingip_id(self):
73
- """Gets the floatingip_id of this ShowPtrRecordSetRequest.
73
+ r"""Gets the floatingip_id of this ShowPtrRecordSetRequest.
74
74
 
75
75
  弹性公网IP(EIP)的ID。
76
76
 
@@ -81,7 +81,7 @@ class ShowPtrRecordSetRequest:
81
81
 
82
82
  @floatingip_id.setter
83
83
  def floatingip_id(self, floatingip_id):
84
- """Sets the floatingip_id of this ShowPtrRecordSetRequest.
84
+ r"""Sets the floatingip_id of this ShowPtrRecordSetRequest.
85
85
 
86
86
  弹性公网IP(EIP)的ID。
87
87
 
@@ -42,7 +42,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
42
42
  }
43
43
 
44
44
  def __init__(self, id=None, ptrdname=None, description=None, ttl=None, address=None, status=None, action=None, links=None, enterprise_project_id=None):
45
- """ShowPtrRecordSetResponse
45
+ r"""ShowPtrRecordSetResponse
46
46
 
47
47
  The model defined in huaweicloud sdk
48
48
 
@@ -100,7 +100,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
100
100
 
101
101
  @property
102
102
  def id(self):
103
- """Gets the id of this ShowPtrRecordSetResponse.
103
+ r"""Gets the id of this ShowPtrRecordSetResponse.
104
104
 
105
105
  PTR记录的ID,格式形如{region}:{floatingip_id}。
106
106
 
@@ -111,7 +111,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
111
111
 
112
112
  @id.setter
113
113
  def id(self, id):
114
- """Sets the id of this ShowPtrRecordSetResponse.
114
+ r"""Sets the id of this ShowPtrRecordSetResponse.
115
115
 
116
116
  PTR记录的ID,格式形如{region}:{floatingip_id}。
117
117
 
@@ -122,7 +122,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
122
122
 
123
123
  @property
124
124
  def ptrdname(self):
125
- """Gets the ptrdname of this ShowPtrRecordSetResponse.
125
+ r"""Gets the ptrdname of this ShowPtrRecordSetResponse.
126
126
 
127
127
  PTR记录对应的域名。
128
128
 
@@ -133,7 +133,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
133
133
 
134
134
  @ptrdname.setter
135
135
  def ptrdname(self, ptrdname):
136
- """Sets the ptrdname of this ShowPtrRecordSetResponse.
136
+ r"""Sets the ptrdname of this ShowPtrRecordSetResponse.
137
137
 
138
138
  PTR记录对应的域名。
139
139
 
@@ -144,7 +144,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
144
144
 
145
145
  @property
146
146
  def description(self):
147
- """Gets the description of this ShowPtrRecordSetResponse.
147
+ r"""Gets the description of this ShowPtrRecordSetResponse.
148
148
 
149
149
  对PTR记录的描述。
150
150
 
@@ -155,7 +155,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
155
155
 
156
156
  @description.setter
157
157
  def description(self, description):
158
- """Sets the description of this ShowPtrRecordSetResponse.
158
+ r"""Sets the description of this ShowPtrRecordSetResponse.
159
159
 
160
160
  对PTR记录的描述。
161
161
 
@@ -166,7 +166,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
166
166
 
167
167
  @property
168
168
  def ttl(self):
169
- """Gets the ttl of this ShowPtrRecordSetResponse.
169
+ r"""Gets the ttl of this ShowPtrRecordSetResponse.
170
170
 
171
171
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
172
172
 
@@ -177,7 +177,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
177
177
 
178
178
  @ttl.setter
179
179
  def ttl(self, ttl):
180
- """Sets the ttl of this ShowPtrRecordSetResponse.
180
+ r"""Sets the ttl of this ShowPtrRecordSetResponse.
181
181
 
182
182
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
183
183
 
@@ -188,7 +188,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
188
188
 
189
189
  @property
190
190
  def address(self):
191
- """Gets the address of this ShowPtrRecordSetResponse.
191
+ r"""Gets the address of this ShowPtrRecordSetResponse.
192
192
 
193
193
  弹性公网IP的IP地址。
194
194
 
@@ -199,7 +199,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
199
199
 
200
200
  @address.setter
201
201
  def address(self, address):
202
- """Sets the address of this ShowPtrRecordSetResponse.
202
+ r"""Sets the address of this ShowPtrRecordSetResponse.
203
203
 
204
204
  弹性公网IP的IP地址。
205
205
 
@@ -210,7 +210,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
210
210
 
211
211
  @property
212
212
  def status(self):
213
- """Gets the status of this ShowPtrRecordSetResponse.
213
+ r"""Gets the status of this ShowPtrRecordSetResponse.
214
214
 
215
215
  资源状态。
216
216
 
@@ -221,7 +221,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
221
221
 
222
222
  @status.setter
223
223
  def status(self, status):
224
- """Sets the status of this ShowPtrRecordSetResponse.
224
+ r"""Sets the status of this ShowPtrRecordSetResponse.
225
225
 
226
226
  资源状态。
227
227
 
@@ -232,7 +232,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
232
232
 
233
233
  @property
234
234
  def action(self):
235
- """Gets the action of this ShowPtrRecordSetResponse.
235
+ r"""Gets the action of this ShowPtrRecordSetResponse.
236
236
 
237
237
  对该资源的当前操作。取值范围:CREATE,UPDATE,DELETE,NONE CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
238
238
 
@@ -243,7 +243,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
243
243
 
244
244
  @action.setter
245
245
  def action(self, action):
246
- """Sets the action of this ShowPtrRecordSetResponse.
246
+ r"""Sets the action of this ShowPtrRecordSetResponse.
247
247
 
248
248
  对该资源的当前操作。取值范围:CREATE,UPDATE,DELETE,NONE CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
249
249
 
@@ -254,7 +254,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
254
254
 
255
255
  @property
256
256
  def links(self):
257
- """Gets the links of this ShowPtrRecordSetResponse.
257
+ r"""Gets the links of this ShowPtrRecordSetResponse.
258
258
 
259
259
  :return: The links of this ShowPtrRecordSetResponse.
260
260
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -263,7 +263,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
263
263
 
264
264
  @links.setter
265
265
  def links(self, links):
266
- """Sets the links of this ShowPtrRecordSetResponse.
266
+ r"""Sets the links of this ShowPtrRecordSetResponse.
267
267
 
268
268
  :param links: The links of this ShowPtrRecordSetResponse.
269
269
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -272,7 +272,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
272
272
 
273
273
  @property
274
274
  def enterprise_project_id(self):
275
- """Gets the enterprise_project_id of this ShowPtrRecordSetResponse.
275
+ r"""Gets the enterprise_project_id of this ShowPtrRecordSetResponse.
276
276
 
277
277
  反向解析关联的企业项目ID,长度不超过36个字符。
278
278
 
@@ -283,7 +283,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
283
283
 
284
284
  @enterprise_project_id.setter
285
285
  def enterprise_project_id(self, enterprise_project_id):
286
- """Sets the enterprise_project_id of this ShowPtrRecordSetResponse.
286
+ r"""Sets the enterprise_project_id of this ShowPtrRecordSetResponse.
287
287
 
288
288
  反向解析关联的企业项目ID,长度不超过36个字符。
289
289
 
@@ -25,7 +25,7 @@ class ShowPublicZoneNameServerRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """ShowPublicZoneNameServerRequest
28
+ r"""ShowPublicZoneNameServerRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowPublicZoneNameServerRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this ShowPublicZoneNameServerRequest.
45
+ r"""Gets the zone_id of this ShowPublicZoneNameServerRequest.
46
46
 
47
47
  待查询zone的ID。 可以通过查询公网Zone列表获取。
48
48
 
@@ -53,7 +53,7 @@ class ShowPublicZoneNameServerRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this ShowPublicZoneNameServerRequest.
56
+ r"""Sets the zone_id of this ShowPublicZoneNameServerRequest.
57
57
 
58
58
  待查询zone的ID。 可以通过查询公网Zone列表获取。
59
59
 
@@ -26,7 +26,7 @@ class ShowPublicZoneNameServerResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, nameservers=None):
29
- """ShowPublicZoneNameServerResponse
29
+ r"""ShowPublicZoneNameServerResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowPublicZoneNameServerResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def nameservers(self):
47
- """Gets the nameservers of this ShowPublicZoneNameServerResponse.
47
+ r"""Gets the nameservers of this ShowPublicZoneNameServerResponse.
48
48
 
49
49
  查询单个公网Zone的名称服务器响应。
50
50
 
@@ -55,7 +55,7 @@ class ShowPublicZoneNameServerResponse(SdkResponse):
55
55
 
56
56
  @nameservers.setter
57
57
  def nameservers(self, nameservers):
58
- """Sets the nameservers of this ShowPublicZoneNameServerResponse.
58
+ r"""Sets the nameservers of this ShowPublicZoneNameServerResponse.
59
59
 
60
60
  查询单个公网Zone的名称服务器响应。
61
61
 
@@ -25,7 +25,7 @@ class ShowPublicZoneRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """ShowPublicZoneRequest
28
+ r"""ShowPublicZoneRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowPublicZoneRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this ShowPublicZoneRequest.
45
+ r"""Gets the zone_id of this ShowPublicZoneRequest.
46
46
 
47
47
  待查询zone的ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowPublicZoneRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this ShowPublicZoneRequest.
56
+ r"""Sets the zone_id of this ShowPublicZoneRequest.
57
57
 
58
58
  待查询zone的ID。
59
59