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
@@ -49,7 +49,7 @@ class ListPrivateZonesRequest:
49
49
  }
50
50
 
51
51
  def __init__(self, type=None, limit=None, marker=None, offset=None, tags=None, name=None, id=None, status=None, search_mode=None, sort_key=None, sort_dir=None, enterprise_project_id=None, router_id=None):
52
- """ListPrivateZonesRequest
52
+ r"""ListPrivateZonesRequest
53
53
 
54
54
  The model defined in huaweicloud sdk
55
55
 
@@ -126,7 +126,7 @@ class ListPrivateZonesRequest:
126
126
 
127
127
  @property
128
128
  def type(self):
129
- """Gets the type of this ListPrivateZonesRequest.
129
+ r"""Gets the type of this ListPrivateZonesRequest.
130
130
 
131
131
  待查询的zone的类型。 取值范围:private。
132
132
 
@@ -137,7 +137,7 @@ class ListPrivateZonesRequest:
137
137
 
138
138
  @type.setter
139
139
  def type(self, type):
140
- """Sets the type of this ListPrivateZonesRequest.
140
+ r"""Sets the type of this ListPrivateZonesRequest.
141
141
 
142
142
  待查询的zone的类型。 取值范围:private。
143
143
 
@@ -148,7 +148,7 @@ class ListPrivateZonesRequest:
148
148
 
149
149
  @property
150
150
  def limit(self):
151
- """Gets the limit of this ListPrivateZonesRequest.
151
+ r"""Gets the limit of this ListPrivateZonesRequest.
152
152
 
153
153
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
154
154
 
@@ -159,7 +159,7 @@ class ListPrivateZonesRequest:
159
159
 
160
160
  @limit.setter
161
161
  def limit(self, limit):
162
- """Sets the limit of this ListPrivateZonesRequest.
162
+ r"""Sets the limit of this ListPrivateZonesRequest.
163
163
 
164
164
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
165
165
 
@@ -170,7 +170,7 @@ class ListPrivateZonesRequest:
170
170
 
171
171
  @property
172
172
  def marker(self):
173
- """Gets the marker of this ListPrivateZonesRequest.
173
+ r"""Gets the marker of this ListPrivateZonesRequest.
174
174
 
175
175
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
176
176
 
@@ -181,7 +181,7 @@ class ListPrivateZonesRequest:
181
181
 
182
182
  @marker.setter
183
183
  def marker(self, marker):
184
- """Sets the marker of this ListPrivateZonesRequest.
184
+ r"""Sets the marker of this ListPrivateZonesRequest.
185
185
 
186
186
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
187
187
 
@@ -192,7 +192,7 @@ class ListPrivateZonesRequest:
192
192
 
193
193
  @property
194
194
  def offset(self):
195
- """Gets the offset of this ListPrivateZonesRequest.
195
+ r"""Gets the offset of this ListPrivateZonesRequest.
196
196
 
197
197
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
198
198
 
@@ -203,7 +203,7 @@ class ListPrivateZonesRequest:
203
203
 
204
204
  @offset.setter
205
205
  def offset(self, offset):
206
- """Sets the offset of this ListPrivateZonesRequest.
206
+ r"""Sets the offset of this ListPrivateZonesRequest.
207
207
 
208
208
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
209
209
 
@@ -214,7 +214,7 @@ class ListPrivateZonesRequest:
214
214
 
215
215
  @property
216
216
  def tags(self):
217
- """Gets the tags of this ListPrivateZonesRequest.
217
+ r"""Gets the tags of this ListPrivateZonesRequest.
218
218
 
219
219
  资源标签。
220
220
 
@@ -225,7 +225,7 @@ class ListPrivateZonesRequest:
225
225
 
226
226
  @tags.setter
227
227
  def tags(self, tags):
228
- """Sets the tags of this ListPrivateZonesRequest.
228
+ r"""Sets the tags of this ListPrivateZonesRequest.
229
229
 
