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
@@ -27,7 +27,7 @@ class ShowRecordSetWithLineRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, recordset_id=None):
30
- """ShowRecordSetWithLineRequest
30
+ r"""ShowRecordSetWithLineRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowRecordSetWithLineRequest:
48
48
 
49
49
  @property
50
50
  def zone_id(self):
51
- """Gets the zone_id of this ShowRecordSetWithLineRequest.
51
+ r"""Gets the zone_id of this ShowRecordSetWithLineRequest.
52
52
 
53
53
  所属zone的ID。
54
54
 
@@ -59,7 +59,7 @@ class ShowRecordSetWithLineRequest:
59
59
 
60
60
  @zone_id.setter
61
61
  def zone_id(self, zone_id):
62
- """Sets the zone_id of this ShowRecordSetWithLineRequest.
62
+ r"""Sets the zone_id of this ShowRecordSetWithLineRequest.
63
63
 
64
64
  所属zone的ID。
65
65
 
@@ -70,7 +70,7 @@ class ShowRecordSetWithLineRequest:
70
70
 
71
71
  @property
72
72
  def recordset_id(self):
73
- """Gets the recordset_id of this ShowRecordSetWithLineRequest.
73
+ r"""Gets the recordset_id of this ShowRecordSetWithLineRequest.
74
74
 
75
75
  待查询recordset的ID信息。
76
76
 
@@ -81,7 +81,7 @@ class ShowRecordSetWithLineRequest:
81
81
 
82
82
  @recordset_id.setter
83
83
  def recordset_id(self, recordset_id):
84
- """Sets the recordset_id of this ShowRecordSetWithLineRequest.
84
+ r"""Sets the recordset_id of this ShowRecordSetWithLineRequest.
85
85
 
86
86
  待查询recordset的ID信息。
87
87
 
@@ -62,7 +62,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
62
62
  }
63
63
 
64
64
  def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, line=None, weight=None, health_check_id=None, alias_target=None, bundle=None):
65
- """ShowRecordSetWithLineResponse
65
+ r"""ShowRecordSetWithLineResponse
66
66
 
67
67
  The model defined in huaweicloud sdk
68
68
 
@@ -170,7 +170,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
170
170
 
171
171
  @property
172
172
  def id(self):
173
- """Gets the id of this ShowRecordSetWithLineResponse.
173
+ r"""Gets the id of this ShowRecordSetWithLineResponse.
174
174
 
175
175
  Record Set的ID。
176
176
 
@@ -181,7 +181,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
181
181
 
182
182
  @id.setter
183
183
  def id(self, id):
184
- """Sets the id of this ShowRecordSetWithLineResponse.
184
+ r"""Sets the id of this ShowRecordSetWithLineResponse.
185
185
 
186
186
  Record Set的ID。
187
187
 
@@ -192,7 +192,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
192
192
 
193
193
  @property
194
194
  def name(self):
195
- """Gets the name of this ShowRecordSetWithLineResponse.
195
+ r"""Gets the name of this ShowRecordSetWithLineResponse.
196
196
 
197
197
  Record Set的名称。
198
198
 
@@ -203,7 +203,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
203
203
 
204
204
  @name.setter
205
205
  def name(self, name):
206
- """Sets the name of this ShowRecordSetWithLineResponse.
206
+ r"""Sets the name of this ShowRecordSetWithLineResponse.
207
207
 
208
208
  Record Set的名称。
209
209
 
@@ -214,7 +214,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
214
214
 
215
215
  @property
216
216
  def description(self):
217
- """Gets the description of this ShowRecordSetWithLineResponse.
217
+ r"""Gets the description of this ShowRecordSetWithLineResponse.
218
218
 
219
219
  Record Set的描述信息。
220
220
 
@@ -225,7 +225,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
225
225
 
226
226
  @description.setter
227
227
  def description(self, description):
228
- """Sets the description of this ShowRecordSetWithLineResponse.
228
+ r"""Sets the description of this ShowRecordSetWithLineResponse.
229
229
 
230
230
  Record Set的描述信息。
231
231
 
@@ -236,7 +236,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
236
236
 
237
237
  @property
238
238
  def zone_id(self):
