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
@@ -47,7 +47,7 @@ class ListRecordSetsByZoneRequest:
47
47
  }
48
48
 
49
49
  def __init__(self, zone_id=None, search_mode=None, marker=None, limit=None, offset=None, tags=None, status=None, type=None, name=None, id=None, sort_key=None, sort_dir=None):
50
- """ListRecordSetsByZoneRequest
50
+ r"""ListRecordSetsByZoneRequest
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -119,7 +119,7 @@ class ListRecordSetsByZoneRequest:
119
119
 
120
120
  @property
121
121
  def zone_id(self):
122
- """Gets the zone_id of this ListRecordSetsByZoneRequest.
122
+ r"""Gets the zone_id of this ListRecordSetsByZoneRequest.
123
123
 
124
124
  所属zone id。
125
125
 
@@ -130,7 +130,7 @@ class ListRecordSetsByZoneRequest:
130
130
 
131
131
  @zone_id.setter
132
132
  def zone_id(self, zone_id):
133
- """Sets the zone_id of this ListRecordSetsByZoneRequest.
133
+ r"""Sets the zone_id of this ListRecordSetsByZoneRequest.
134
134
 
135
135
  所属zone id。
136
136
 
@@ -141,7 +141,7 @@ class ListRecordSetsByZoneRequest:
141
141
 
142
142
  @property
143
143
  def search_mode(self):
144
- """Gets the search_mode of this ListRecordSetsByZoneRequest.
144
+ r"""Gets the search_mode of this ListRecordSetsByZoneRequest.
145
145
 
146
146
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
147
147
 
@@ -152,7 +152,7 @@ class ListRecordSetsByZoneRequest:
152
152
 
153
153
  @search_mode.setter
154
154
  def search_mode(self, search_mode):
155
- """Sets the search_mode of this ListRecordSetsByZoneRequest.
155
+ r"""Sets the search_mode of this ListRecordSetsByZoneRequest.
156
156
 
157
157
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
158
158
 
@@ -163,7 +163,7 @@ class ListRecordSetsByZoneRequest:
163
163
 
164
164
  @property
165
165
  def marker(self):
166
- """Gets the marker of this ListRecordSetsByZoneRequest.
166
+ r"""Gets the marker of this ListRecordSetsByZoneRequest.
167
167
 
168
168
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
169
169
 
@@ -174,7 +174,7 @@ class ListRecordSetsByZoneRequest:
174
174
 
175
175
  @marker.setter
176
176
  def marker(self, marker):
177
- """Sets the marker of this ListRecordSetsByZoneRequest.
177
+ r"""Sets the marker of this ListRecordSetsByZoneRequest.
178
178
 
179
179
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
180
180
 
@@ -185,7 +185,7 @@ class ListRecordSetsByZoneRequest:
185
185
 
186
186
  @property
187
187
  def limit(self):
188
- """Gets the limit of this ListRecordSetsByZoneRequest.
188
+ r"""Gets the limit of this ListRecordSetsByZoneRequest.
189
189
 
190
190
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
191
191
 
@@ -196,7 +196,7 @@ class ListRecordSetsByZoneRequest:
196
196
 
197
197
  @limit.setter
198
198
  def limit(self, limit):
199
- """Sets the limit of this ListRecordSetsByZoneRequest.
199
+ r"""Sets the limit of this ListRecordSetsByZoneRequest.
200
200
 
201
201
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
202
202
 
@@ -207,7 +207,7 @@ class ListRecordSetsByZoneRequest:
207
207
 
208
208
  @property
209
209
  def offset(self):
210
- """Gets the offset of this ListRecordSetsByZoneRequest.
210
+ r"""Gets the offset of this ListRecordSetsByZoneRequest.
211
211
 
212
212
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
213
213
 
@@ -218,7 +218,7 @@ class ListRecordSetsByZoneRequest:
218
218
 
219
219
  @offset.setter
220
220
  def offset(self, offset):
221
- """Sets the offset of this ListRecordSetsByZoneRequest.
221
+ r"""Sets the offset of this ListRecordSetsByZoneRequest.
222
222
 
223
223
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
224
224
 
@@ -229,7 +229,7 @@ class ListRecordSetsByZoneRequest:
229
229
 
230
230
  @property
231
231
  def tags(self):
232
- """Gets the tags of this ListRecordSetsByZoneRequest.
232
+ r"""Gets the tags of this ListRecordSetsByZoneRequest.
233
233
 