230
230
  资源标签。
231
231
 
@@ -236,7 +236,7 @@ class ListPrivateZonesRequest:
236
236
 
237
237
  @property
238
238
  def name(self):
239
- """Gets the name of this ListPrivateZonesRequest.
239
+ r"""Gets the name of this ListPrivateZonesRequest.
240
240
 
241
241
  Zone名称。 搜索模式默认为模糊搜索。
242
242
 
@@ -247,7 +247,7 @@ class ListPrivateZonesRequest:
247
247
 
248
248
  @name.setter
249
249
  def name(self, name):
250
- """Sets the name of this ListPrivateZonesRequest.
250
+ r"""Sets the name of this ListPrivateZonesRequest.
251
251
 
252
252
  Zone名称。 搜索模式默认为模糊搜索。
253
253
 
@@ -258,7 +258,7 @@ class ListPrivateZonesRequest:
258
258
 
259
259
  @property
260
260
  def id(self):
261
- """Gets the id of this ListPrivateZonesRequest.
261
+ r"""Gets the id of this ListPrivateZonesRequest.
262
262
 
263
263
  Zone ID。
264
264
 
@@ -269,7 +269,7 @@ class ListPrivateZonesRequest:
269
269
 
270
270
  @id.setter
271
271
  def id(self, id):
272
- """Sets the id of this ListPrivateZonesRequest.
272
+ r"""Sets the id of this ListPrivateZonesRequest.
273
273
 
274
274
  Zone ID。
275
275
 
@@ -280,7 +280,7 @@ class ListPrivateZonesRequest:
280
280
 
281
281
  @property
282
282
  def status(self):
283
- """Gets the status of this ListPrivateZonesRequest.
283
+ r"""Gets the status of this ListPrivateZonesRequest.
284
284
 
285
285
  资源状态。
286
286
 
@@ -291,7 +291,7 @@ class ListPrivateZonesRequest:
291
291
 
292
292
  @status.setter
293
293
  def status(self, status):
294
- """Sets the status of this ListPrivateZonesRequest.
294
+ r"""Sets the status of this ListPrivateZonesRequest.
295
295
 
296
296
  资源状态。
297
297
 
@@ -302,7 +302,7 @@ class ListPrivateZonesRequest:
302
302
 
303
303
  @property
304
304
  def search_mode(self):
305
- """Gets the search_mode of this ListPrivateZonesRequest.
305
+ r"""Gets the search_mode of this ListPrivateZonesRequest.
306
306
 
307
307
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
308
308
 
@@ -313,7 +313,7 @@ class ListPrivateZonesRequest:
313
313
 
314
314
  @search_mode.setter
315
315
  def search_mode(self, search_mode):
316
- """Sets the search_mode of this ListPrivateZonesRequest.
316
+ r"""Sets the search_mode of this ListPrivateZonesRequest.
317
317
 
318
318
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
319
319
 
@@ -324,7 +324,7 @@ class ListPrivateZonesRequest:
324
324
 
325
325
  @property
326
326
  def sort_key(self):
327
- """Gets the sort_key of this ListPrivateZonesRequest.
327
+ r"""Gets the sort_key of this ListPrivateZonesRequest.
328
328
 
329
329
  查询结果中zone列表的排序字段。 取值范围为: name:域名 created_at:创建时间 updated_at:更新时间 默认值为空,表示不排序。
330
330
 
@@ -335,7 +335,7 @@ class ListPrivateZonesRequest:
335
335
 
336
336
  @sort_key.setter
337
337
  def sort_key(self, sort_key):
338
- """Sets the sort_key of this ListPrivateZonesRequest.
338
+ r"""Sets the sort_key of this ListPrivateZonesRequest.
339
339
 
340
340
  查询结果中zone列表的排序字段。 取值范围为: name:域名 created_at:创建时间 updated_at:更新时间 默认值为空,表示不排序。
341
341
 