239
- """Gets the zone_id of this ShowRecordSetWithLineResponse.
239
+ r"""Gets the zone_id of this ShowRecordSetWithLineResponse.
240
240
 
241
241
  托管该记录的zone_id。
242
242
 
@@ -247,7 +247,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
247
247
 
248
248
  @zone_id.setter
249
249
  def zone_id(self, zone_id):
250
- """Sets the zone_id of this ShowRecordSetWithLineResponse.
250
+ r"""Sets the zone_id of this ShowRecordSetWithLineResponse.
251
251
 
252
252
  托管该记录的zone_id。
253
253
 
@@ -258,7 +258,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
258
258
 
259
259
  @property
260
260
  def zone_name(self):
261
- """Gets the zone_name of this ShowRecordSetWithLineResponse.
261
+ r"""Gets the zone_name of this ShowRecordSetWithLineResponse.
262
262
 
263
263
  托管该记录的zone_name。
264
264
 
@@ -269,7 +269,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
269
269
 
270
270
  @zone_name.setter
271
271
  def zone_name(self, zone_name):
272
- """Sets the zone_name of this ShowRecordSetWithLineResponse.
272
+ r"""Sets the zone_name of this ShowRecordSetWithLineResponse.
273
273
 
274
274
  托管该记录的zone_name。
275
275
 
@@ -280,7 +280,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
280
280
 
281
281
  @property
282
282
  def type(self):
283
- """Gets the type of this ShowRecordSetWithLineResponse.
283
+ r"""Gets the type of this ShowRecordSetWithLineResponse.
284
284
 
285
285
  记录类型。
286
286
 
@@ -291,7 +291,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
291
291
 
292
292
  @type.setter
293
293
  def type(self, type):
294
- """Sets the type of this ShowRecordSetWithLineResponse.
294
+ r"""Sets the type of this ShowRecordSetWithLineResponse.
295
295
 
296
296
  记录类型。
297
297
 
@@ -302,7 +302,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
302
302
 
303
303
  @property
304
304
  def ttl(self):
305
- """Gets the ttl of this ShowRecordSetWithLineResponse.
305
+ r"""Gets the ttl of this ShowRecordSetWithLineResponse.
306
306
 
307
307
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
308
308
 
@@ -313,7 +313,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
313
313
 
314
314
  @ttl.setter
315
315
  def ttl(self, ttl):
316
- """Sets the ttl of this ShowRecordSetWithLineResponse.
316
+ r"""Sets the ttl of this ShowRecordSetWithLineResponse.
317
317
 
318
318
  解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
319
319
 
@@ -324,7 +324,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
324
324
 
325
325
  @property
326
326
  def records(self):
327
- """Gets the records of this ShowRecordSetWithLineResponse.
327
+ r"""Gets the records of this ShowRecordSetWithLineResponse.
328
328
 
329
329
  域名解析后的值。
330
330
 
@@ -335,7 +335,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
335
335
 
336
336
  @records.setter
337
337
  def records(self, records):
338
- """Sets the records of this ShowRecordSetWithLineResponse.
338
+ r"""Sets the records of this ShowRecordSetWithLineResponse.
339
339
 
340
340
  域名解析后的值。
341
341
 
@@ -346,7 +346,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
346
346
 
347
347
  @property
348
348
  def created_at(self):
349
- """Gets the created_at of this ShowRecordSetWithLineResponse.
349
+ r"""Gets the created_at of this ShowRecordSetWithLineResponse.
350
350
 
351
351
  创建时间。
352
352
 
@@ -357,7 +357,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
357
357
 
358
358
  @created_at.setter
359
359
  def created_at(self, created_at):
360
- """Sets the created_at of this ShowRecordSetWithLineResponse.
360
+ r"""Sets the created_at of this ShowRecordSetWithLineResponse.
361
361
 
362
362
  创建时间。
363
363
 
@@ -368,7 +368,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
368
368
 
369
369
  @property
370
370
  def updated_at(self):
371
- """Gets the updated_at of this ShowRecordSetWithLineResponse.
371
+ r"""Gets the updated_at of this ShowRecordSetWithLineResponse.
372
372
 
373
373
  更新时间。
374
374
 
@@ -379,7 +379,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
379
379
 