234
234
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
235
235
 
@@ -240,7 +240,7 @@ class ListRecordSetsByZoneRequest:
240
240
 
241
241
  @tags.setter
242
242
  def tags(self, tags):
243
- """Sets the tags of this ListRecordSetsByZoneRequest.
243
+ r"""Sets the tags of this ListRecordSetsByZoneRequest.
244
244
 
245
245
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
246
246
 
@@ -251,7 +251,7 @@ class ListRecordSetsByZoneRequest:
251
251
 
252
252
  @property
253
253
  def status(self):
254
- """Gets the status of this ListRecordSetsByZoneRequest.
254
+ r"""Gets the status of this ListRecordSetsByZoneRequest.
255
255
 
256
256
  待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
257
257
 
@@ -262,7 +262,7 @@ class ListRecordSetsByZoneRequest:
262
262
 
263
263
  @status.setter
264
264
  def status(self, status):
265
- """Sets the status of this ListRecordSetsByZoneRequest.
265
+ r"""Sets the status of this ListRecordSetsByZoneRequest.
266
266
 
267
267
  待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
268
268
 
@@ -273,7 +273,7 @@ class ListRecordSetsByZoneRequest:
273
273
 
274
274
  @property
275
275
  def type(self):
276
- """Gets the type of this ListRecordSetsByZoneRequest.
276
+ r"""Gets the type of this ListRecordSetsByZoneRequest.
277
277
 
278
278
  待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
279
279
 
@@ -284,7 +284,7 @@ class ListRecordSetsByZoneRequest:
284
284
 
285
285
  @type.setter
286
286
  def type(self, type):
287
- """Sets the type of this ListRecordSetsByZoneRequest.
287
+ r"""Sets the type of this ListRecordSetsByZoneRequest.
288
288
 
289
289
  待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
290
290
 
@@ -295,7 +295,7 @@ class ListRecordSetsByZoneRequest:
295
295
 
296
296
  @property
297
297
  def name(self):
298
- """Gets the name of this ListRecordSetsByZoneRequest.
298
+ r"""Gets the name of this ListRecordSetsByZoneRequest.
299
299
 
300
300
  待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
301
301
 
@@ -306,7 +306,7 @@ class ListRecordSetsByZoneRequest:
306
306
 
307
307
  @name.setter
308
308
  def name(self, name):
309
- """Sets the name of this ListRecordSetsByZoneRequest.
309
+ r"""Sets the name of this ListRecordSetsByZoneRequest.
310
310
 
311
311
  待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
312
312
 
@@ -317,7 +317,7 @@ class ListRecordSetsByZoneRequest:
317
317
 
318
318
  @property
319
319
  def id(self):
320
- """Gets the id of this ListRecordSetsByZoneRequest.
320
+ r"""Gets the id of this ListRecordSetsByZoneRequest.
321
321
 
322
322
  待查询的Record Set的id包含此id。
323
323
 
@@ -328,7 +328,7 @@ class ListRecordSetsByZoneRequest:
328
328
 
329
329
  @id.setter
330
330
  def id(self, id):
331
- """Sets the id of this ListRecordSetsByZoneRequest.
331
+ r"""Sets the id of this ListRecordSetsByZoneRequest.
332
332
 
333
333
  待查询的Record Set的id包含此id。
334
334
 
@@ -339,7 +339,7 @@ class ListRecordSetsByZoneRequest:
339
339
 
340
340
  @property
341
341
  def sort_key(self):
342
- """Gets the sort_key of this ListRecordSetsByZoneRequest.
342
+ r"""Gets the sort_key of this ListRecordSetsByZoneRequest.
343
343
 
344
344
  查询结果中Record Set列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
345
345
 
@@ -350,7 +350,7 @@ class ListRecordSetsByZoneRequest:
350
350
 
351
351
  @sort_key.setter
352
352
  def sort_key(self, sort_key):
353
- """Sets the sort_key of this ListRecordSetsByZoneRequest.
353
+ r"""Sets the sort_key of this ListRecordSetsByZoneRequest.
354
354
 
355
355
  查询结果中Record Set列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
356
356
 
@@ -361,7 +361,7 @@ class ListRecordSetsByZoneRequest:
361
361
 
362
362
  @property
363
363
  def sort_dir(self):