@@ -346,7 +346,7 @@ class ListPrivateZonesRequest:
346
346
 
347
347
  @property
348
348
  def sort_dir(self):
349
- """Gets the sort_dir of this ListPrivateZonesRequest.
349
+ r"""Gets the sort_dir of this ListPrivateZonesRequest.
350
350
 
351
351
  查询结果中zone列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
352
352
 
@@ -357,7 +357,7 @@ class ListPrivateZonesRequest:
357
357
 
358
358
  @sort_dir.setter
359
359
  def sort_dir(self, sort_dir):
360
- """Sets the sort_dir of this ListPrivateZonesRequest.
360
+ r"""Sets the sort_dir of this ListPrivateZonesRequest.
361
361
 
362
362
  查询结果中zone列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
363
363
 
@@ -368,7 +368,7 @@ class ListPrivateZonesRequest:
368
368
 
369
369
  @property
370
370
  def enterprise_project_id(self):
371
- """Gets the enterprise_project_id of this ListPrivateZonesRequest.
371
+ r"""Gets the enterprise_project_id of this ListPrivateZonesRequest.
372
372
 
373
373
  域名关联的企业项目ID,长度不超过36个字符。
374
374
 
@@ -379,7 +379,7 @@ class ListPrivateZonesRequest:
379
379
 
380
380
  @enterprise_project_id.setter
381
381
  def enterprise_project_id(self, enterprise_project_id):
382
- """Sets the enterprise_project_id of this ListPrivateZonesRequest.
382
+ r"""Sets the enterprise_project_id of this ListPrivateZonesRequest.
383
383
 
384
384
  域名关联的企业项目ID,长度不超过36个字符。
385
385
 
@@ -390,7 +390,7 @@ class ListPrivateZonesRequest:
390
390
 
391
391
  @property
392
392
  def router_id(self):
393
- """Gets the router_id of this ListPrivateZonesRequest.
393
+ r"""Gets the router_id of this ListPrivateZonesRequest.
394
394
 
395
395
  关联VPC的ID。
396
396
 
@@ -401,7 +401,7 @@ class ListPrivateZonesRequest:
401
401
 
402
402
  @router_id.setter
403
403
  def router_id(self, router_id):
404
- """Sets the router_id of this ListPrivateZonesRequest.
404
+ r"""Sets the router_id of this ListPrivateZonesRequest.
405
405
 
406
406
  关联VPC的ID。
407
407
 
@@ -30,7 +30,7 @@ class ListPrivateZonesResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, metadata=None, zones=None):
33
- """ListPrivateZonesResponse
33
+ r"""ListPrivateZonesResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListPrivateZonesResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this ListPrivateZonesResponse.
61
+ r"""Gets the links of this ListPrivateZonesResponse.
62
62
 
63
63
  :return: The links of this ListPrivateZonesResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class ListPrivateZonesResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this ListPrivateZonesResponse.
70
+ r"""Sets the links of this ListPrivateZonesResponse.
71
71
 
72
72
  :param links: The links of this ListPrivateZonesResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class ListPrivateZonesResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def metadata(self):
79
- """Gets the metadata of this ListPrivateZonesResponse.
79
+ r"""Gets the metadata of this ListPrivateZonesResponse.
80
80
 
81
81
  :return: The metadata of this ListPrivateZonesResponse.
82
82
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -85,7 +85,7 @@ class ListPrivateZonesResponse(SdkResponse):
85
85
 
86
86
  @metadata.setter
87
87
  def metadata(self, metadata):
88
- """Sets the metadata of this ListPrivateZonesResponse.
88
+ r"""Sets the metadata of this ListPrivateZonesResponse.
89
89
 
90
90
  :param metadata: The metadata of this ListPrivateZonesResponse.
91
91
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -94,7 +94,7 @@ class ListPrivateZonesResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def zones(self):
97
- """Gets the zones of this ListPrivateZonesResponse.
97
+ r"""Gets the zones of this ListPrivateZonesResponse.
98
98
 