380
380
  @updated_at.setter
381
381
  def updated_at(self, updated_at):
382
- """Sets the updated_at of this ShowRecordSetWithLineResponse.
382
+ r"""Sets the updated_at of this ShowRecordSetWithLineResponse.
383
383
 
384
384
  更新时间。
385
385
 
@@ -390,7 +390,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
390
390
 
391
391
  @property
392
392
  def status(self):
393
- """Gets the status of this ShowRecordSetWithLineResponse.
393
+ r"""Gets the status of this ShowRecordSetWithLineResponse.
394
394
 
395
395
  资源状态。
396
396
 
@@ -401,7 +401,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
401
401
 
402
402
  @status.setter
403
403
  def status(self, status):
404
- """Sets the status of this ShowRecordSetWithLineResponse.
404
+ r"""Sets the status of this ShowRecordSetWithLineResponse.
405
405
 
406
406
  资源状态。
407
407
 
@@ -412,7 +412,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
412
412
 
413
413
  @property
414
414
  def default(self):
415
- """Gets the default of this ShowRecordSetWithLineResponse.
415
+ r"""Gets the default of this ShowRecordSetWithLineResponse.
416
416
 
417
417
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
418
418
 
@@ -423,7 +423,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
423
423
 
424
424
  @default.setter
425
425
  def default(self, default):
426
- """Sets the default of this ShowRecordSetWithLineResponse.
426
+ r"""Sets the default of this ShowRecordSetWithLineResponse.
427
427
 
428
428
  标识是否由系统默认生成,系统默认生成的Record Set不能删除。
429
429
 
@@ -434,7 +434,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
434
434
 
435
435
  @property
436
436
  def project_id(self):
437
- """Gets the project_id of this ShowRecordSetWithLineResponse.
437
+ r"""Gets the project_id of this ShowRecordSetWithLineResponse.
438
438
 
439
439
  该Record Set所属的项目ID。
440
440
 
@@ -445,7 +445,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
445
445
 
446
446
  @project_id.setter
447
447
  def project_id(self, project_id):
448
- """Sets the project_id of this ShowRecordSetWithLineResponse.
448
+ r"""Sets the project_id of this ShowRecordSetWithLineResponse.
449
449
 
450
450
  该Record Set所属的项目ID。
451
451
 
@@ -456,7 +456,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
456
456
 
457
457
  @property
458
458
  def links(self):
459
- """Gets the links of this ShowRecordSetWithLineResponse.
459
+ r"""Gets the links of this ShowRecordSetWithLineResponse.
460
460
 
461
461
  :return: The links of this ShowRecordSetWithLineResponse.
462
462
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -465,7 +465,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
465
465
 
466
466
  @links.setter
467
467
  def links(self, links):
468
- """Sets the links of this ShowRecordSetWithLineResponse.
468
+ r"""Sets the links of this ShowRecordSetWithLineResponse.
469
469
 
470
470
  :param links: The links of this ShowRecordSetWithLineResponse.
471
471
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -474,7 +474,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
474
474
 
475
475
  @property
476
476
  def line(self):
477
- """Gets the line of this ShowRecordSetWithLineResponse.
477
+ r"""Gets the line of this ShowRecordSetWithLineResponse.
478
478
 
479
479
  解析线路ID。
480
480
 
@@ -485,7 +485,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
485
485
 
486
486
  @line.setter
487
487
  def line(self, line):
488
- """Sets the line of this ShowRecordSetWithLineResponse.
488
+ r"""Sets the line of this ShowRecordSetWithLineResponse.
489
489
 
490
490
  解析线路ID。
491
491
 
@@ -496,7 +496,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
496
496
 
497
497
  @property
498
498
  def weight(self):
499
- """Gets the weight of this ShowRecordSetWithLineResponse.
499
+ r"""Gets the weight of this ShowRecordSetWithLineResponse.
500
500
 
501
501
  解析记录的权重。
502
502
 
@@ -507,7 +507,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
507
507
 
508
508
  @weight.setter
509
509
  def weight(self, weight):
510
- """Sets the weight of this ShowRecordSetWithLineResponse.
510
+ r"""Sets the weight of this ShowRecordSetWithLineResponse.
511
511
 