364
- """Gets the sort_dir of this ListRecordSetsByZoneRequest.
364
+ r"""Gets the sort_dir of this ListRecordSetsByZoneRequest.
365
365
 
366
366
  查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
367
367
 
@@ -372,7 +372,7 @@ class ListRecordSetsByZoneRequest:
372
372
 
373
373
  @sort_dir.setter
374
374
  def sort_dir(self, sort_dir):
375
- """Sets the sort_dir of this ListRecordSetsByZoneRequest.
375
+ r"""Sets the sort_dir of this ListRecordSetsByZoneRequest.
376
376
 
377
377
  查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
378
378
 
@@ -30,7 +30,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """ListRecordSetsByZoneResponse
33
+ r"""ListRecordSetsByZoneResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this ListRecordSetsByZoneResponse.
61
+ r"""Gets the links of this ListRecordSetsByZoneResponse.
62
62
 
63
63
  :return: The links of this ListRecordSetsByZoneResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this ListRecordSetsByZoneResponse.
70
+ r"""Sets the links of this ListRecordSetsByZoneResponse.
71
71
 
72
72
  :param links: The links of this ListRecordSetsByZoneResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this ListRecordSetsByZoneResponse.
79
+ r"""Gets the recordsets of this ListRecordSetsByZoneResponse.
80
80
 
81
81
  recordset列表对象。
82
82
 
@@ -87,7 +87,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this ListRecordSetsByZoneResponse.
90
+ r"""Sets the recordsets of this ListRecordSetsByZoneResponse.
91
91
 
92
92
  recordset列表对象。
93
93
 
@@ -98,7 +98,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this ListRecordSetsByZoneResponse.
101
+ r"""Gets the metadata of this ListRecordSetsByZoneResponse.
102
102
 
103
103
  :return: The metadata of this ListRecordSetsByZoneResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this ListRecordSetsByZoneResponse.
110
+ r"""Sets the metadata of this ListRecordSetsByZoneResponse.
111
111
 
112
112
  :param metadata: The metadata of this ListRecordSetsByZoneResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -49,7 +49,7 @@ class ListRecordSetsRequest:
49
49
  }
50
50
 
51
51
  def __init__(self, zone_type=None, marker=None, search_mode=None, limit=None, offset=None, tags=None, status=None, type=None, name=None, id=None, records=None, sort_key=None, sort_dir=None):
52
- """ListRecordSetsRequest
52
+ r"""ListRecordSetsRequest
53
53
 
54
54
  The model defined in huaweicloud sdk
55
55
 
@@ -127,7 +127,7 @@ class ListRecordSetsRequest:
127
127
 
128
128
  @property
129
129
  def zone_type(self):
130
- """Gets the zone_type of this ListRecordSetsRequest.
130
+ r"""Gets the zone_type of this ListRecordSetsRequest.
131
131
 
132
132
  待查询的Record Set的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的Record Set。 如果为public,表示查询公网类型的Record Set。 如果为private,表示查询内网类型的Record Set。 搜索模式默认为模糊搜索。 默认值为public。
133
133
 
@@ -138,7 +138,7 @@ class ListRecordSetsRequest:
138
138
 
139
139
  @zone_type.setter
140
140
  def zone_type(self, zone_type):
141
- """Sets the zone_type of this ListRecordSetsRequest.
141
+ r"""Sets the zone_type of this ListRecordSetsRequest.
142
142
 
143
143
  待查询的Record Set的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的Record Set。 如果为public,表示查询公网类型的Record Set。 如果为private,表示查询内网类型的Record Set。 搜索模式默认为模糊搜索。 默认值为public。
144
144
 
@@ -149,7 +149,7 @@ class ListRecordSetsRequest:
149
149
 
150
150
  @property
151
151
  def marker(self):
152
- """Gets the marker of this ListRecordSetsRequest.
152
+ r"""Gets the marker of this ListRecordSetsRequest.
153
153
 
154
154
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
155
155
 
@@ -160,7 +160,7 @@ class ListRecordSetsRequest:
160
160
 
161
161
  @marker.setter
162
162
  def marker(self, marker):
163
- """Sets the marker of this ListRecordSetsRequest.
163
+ r"""Sets the marker of this ListRecordSetsRequest.
164
164
 
165
165
  分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
166
166
 
@@ -171,7 +171,7 @@ class ListRecordSetsRequest:
171
171
 
172
172
  @property
173
173
  def search_mode(self):