99
99
  zone列表信息。
100
100
 
@@ -105,7 +105,7 @@ class ListPrivateZonesResponse(SdkResponse):
105
105
 
106
106
  @zones.setter
107
107
  def zones(self, zones):
108
- """Sets the zones of this ListPrivateZonesResponse.
108
+ r"""Sets the zones of this ListPrivateZonesResponse.
109
109
 
110
110
  zone列表信息。
111
111
 
@@ -43,7 +43,7 @@ class ListPtrRecordsFloatingResp:
43
43
  }
44
44
 
45
45
  def __init__(self, id=None, ptrdname=None, description=None, ttl=None, address=None, status=None, action=None, links=None, tags=None, enterprise_project_id=None):
46
- """ListPtrRecordsFloatingResp
46
+ r"""ListPtrRecordsFloatingResp
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -106,7 +106,7 @@ class ListPtrRecordsFloatingResp:
106
106
 
107
107
  @property
108
108
  def id(self):
109
- """Gets the id of this ListPtrRecordsFloatingResp.
109
+ r"""Gets the id of this ListPtrRecordsFloatingResp.
110
110
 
111
111
  PTR记录的ID,格式形如{region}:{floatingip_id}。
112
112
 
@@ -117,7 +117,7 @@ class ListPtrRecordsFloatingResp:
117
117
 
118
118
  @id.setter
119
119
  def id(self, id):
120
- """Sets the id of this ListPtrRecordsFloatingResp.
120
+ r"""Sets the id of this ListPtrRecordsFloatingResp.
121
121
 
122
122
  PTR记录的ID,格式形如{region}:{floatingip_id}。
123
123
 
@@ -128,7 +128,7 @@ class ListPtrRecordsFloatingResp:
128
128
 
129
129
  @property
130
130
  def ptrdname(self):
131
- """Gets the ptrdname of this ListPtrRecordsFloatingResp.
131
+ r"""Gets the ptrdname of this ListPtrRecordsFloatingResp.
132
132
 
133
133
  PTR记录对应的域名。
134
134
 
@@ -139,7 +139,7 @@ class ListPtrRecordsFloatingResp:
139
139
 
140
140
  @ptrdname.setter
141
141
  def ptrdname(self, ptrdname):
142
- """Sets the ptrdname of this ListPtrRecordsFloatingResp.
142
+ r"""Sets the ptrdname of this ListPtrRecordsFloatingResp.
143
143
 
144
144
  PTR记录对应的域名。
145
145
 
@@ -150,7 +150,7 @@ class ListPtrRecordsFloatingResp:
150
150
 
151
151
  @property
152
152
  def description(self):
153
- """Gets the description of this ListPtrRecordsFloatingResp.
153
+ r"""Gets the description of this ListPtrRecordsFloatingResp.
154
154
 
155
155
  对PTR记录的描述。
156
156
 
@@ -161,7 +161,7 @@ class ListPtrRecordsFloatingResp:
161
161
 
162
162
  @description.setter
163
163
  def description(self, description):
164
- """Sets the description of this ListPtrRecordsFloatingResp.
164
+ r"""Sets the description of this ListPtrRecordsFloatingResp.
165
165
 
166
166
  对PTR记录的描述。
167
167
 
@@ -172,7 +172,7 @@ class ListPtrRecordsFloatingResp:
172
172
 
173
173
  @property
174
174
  def ttl(self):
175
- """Gets the ttl of this ListPtrRecordsFloatingResp.
175
+ r"""Gets the ttl of this ListPtrRecordsFloatingResp.
176
176
 
177
177
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
178
178
 
@@ -183,7 +183,7 @@ class ListPtrRecordsFloatingResp:
183
183
 
184
184
  @ttl.setter
185
185
  def ttl(self, ttl):
186
- """Sets the ttl of this ListPtrRecordsFloatingResp.
186
+ r"""Sets the ttl of this ListPtrRecordsFloatingResp.
187
187
 