512
512
  解析记录的权重。
513
513
 
@@ -518,7 +518,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
518
518
 
519
519
  @property
520
520
  def health_check_id(self):
521
- """Gets the health_check_id of this ShowRecordSetWithLineResponse.
521
+ r"""Gets the health_check_id of this ShowRecordSetWithLineResponse.
522
522
 
523
523
  健康检查ID。
524
524
 
@@ -529,7 +529,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
529
529
 
530
530
  @health_check_id.setter
531
531
  def health_check_id(self, health_check_id):
532
- """Sets the health_check_id of this ShowRecordSetWithLineResponse.
532
+ r"""Sets the health_check_id of this ShowRecordSetWithLineResponse.
533
533
 
534
534
  健康检查ID。
535
535
 
@@ -540,7 +540,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
540
540
 
541
541
  @property
542
542
  def alias_target(self):
543
- """Gets the alias_target of this ShowRecordSetWithLineResponse.
543
+ r"""Gets the alias_target of this ShowRecordSetWithLineResponse.
544
544
 
545
545
  :return: The alias_target of this ShowRecordSetWithLineResponse.
546
546
  :rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -549,7 +549,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
549
549
 
550
550
  @alias_target.setter
551
551
  def alias_target(self, alias_target):
552
- """Sets the alias_target of this ShowRecordSetWithLineResponse.
552
+ r"""Sets the alias_target of this ShowRecordSetWithLineResponse.
553
553
 
554
554
  :param alias_target: The alias_target of this ShowRecordSetWithLineResponse.
555
555
  :type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
@@ -558,7 +558,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
558
558
 
559
559
  @property
560
560
  def bundle(self):
561
- """Gets the bundle of this ShowRecordSetWithLineResponse.
561
+ r"""Gets the bundle of this ShowRecordSetWithLineResponse.
562
562
 
563
563
  规格,默认规格,保留字段。
564
564
 
@@ -569,7 +569,7 @@ class ShowRecordSetWithLineResponse(SdkResponse):
569
569
 
570
570
  @bundle.setter
571
571
  def bundle(self, bundle):
572
- """Sets the bundle of this ShowRecordSetWithLineResponse.
572
+ r"""Sets the bundle of this ShowRecordSetWithLineResponse.
573
573
 
574
574
  规格,默认规格,保留字段。
575
575
 
@@ -27,7 +27,7 @@ class ShowResourceTagRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, resource_type=None, resource_id=None):
30
- """ShowResourceTagRequest
30
+ r"""ShowResourceTagRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowResourceTagRequest:
48
48
 
49
49
  @property
50
50
  def resource_type(self):
51
- """Gets the resource_type of this ShowResourceTagRequest.
51
+ r"""Gets the resource_type of this ShowResourceTagRequest.
52
52
 
53
53
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
54
54
 
@@ -59,7 +59,7 @@ class ShowResourceTagRequest:
59
59
 
60
60
  @resource_type.setter
61
61
  def resource_type(self, resource_type):
62
- """Sets the resource_type of this ShowResourceTagRequest.
62
+ r"""Sets the resource_type of this ShowResourceTagRequest.
63
63
 
64
64
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
65
65
 
@@ -70,7 +70,7 @@ class ShowResourceTagRequest:
70
70
 
71
71
  @property
72
72
  def resource_id(self):
73
- """Gets the resource_id of this ShowResourceTagRequest.
73
+ r"""Gets the resource_id of this ShowResourceTagRequest.
74
74
 
75
75
  资源id。
76
76
 
@@ -81,7 +81,7 @@ class ShowResourceTagRequest:
81
81
 
82
82
  @resource_id.setter
83
83
  def resource_id(self, resource_id):
84
- """Sets the resource_id of this ShowResourceTagRequest.
84
+ r"""Sets the resource_id of this ShowResourceTagRequest.
85
85
 
86
86
  资源id。
87
87
 
@@ -26,7 +26,7 @@ class ShowResourceTagResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, tags=None):
29
- """ShowResourceTagResponse
29
+ r"""ShowResourceTagResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowResourceTagResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def tags(self):
47
- """Gets the tags of this ShowResourceTagResponse.
47
+ r"""Gets the tags of this ShowResourceTagResponse.
48
48
 