174
- """Gets the search_mode of this ListRecordSetsRequest.
174
+ r"""Gets the search_mode of this ListRecordSetsRequest.
175
175
 
176
176
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
177
177
 
@@ -182,7 +182,7 @@ class ListRecordSetsRequest:
182
182
 
183
183
  @search_mode.setter
184
184
  def search_mode(self, search_mode):
185
- """Sets the search_mode of this ListRecordSetsRequest.
185
+ r"""Sets the search_mode of this ListRecordSetsRequest.
186
186
 
187
187
  查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
188
188
 
@@ -193,7 +193,7 @@ class ListRecordSetsRequest:
193
193
 
194
194
  @property
195
195
  def limit(self):
196
- """Gets the limit of this ListRecordSetsRequest.
196
+ r"""Gets the limit of this ListRecordSetsRequest.
197
197
 
198
198
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
199
199
 
@@ -204,7 +204,7 @@ class ListRecordSetsRequest:
204
204
 
205
205
  @limit.setter
206
206
  def limit(self, limit):
207
- """Sets the limit of this ListRecordSetsRequest.
207
+ r"""Sets the limit of this ListRecordSetsRequest.
208
208
 
209
209
  每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
210
210
 
@@ -215,7 +215,7 @@ class ListRecordSetsRequest:
215
215
 
216
216
  @property
217
217
  def offset(self):
218
- """Gets the offset of this ListRecordSetsRequest.
218
+ r"""Gets the offset of this ListRecordSetsRequest.
219
219
 
220
220
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
221
221
 
@@ -226,7 +226,7 @@ class ListRecordSetsRequest:
226
226
 
227
227
  @offset.setter
228
228
  def offset(self, offset):
229
- """Sets the offset of this ListRecordSetsRequest.
229
+ r"""Sets the offset of this ListRecordSetsRequest.
230
230
 
231
231
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
232
232
 
@@ -237,7 +237,7 @@ class ListRecordSetsRequest:
237
237
 
238
238
  @property
239
239
  def tags(self):
240
- """Gets the tags of this ListRecordSetsRequest.
240
+ r"""Gets the tags of this ListRecordSetsRequest.
241
241
 
242
242
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
243
243
 
@@ -248,7 +248,7 @@ class ListRecordSetsRequest:
248
248
 
249
249
  @tags.setter
250
250
  def tags(self, tags):
251
- """Sets the tags of this ListRecordSetsRequest.
251
+ r"""Sets the tags of this ListRecordSetsRequest.
252
252
 
253
253
  资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
254
254
 
@@ -259,7 +259,7 @@ class ListRecordSetsRequest:
259
259
 
260
260
  @property
261
261
  def status(self):
262
- """Gets the status of this ListRecordSetsRequest.
262
+ r"""Gets the status of this ListRecordSetsRequest.
263
263
 
264
264
  待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
265
265
 
@@ -270,7 +270,7 @@ class ListRecordSetsRequest:
270
270
 
271
271
  @status.setter
272
272
  def status(self, status):
273
- """Sets the status of this ListRecordSetsRequest.
273
+ r"""Sets the status of this ListRecordSetsRequest.
274
274
 
275
275
  待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
276
276
 
@@ -281,7 +281,7 @@ class ListRecordSetsRequest:
281
281
 
282
282
  @property
283
283
  def type(self):
284
- """Gets the type of this ListRecordSetsRequest.
284
+ r"""Gets the type of this ListRecordSetsRequest.
285
285
 
286
286
  待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
287
287
 
@@ -292,7 +292,7 @@ class ListRecordSetsRequest:
292
292
 
293
293
  @type.setter
294
294
  def type(self, type):
295
- """Sets the type of this ListRecordSetsRequest.
295
+ r"""Sets the type of this ListRecordSetsRequest.
296
296
 
297
297
  待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
298
298
 
@@ -303,7 +303,7 @@ class ListRecordSetsRequest:
303
303
 
304
304
  @property
305
305
  def name(self):
306
- """Gets the name of this ListRecordSetsRequest.
306
+ r"""Gets the name of this ListRecordSetsRequest.
307
307
 
308
308
  待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
309
309
 
@@ -314,7 +314,7 @@ class ListRecordSetsRequest:
314
314
 
315
315
  @name.setter
316
316
  def name(self, name):
317
- """Sets the name of this ListRecordSetsRequest.
317
+ r"""Sets the name of this ListRecordSetsRequest.
318
318
 