188
188
  PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
189
189
 
@@ -194,7 +194,7 @@ class ListPtrRecordsFloatingResp:
194
194
 
195
195
  @property
196
196
  def address(self):
197
- """Gets the address of this ListPtrRecordsFloatingResp.
197
+ r"""Gets the address of this ListPtrRecordsFloatingResp.
198
198
 
199
199
  弹性公网IP的IP地址。
200
200
 
@@ -205,7 +205,7 @@ class ListPtrRecordsFloatingResp:
205
205
 
206
206
  @address.setter
207
207
  def address(self, address):
208
- """Sets the address of this ListPtrRecordsFloatingResp.
208
+ r"""Sets the address of this ListPtrRecordsFloatingResp.
209
209
 
210
210
  弹性公网IP的IP地址。
211
211
 
@@ -216,7 +216,7 @@ class ListPtrRecordsFloatingResp:
216
216
 
217
217
  @property
218
218
  def status(self):
219
- """Gets the status of this ListPtrRecordsFloatingResp.
219
+ r"""Gets the status of this ListPtrRecordsFloatingResp.
220
220
 
221
221
  资源状态。
222
222
 
@@ -227,7 +227,7 @@ class ListPtrRecordsFloatingResp:
227
227
 
228
228
  @status.setter
229
229
  def status(self, status):
230
- """Sets the status of this ListPtrRecordsFloatingResp.
230
+ r"""Sets the status of this ListPtrRecordsFloatingResp.
231
231
 
232
232
  资源状态。
233
233
 
@@ -238,7 +238,7 @@ class ListPtrRecordsFloatingResp:
238
238
 
239
239
  @property
240
240
  def action(self):
241
- """Gets the action of this ListPtrRecordsFloatingResp.
241
+ r"""Gets the action of this ListPtrRecordsFloatingResp.
242
242
 
243
243
  对该资源的当前操作。 取值范围:CREATE,UPDATE,DELETE,NONE。 CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
244
244
 
@@ -249,7 +249,7 @@ class ListPtrRecordsFloatingResp:
249
249
 
250
250
  @action.setter
251
251
  def action(self, action):
252
- """Sets the action of this ListPtrRecordsFloatingResp.
252
+ r"""Sets the action of this ListPtrRecordsFloatingResp.
253
253
 
254
254
  对该资源的当前操作。 取值范围:CREATE,UPDATE,DELETE,NONE。 CREATE:表示创建,UPDATE:表示更新,DELETE:表示删除,NONE:表示无操作
255
255
 
@@ -260,7 +260,7 @@ class ListPtrRecordsFloatingResp:
260
260
 
261
261
  @property
262
262
  def links(self):
263
- """Gets the links of this ListPtrRecordsFloatingResp.
263
+ r"""Gets the links of this ListPtrRecordsFloatingResp.
264
264
 
265
265
  :return: The links of this ListPtrRecordsFloatingResp.
266
266
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -269,7 +269,7 @@ class ListPtrRecordsFloatingResp:
269
269
 
270
270
  @links.setter
271
271
  def links(self, links):
272
- """Sets the links of this ListPtrRecordsFloatingResp.
272
+ r"""Sets the links of this ListPtrRecordsFloatingResp.
273
273
 
274
274
  :param links: The links of this ListPtrRecordsFloatingResp.
275
275
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -278,7 +278,7 @@ class ListPtrRecordsFloatingResp:
278
278
 
279
279
  @property
280
280
  def tags(self):
281
- """Gets the tags of this ListPtrRecordsFloatingResp.
281
+ r"""Gets the tags of this ListPtrRecordsFloatingResp.
282
282
 
283
283
  资源标签。
284
284
 
@@ -289,7 +289,7 @@ class ListPtrRecordsFloatingResp:
289
289
 
290
290
  @tags.setter
291
291
  def tags(self, tags):