49
49
  指定实例的标签列表。
50
50
 
@@ -55,7 +55,7 @@ class ShowResourceTagResponse(SdkResponse):
55
55
 
56
56
  @tags.setter
57
57
  def tags(self, tags):
58
- """Sets the tags of this ShowResourceTagResponse.
58
+ r"""Sets the tags of this ShowResourceTagResponse.
59
59
 
60
60
  指定实例的标签列表。
61
61
 
@@ -27,7 +27,7 @@ class Tag:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Tag
30
+ r"""Tag
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class Tag:
49
49
 
50
50
  @property
51
51
  def key(self):
52
- """Gets the key of this Tag.
52
+ r"""Gets the key of this Tag.
53
53
 
54
54
  键。最大长度36个unicode字符。 key不能为空。不能包含“=”,“*”,“<”,“>”,“\\”,“,”,“|”,“/”,且首尾字符不能为空格。
55
55
 
@@ -60,7 +60,7 @@ class Tag:
60
60
 
61
61
  @key.setter
62
62
  def key(self, key):
63
- """Sets the key of this Tag.
63
+ r"""Sets the key of this Tag.
64
64
 
65
65
  键。最大长度36个unicode字符。 key不能为空。不能包含“=”,“*”,“<”,“>”,“\\”,“,”,“|”,“/”,且首尾字符不能为空格。
66
66
 
@@ -71,7 +71,7 @@ class Tag:
71
71
 
72
72
  @property
73
73
  def value(self):
74
- """Gets the value of this Tag.
74
+ r"""Gets the value of this Tag.
75
75
 
76
76
  值。每个值最大长度43个unicode字符,可以为空字符串。 不能包含“=”,“*”,“<”,“>”,“\\”,“,”,“|”,“/”,且首尾字符不能为空格。
77
77
 
@@ -82,7 +82,7 @@ class Tag:
82
82
 
83
83
  @value.setter
84
84
  def value(self, value):
85
- """Sets the value of this Tag.
85
+ r"""Sets the value of this Tag.
86
86
 
87
87
  值。每个值最大长度43个unicode字符,可以为空字符串。 不能包含“=”,“*”,“<”,“>”,“\\”,“,”,“|”,“/”,且首尾字符不能为空格。
88
88
 
@@ -27,7 +27,7 @@ class TagValues:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, values=None):
30
- """TagValues
30
+ r"""TagValues
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class TagValues:
50
50
 
51
51
  @property
52
52
  def key(self):
53
- """Gets the key of this TagValues.
53
+ r"""Gets the key of this TagValues.
54
54
 
55
55
  键。最大长度36个unicode字符。 key不能为空。(搜索时不对此参数做校验)
56
56
 
@@ -61,7 +61,7 @@ class TagValues:
61
61
 
62
62
  @key.setter
63
63
  def key(self, key):
64
- """Sets the key of this TagValues.
64
+ r"""Sets the key of this TagValues.
65
65
 
66
66
  键。最大长度36个unicode字符。 key不能为空。(搜索时不对此参数做校验)
67
67
 
@@ -72,7 +72,7 @@ class TagValues:
72
72
 
73
73
  @property
74
74
  def values(self):
75
- """Gets the values of this TagValues.
75
+ r"""Gets the values of this TagValues.
76
76
 
77
77
  值列表。每个值最大长度43个unicode字符。&ast;为系统保留字符。如果里面的value是以&ast;开头时,表示按照&ast;后面的值全模糊匹配。如果values缺失,则表示匹配任意值。value之间为或的关系。
78
78
 
@@ -83,7 +83,7 @@ class TagValues:
83
83
 
84
84
  @values.setter
85
85
  def values(self, values):
86
- """Sets the values of this TagValues.
86
+ r"""Sets the values of this TagValues.
87
87
 
88
88
  值列表。每个值最大长度43个unicode字符。&ast;为系统保留字符。如果里面的value是以&ast;开头时,表示按照&ast;后面的值全模糊匹配。如果values缺失,则表示匹配任意值。value之间为或的关系。
89
89
 
@@ -27,7 +27,7 @@ class UpdateCustomLineRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, line_id=None, body=None):
30
- """UpdateCustomLineRequest
30
+ r"""UpdateCustomLineRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateCustomLineRequest:
49
49
 
50
50
  @property
51
51
  def line_id(self):
52
- """Gets the line_id of this UpdateCustomLineRequest.
52
+ r"""Gets the line_id of this UpdateCustomLineRequest.
53
53
 
54
54
  自定义线路id
55
55
 
@@ -60,7 +60,7 @@ class UpdateCustomLineRequest:
60
60
 
61
61
  @line_id.setter
62
62
  def line_id(self, line_id):
63
- """Sets the line_id of this UpdateCustomLineRequest.
63
+ r"""Sets the line_id of this UpdateCustomLineRequest.
64
64
 
65
65
  自定义线路id
66
66
 
@@ -71,7 +71,7 @@ class UpdateCustomLineRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateCustomLineRequest.
74
+ r"""Gets the body of this UpdateCustomLineRequest.
75
75
 