319
319
  待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
320
320
 
@@ -325,7 +325,7 @@ class ListRecordSetsRequest:
325
325
 
326
326
  @property
327
327
  def id(self):
328
- """Gets the id of this ListRecordSetsRequest.
328
+ r"""Gets the id of this ListRecordSetsRequest.
329
329
 
330
330
  待查询的Record Set的id包含此id。
331
331
 
@@ -336,7 +336,7 @@ class ListRecordSetsRequest:
336
336
 
337
337
  @id.setter
338
338
  def id(self, id):
339
- """Sets the id of this ListRecordSetsRequest.
339
+ r"""Sets the id of this ListRecordSetsRequest.
340
340
 
341
341
  待查询的Record Set的id包含此id。
342
342
 
@@ -347,7 +347,7 @@ class ListRecordSetsRequest:
347
347
 
348
348
  @property
349
349
  def records(self):
350
- """Gets the records of this ListRecordSetsRequest.
350
+ r"""Gets the records of this ListRecordSetsRequest.
351
351
 
352
352
  待查询的Record Set的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
353
353
 
@@ -358,7 +358,7 @@ class ListRecordSetsRequest:
358
358
 
359
359
  @records.setter
360
360
  def records(self, records):
361
- """Sets the records of this ListRecordSetsRequest.
361
+ r"""Sets the records of this ListRecordSetsRequest.
362
362
 
363
363
  待查询的Record Set的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
364
364
 
@@ -369,7 +369,7 @@ class ListRecordSetsRequest:
369
369
 
370
370
  @property
371
371
  def sort_key(self):
372
- """Gets the sort_key of this ListRecordSetsRequest.
372
+ r"""Gets the sort_key of this ListRecordSetsRequest.
373
373
 
374
374
  查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
375
375
 
@@ -380,7 +380,7 @@ class ListRecordSetsRequest:
380
380
 
381
381
  @sort_key.setter
382
382
  def sort_key(self, sort_key):
383
- """Sets the sort_key of this ListRecordSetsRequest.
383
+ r"""Sets the sort_key of this ListRecordSetsRequest.
384
384
 
385
385
  查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
386
386
 
@@ -391,7 +391,7 @@ class ListRecordSetsRequest:
391
391
 
392
392
  @property
393
393
  def sort_dir(self):
394
- """Gets the sort_dir of this ListRecordSetsRequest.
394
+ r"""Gets the sort_dir of this ListRecordSetsRequest.
395
395
 
396
396
  查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
397
397
 
@@ -402,7 +402,7 @@ class ListRecordSetsRequest:
402
402
 
403
403
  @sort_dir.setter
404
404
  def sort_dir(self, sort_dir):
405
- """Sets the sort_dir of this ListRecordSetsRequest.
405
+ r"""Sets the sort_dir of this ListRecordSetsRequest.
406
406
 
407
407
  查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
408
408
 
@@ -30,7 +30,7 @@ class ListRecordSetsResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """ListRecordSetsResponse
33
+ r"""ListRecordSetsResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListRecordSetsResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this ListRecordSetsResponse.
61
+ r"""Gets the links of this ListRecordSetsResponse.
62
62
 
63
63
  :return: The links of this ListRecordSetsResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class ListRecordSetsResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this ListRecordSetsResponse.
70
+ r"""Sets the links of this ListRecordSetsResponse.
71
71
 
72
72
  :param links: The links of this ListRecordSetsResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class ListRecordSetsResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this ListRecordSetsResponse.
79
+ r"""Gets the recordsets of this ListRecordSetsResponse.
80
80
 
81
81
  recordset列表对象。
82
82
 
@@ -87,7 +87,7 @@ class ListRecordSetsResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this ListRecordSetsResponse.
90
+ r"""Sets the recordsets of this ListRecordSetsResponse.
91
91
 
92
92
  recordset列表对象。
93
93
 
@@ -98,7 +98,7 @@ class ListRecordSetsResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this ListRecordSetsResponse.
101
+ r"""Gets the metadata of this ListRecordSetsResponse.
102
102
 
103
103
  :return: The metadata of this ListRecordSetsResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class ListRecordSetsResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this ListRecordSetsResponse.
110
+ r"""Sets the metadata of this ListRecordSetsResponse.
111
111
 
112
112
  :param metadata: The metadata of this ListRecordSetsResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`