292
- """Sets the tags of this ListPtrRecordsFloatingResp.
292
+ r"""Sets the tags of this ListPtrRecordsFloatingResp.
293
293
 
294
294
  资源标签。
295
295
 
@@ -300,7 +300,7 @@ class ListPtrRecordsFloatingResp:
300
300
 
301
301
  @property
302
302
  def enterprise_project_id(self):
303
- """Gets the enterprise_project_id of this ListPtrRecordsFloatingResp.
303
+ r"""Gets the enterprise_project_id of this ListPtrRecordsFloatingResp.
304
304
 
305
305
  反向解析关联的企业项目ID,长度不超过36个字符。
306
306
 
@@ -311,7 +311,7 @@ class ListPtrRecordsFloatingResp:
311
311
 
312
312
  @enterprise_project_id.setter
313
313
  def enterprise_project_id(self, enterprise_project_id):
314
- """Sets the enterprise_project_id of this ListPtrRecordsFloatingResp.
314
+ r"""Sets the enterprise_project_id of this ListPtrRecordsFloatingResp.
315
315
 
316
316
  反向解析关联的企业项目ID,长度不超过36个字符。
317
317
 
@@ -35,7 +35,7 @@ class ListPtrRecordsRequest:
35
35
  }
36
36
 
37
37
  def __init__(self, marker=None, limit=None, offset=None, enterprise_project_id=None, tags=None, status=None):
38
- """ListPtrRecordsRequest
38
+ r"""ListPtrRecordsRequest
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -78,7 +78,7 @@ class ListPtrRecordsRequest:
78
78
 
79
79
  @property
80
80
  def marker(self):
81
- """Gets the marker of this ListPtrRecordsRequest.
81
+ r"""Gets the marker of this ListPtrRecordsRequest.
82
82
 
83
83
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
84
84
 
@@ -89,7 +89,7 @@ class ListPtrRecordsRequest:
89
89
 
90
90
  @marker.setter
91
91
  def marker(self, marker):
92
- """Sets the marker of this ListPtrRecordsRequest.
92
+ r"""Sets the marker of this ListPtrRecordsRequest.
93
93
 
94
94
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
95
95
 
@@ -100,7 +100,7 @@ class ListPtrRecordsRequest:
100
100
 
101
101
  @property
102
102
  def limit(self):
103
- """Gets the limit of this ListPtrRecordsRequest.
103
+ r"""Gets the limit of this ListPtrRecordsRequest.
104
104
 
105
105
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
106
106
 
@@ -111,7 +111,7 @@ class ListPtrRecordsRequest:
111
111
 
112
112
  @limit.setter
113
113
  def limit(self, limit):
114
- """Sets the limit of this ListPtrRecordsRequest.
114
+ r"""Sets the limit of this ListPtrRecordsRequest.
115
115
 
116
116
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
117
117
 
@@ -122,7 +122,7 @@ class ListPtrRecordsRequest:
122
122
 
123
123
  @property
124
124
  def offset(self):
125
- """Gets the offset of this ListPtrRecordsRequest.
125
+ r"""Gets the offset of this ListPtrRecordsRequest.
126
126
 
127
127
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
128
128
 
@@ -133,7 +133,7 @@ class ListPtrRecordsRequest:
133
133
 
134
134
  @offset.setter
135
135
  def offset(self, offset):
136
- """Sets the offset of this ListPtrRecordsRequest.
136
+ r"""Sets the offset of this ListPtrRecordsRequest.
137
137
 
138
138
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
139
139
 
@@ -144,7 +144,7 @@ class ListPtrRecordsRequest:
144
144
 
145
145
  @property
146
146
  def enterprise_project_id(self):
147
- """Gets the enterprise_project_id of this ListPtrRecordsRequest.
147
+ r"""Gets the enterprise_project_id of this ListPtrRecordsRequest.
148
148
 
149
149
  反向解析关联的企业项目ID,长度不超过36个字符。
150
150
 