76
76
  :return: The body of this UpdateCustomLineRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.UpdateCustomLineRequestBody`
@@ -80,7 +80,7 @@ class UpdateCustomLineRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateCustomLineRequest.
83
+ r"""Sets the body of this UpdateCustomLineRequest.
84
84
 
85
85
  :param body: The body of this UpdateCustomLineRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.UpdateCustomLineRequestBody`
@@ -29,7 +29,7 @@ class UpdateCustomLineRequestBody:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, ip_segments=None, description=None):
32
- """UpdateCustomLineRequestBody
32
+ r"""UpdateCustomLineRequestBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class UpdateCustomLineRequestBody:
57
57
 
58
58
  @property
59
59
  def name(self):
60
- """Gets the name of this UpdateCustomLineRequestBody.
60
+ r"""Gets the name of this UpdateCustomLineRequestBody.
61
61
 
62
62
  解析线路名称。
63
63
 
@@ -68,7 +68,7 @@ class UpdateCustomLineRequestBody:
68
68
 
69
69
  @name.setter
70
70
  def name(self, name):
71
- """Sets the name of this UpdateCustomLineRequestBody.
71
+ r"""Sets the name of this UpdateCustomLineRequestBody.
72
72
 
73
73
  解析线路名称。
74
74
 
@@ -79,7 +79,7 @@ class UpdateCustomLineRequestBody:
79
79
 
80
80
  @property
81
81
  def ip_segments(self):
82
- """Gets the ip_segments of this UpdateCustomLineRequestBody.
82
+ r"""Gets the ip_segments of this UpdateCustomLineRequestBody.
83
83
 
84
84
  P地址段。 以“-”分隔,小IP地址在前,大IP地址在后。IP段之间不能有交叉。当只有一个IP时,填写IP1-IP1。 目前只支持IPV4。
85
85
 
@@ -90,7 +90,7 @@ class UpdateCustomLineRequestBody:
90
90
 
91
91
  @ip_segments.setter
92
92
  def ip_segments(self, ip_segments):
93
- """Sets the ip_segments of this UpdateCustomLineRequestBody.
93
+ r"""Sets the ip_segments of this UpdateCustomLineRequestBody.
94
94
 
95
95
  P地址段。 以“-”分隔,小IP地址在前,大IP地址在后。IP段之间不能有交叉。当只有一个IP时,填写IP1-IP1。 目前只支持IPV4。
96
96
 
@@ -101,7 +101,7 @@ class UpdateCustomLineRequestBody:
101
101
 
102
102
  @property
103
103
  def description(self):
104
- """Gets the description of this UpdateCustomLineRequestBody.
104
+ r"""Gets the description of this UpdateCustomLineRequestBody.
105
105
 
106
106
  自定义线路的描述信息。长度不超过255个字符。
107
107
 
@@ -112,7 +112,7 @@ class UpdateCustomLineRequestBody:
112
112
 
113
113
  @description.setter
114
114
  def description(self, description):
115
- """Sets the description of this UpdateCustomLineRequestBody.
115
+ r"""Sets the description of this UpdateCustomLineRequestBody.
116
116
 
117
117
  自定义线路的描述信息。长度不超过255个字符。
118
118