@@ -155,7 +155,7 @@ class ListPtrRecordsRequest:
155
155
 
156
156
  @enterprise_project_id.setter
157
157
  def enterprise_project_id(self, enterprise_project_id):
158
- """Sets the enterprise_project_id of this ListPtrRecordsRequest.
158
+ r"""Sets the enterprise_project_id of this ListPtrRecordsRequest.
159
159
 
160
160
  反向解析关联的企业项目ID,长度不超过36个字符。
161
161
 
@@ -166,7 +166,7 @@ class ListPtrRecordsRequest:
166
166
 
167
167
  @property
168
168
  def tags(self):
169
- """Gets the tags of this ListPtrRecordsRequest.
169
+ r"""Gets the tags of this ListPtrRecordsRequest.
170
170
 
171
171
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
172
172
 
@@ -177,7 +177,7 @@ class ListPtrRecordsRequest:
177
177
 
178
178
  @tags.setter
179
179
  def tags(self, tags):
180
- """Sets the tags of this ListPtrRecordsRequest.
180
+ r"""Sets the tags of this ListPtrRecordsRequest.
181
181
 
182
182
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
183
183
 
@@ -188,7 +188,7 @@ class ListPtrRecordsRequest:
188
188
 
189
189
  @property
190
190
  def status(self):
191
- """Gets the status of this ListPtrRecordsRequest.
191
+ r"""Gets the status of this ListPtrRecordsRequest.
192
192
 
193
193
  资源状态。
194
194
 
@@ -199,7 +199,7 @@ class ListPtrRecordsRequest:
199
199
 
200
200
  @status.setter
201
201
  def status(self, status):
202
- """Sets the status of this ListPtrRecordsRequest.
202
+ r"""Sets the status of this ListPtrRecordsRequest.
203
203
 
204
204
  资源状态。
205
205
 
@@ -30,7 +30,7 @@ class ListPtrRecordsResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, metadata=None, floatingips=None):
33
- """ListPtrRecordsResponse
33
+ r"""ListPtrRecordsResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListPtrRecordsResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this ListPtrRecordsResponse.
61
+ r"""Gets the links of this ListPtrRecordsResponse.
62
62
 
63
63
  :return: The links of this ListPtrRecordsResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class ListPtrRecordsResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this ListPtrRecordsResponse.
70
+ r"""Sets the links of this ListPtrRecordsResponse.
71
71
 
72
72
  :param links: The links of this ListPtrRecordsResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class ListPtrRecordsResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def metadata(self):
79
- """Gets the metadata of this ListPtrRecordsResponse.
79
+ r"""Gets the metadata of this ListPtrRecordsResponse.
80
80
 
81
81
  :return: The metadata of this ListPtrRecordsResponse.
82
82
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -85,7 +85,7 @@ class ListPtrRecordsResponse(SdkResponse):
85
85
 
86
86
  @metadata.setter
87
87
  def metadata(self, metadata):
88
- """Sets the metadata of this ListPtrRecordsResponse.
88
+ r"""Sets the metadata of this ListPtrRecordsResponse.
89
89
 
90
90
  :param metadata: The metadata of this ListPtrRecordsResponse.
91
91
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -94,7 +94,7 @@ class ListPtrRecordsResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def floatingips(self):
97
- """Gets the floatingips of this ListPtrRecordsResponse.
97
+ r"""Gets the floatingips of this ListPtrRecordsResponse.
98
98
 
99
99
  弹性公网IP的PTR记录ID列表信息。
100
100
 
@@ -105,7 +105,7 @@ class ListPtrRecordsResponse(SdkResponse):
105
105
 
106
106
  @floatingips.setter
107
107
  def floatingips(self, floatingips):
108
- """Sets the floatingips of this ListPtrRecordsResponse.
108
+ r"""Sets the floatingips of this ListPtrRecordsResponse.
109
109
 
110
110
  弹性公网IP的PTR记录ID列表信息。
111
111