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
@@ -38,7 +38,7 @@ class DeleteCustomLineResponse(SdkResponse):
38
38
  }
39
39
 
40
40
  def __init__(self, line_id=None, name=None, ip_segments=None, created_at=None, updated_at=None, status=None, description=None):
41
- """DeleteCustomLineResponse
41
+ r"""DeleteCustomLineResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class DeleteCustomLineResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def line_id(self):
89
- """Gets the line_id of this DeleteCustomLineResponse.
89
+ r"""Gets the line_id of this DeleteCustomLineResponse.
90
90
 
91
91
  解析线路ID。
92
92
 
@@ -97,7 +97,7 @@ class DeleteCustomLineResponse(SdkResponse):
97
97
 
98
98
  @line_id.setter
99
99
  def line_id(self, line_id):
100
- """Sets the line_id of this DeleteCustomLineResponse.
100
+ r"""Sets the line_id of this DeleteCustomLineResponse.
101
101
 
102
102
  解析线路ID。
103
103
 
@@ -108,7 +108,7 @@ class DeleteCustomLineResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def name(self):
111
- """Gets the name of this DeleteCustomLineResponse.
111
+ r"""Gets the name of this DeleteCustomLineResponse.
112
112
 
113
113
  解析线路名称。
114
114
 
@@ -119,7 +119,7 @@ class DeleteCustomLineResponse(SdkResponse):
119
119
 
120
120
  @name.setter
121
121
  def name(self, name):
122
- """Sets the name of this DeleteCustomLineResponse.
122
+ r"""Sets the name of this DeleteCustomLineResponse.
123
123
 
124
124
  解析线路名称。
125
125
 
@@ -130,7 +130,7 @@ class DeleteCustomLineResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def ip_segments(self):
133
- """Gets the ip_segments of this DeleteCustomLineResponse.
133
+ r"""Gets the ip_segments of this DeleteCustomLineResponse.
134
134
 
135
135
  IP地址段。
136
136
 
@@ -141,7 +141,7 @@ class DeleteCustomLineResponse(SdkResponse):
141
141
 
142
142
  @ip_segments.setter
143
143
  def ip_segments(self, ip_segments):
144
- """Sets the ip_segments of this DeleteCustomLineResponse.
144
+ r"""Sets the ip_segments of this DeleteCustomLineResponse.
145
145
 
146
146
  IP地址段。
147
147
 
@@ -152,7 +152,7 @@ class DeleteCustomLineResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def created_at(self):
155
- """Gets the created_at of this DeleteCustomLineResponse.
155
+ r"""Gets the created_at of this DeleteCustomLineResponse.
156
156
 
157
157
  创建时间。
158
158
 
@@ -163,7 +163,7 @@ class DeleteCustomLineResponse(SdkResponse):
163
163
 
164
164
  @created_at.setter
165
165
  def created_at(self, created_at):
166
- """Sets the created_at of this DeleteCustomLineResponse.
166
+ r"""Sets the created_at of this DeleteCustomLineResponse.
167
167
 
168
168
  创建时间。
169
169
 
@@ -174,7 +174,7 @@ class DeleteCustomLineResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def updated_at(self):
177
- """Gets the updated_at of this DeleteCustomLineResponse.
177
+ r"""Gets the updated_at of this DeleteCustomLineResponse.
178
178
 
179
179
  更新时间。
180
180
 
@@ -185,7 +185,7 @@ class DeleteCustomLineResponse(SdkResponse):
185
185
 
186
186
  @updated_at.setter
187
187
  def updated_at(self, updated_at):
188
- """Sets the updated_at of this DeleteCustomLineResponse.
188
+ r"""Sets the updated_at of this DeleteCustomLineResponse.
189
189
 
190
190
  更新时间。
191
191
 
@@ -196,7 +196,7 @@ class DeleteCustomLineResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def status(self):
199
- """Gets the status of this DeleteCustomLineResponse.
199
+ r"""Gets the status of this DeleteCustomLineResponse.
200
200
 
201
201
  资源状态。
202
202
 
@@ -207,7 +207,7 @@ class DeleteCustomLineResponse(SdkResponse):
207
207
 
208
208
  @status.setter
209
209
  def status(self, status):
210
- """Sets the status of this DeleteCustomLineResponse.
210
+ r"""Sets the status of this DeleteCustomLineResponse.
211
211
 
212
212
  资源状态。
213
213
 
@@ -218,7 +218,7 @@ class DeleteCustomLineResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def description(self):
221
- """Gets the description of this DeleteCustomLineResponse.
221
+ r"""Gets the description of this DeleteCustomLineResponse.
222
222
 
223
223
  自定义线路的描述信息。
224
224
 
@@ -229,7 +229,7 @@ class DeleteCustomLineResponse(SdkResponse):
229
229
 
230
230
  @description.setter
231
231
  def description(self, description):
232
- """Sets the description of this DeleteCustomLineResponse.
232
+ r"""Sets the description of this DeleteCustomLineResponse.
233
233
 
234
234
  自定义线路的描述信息。
235
235
 
@@ -25,7 +25,7 @@ class DeleteLineGroupRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, linegroup_id=None):
28
- """DeleteLineGroupRequest
28
+ r"""DeleteLineGroupRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DeleteLineGroupRequest:
42
42
 
43
43
  @property
44
44
  def linegroup_id(self):
45
- """Gets the linegroup_id of this DeleteLineGroupRequest.
45
+ r"""Gets the linegroup_id of this DeleteLineGroupRequest.
46
46
 
47
47
  线路分组ID
48
48
 
@@ -53,7 +53,7 @@ class DeleteLineGroupRequest:
53
53
 
54
54
  @linegroup_id.setter
55
55
  def linegroup_id(self, linegroup_id):
56
- """Sets the linegroup_id of this DeleteLineGroupRequest.
56
+ r"""Sets the linegroup_id of this DeleteLineGroupRequest.
57
57
 
58
58
  线路分组ID
59
59
 
@@ -38,7 +38,7 @@ class DeleteLineGroupResponse(SdkResponse):
38
38
  }
39
39
 
40
40
  def __init__(self, name=None, lines=None, status=None, description=None, line_id=None, created_at=None, updated_at=None):
41
- """DeleteLineGroupResponse
41
+ r"""DeleteLineGroupResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class DeleteLineGroupResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def name(self):
89
- """Gets the name of this DeleteLineGroupResponse.
89
+ r"""Gets the name of this DeleteLineGroupResponse.
90
90
 
91
91
  线路分组名称。
92
92
 
@@ -97,7 +97,7 @@ class DeleteLineGroupResponse(SdkResponse):
97
97
 
98
98
  @name.setter
99
99
  def name(self, name):
100
- """Sets the name of this DeleteLineGroupResponse.
100
+ r"""Sets the name of this DeleteLineGroupResponse.
101
101
 
102
102
  线路分组名称。
103
103
 
@@ -108,7 +108,7 @@ class DeleteLineGroupResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def lines(self):
111
- """Gets the lines of this DeleteLineGroupResponse.
111
+ r"""Gets the lines of this DeleteLineGroupResponse.
112
112
 
113
113
  线路分组包含的线路列表。 解析线路ID。
114
114
 
@@ -119,7 +119,7 @@ class DeleteLineGroupResponse(SdkResponse):
119
119
 
120
120
  @lines.setter
121
121
  def lines(self, lines):
122
- """Sets the lines of this DeleteLineGroupResponse.
122
+ r"""Sets the lines of this DeleteLineGroupResponse.
123
123
 
124
124
  线路分组包含的线路列表。 解析线路ID。
125
125
 
@@ -130,7 +130,7 @@ class DeleteLineGroupResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def status(self):
133
- """Gets the status of this DeleteLineGroupResponse.
133
+ r"""Gets the status of this DeleteLineGroupResponse.
134
134
 
135
135
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
136
136
 
@@ -141,7 +141,7 @@ class DeleteLineGroupResponse(SdkResponse):
141
141
 
142
142
  @status.setter
143
143
  def status(self, status):
144
- """Sets the status of this DeleteLineGroupResponse.
144
+ r"""Sets the status of this DeleteLineGroupResponse.
145
145
 
146
146
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
147
147
 
@@ -152,7 +152,7 @@ class DeleteLineGroupResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def description(self):
155
- """Gets the description of this DeleteLineGroupResponse.
155
+ r"""Gets the description of this DeleteLineGroupResponse.
156
156
 
157
157
  线路分组的描述信息
158
158
 
@@ -163,7 +163,7 @@ class DeleteLineGroupResponse(SdkResponse):
163
163
 
164
164
  @description.setter
165
165
  def description(self, description):
166
- """Sets the description of this DeleteLineGroupResponse.
166
+ r"""Sets the description of this DeleteLineGroupResponse.
167
167
 
168
168
  线路分组的描述信息
169
169
 
@@ -174,7 +174,7 @@ class DeleteLineGroupResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def line_id(self):
177
- """Gets the line_id of this DeleteLineGroupResponse.
177
+ r"""Gets the line_id of this DeleteLineGroupResponse.
178
178
 
179
179
  线路分组的id。
180
180
 
@@ -185,7 +185,7 @@ class DeleteLineGroupResponse(SdkResponse):
185
185
 
186
186
  @line_id.setter
187
187
  def line_id(self, line_id):
188
- """Sets the line_id of this DeleteLineGroupResponse.
188
+ r"""Sets the line_id of this DeleteLineGroupResponse.
189
189
 
190
190
  线路分组的id。
191
191
 
@@ -196,7 +196,7 @@ class DeleteLineGroupResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def created_at(self):
199
- """Gets the created_at of this DeleteLineGroupResponse.
199
+ r"""Gets the created_at of this DeleteLineGroupResponse.
200
200
 
201
201
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
202
202
 
@@ -207,7 +207,7 @@ class DeleteLineGroupResponse(SdkResponse):
207
207
 
208
208
  @created_at.setter
209
209
  def created_at(self, created_at):
210
- """Sets the created_at of this DeleteLineGroupResponse.
210
+ r"""Sets the created_at of this DeleteLineGroupResponse.
211
211
 
212
212
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
213
213
 
@@ -218,7 +218,7 @@ class DeleteLineGroupResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def updated_at(self):
221
- """Gets the updated_at of this DeleteLineGroupResponse.
221
+ r"""Gets the updated_at of this DeleteLineGroupResponse.
222
222
 
223
223
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
224
224
 
@@ -229,7 +229,7 @@ class DeleteLineGroupResponse(SdkResponse):
229
229
 
230
230
  @updated_at.setter
231
231
  def updated_at(self, updated_at):
232
- """Sets the updated_at of this DeleteLineGroupResponse.
232
+ r"""Sets the updated_at of this DeleteLineGroupResponse.
233
233
 
234
234
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
235
235
 
@@ -25,7 +25,7 @@ class DeletePrivateZoneRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """DeletePrivateZoneRequest
28
+ r"""DeletePrivateZoneRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DeletePrivateZoneRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this DeletePrivateZoneRequest.
45
+ r"""Gets the zone_id of this DeletePrivateZoneRequest.
46
46
 
47
47
  待删除zone的ID。
48
48
 
@@ -53,7 +53,7 @@ class DeletePrivateZoneRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this DeletePrivateZoneRequest.
56
+ r"""Sets the zone_id of this DeletePrivateZoneRequest.
57
57
 
58
58
  待删除zone的ID。
59
59
 
@@ -56,7 +56,7 @@ class DeletePrivateZoneResponse(SdkResponse):
56
56
  }
57
57
 
58
58
  def __init__(self, id=None, name=None, description=None, email=None, zone_type=None, ttl=None, serial=None, status=None, record_num=None, pool_id=None, project_id=None, created_at=None, updated_at=None, links=None, masters=None, routers=None):
59
- """DeletePrivateZoneResponse
59
+ r"""DeletePrivateZoneResponse
60
60
 
61
61
  The model defined in huaweicloud sdk
62
62
 
@@ -149,7 +149,7 @@ class DeletePrivateZoneResponse(SdkResponse):
149
149
 
150
150
  @property
151
151
  def id(self):
152
- """Gets the id of this DeletePrivateZoneResponse.
152
+ r"""Gets the id of this DeletePrivateZoneResponse.
153
153
 
154
154
  zone的ID,uuid形式的一个资源标识。
155
155
 
@@ -160,7 +160,7 @@ class DeletePrivateZoneResponse(SdkResponse):
160
160
 
161
161
  @id.setter
162
162
  def id(self, id):
163
- """Sets the id of this DeletePrivateZoneResponse.
163
+ r"""Sets the id of this DeletePrivateZoneResponse.
164
164
 
165
165
  zone的ID,uuid形式的一个资源标识。
166
166
 
@@ -171,7 +171,7 @@ class DeletePrivateZoneResponse(SdkResponse):
171
171
 
172
172
  @property
173
173
  def name(self):
174
- """Gets the name of this DeletePrivateZoneResponse.
174
+ r"""Gets the name of this DeletePrivateZoneResponse.
175
175
 
176
176
  zone名称。
177
177
 
@@ -182,7 +182,7 @@ class DeletePrivateZoneResponse(SdkResponse):
182
182
 
183
183
  @name.setter
184
184
  def name(self, name):
185
- """Sets the name of this DeletePrivateZoneResponse.
185
+ r"""Sets the name of this DeletePrivateZoneResponse.
186
186
 
187
187
  zone名称。
188
188
 
@@ -193,7 +193,7 @@ class DeletePrivateZoneResponse(SdkResponse):
193
193
 
194
194
  @property
195
195
  def description(self):
196
- """Gets the description of this DeletePrivateZoneResponse.
196
+ r"""Gets the description of this DeletePrivateZoneResponse.
197
197
 
198
198
  对zone的描述信息。
199
199
 
@@ -204,7 +204,7 @@ class DeletePrivateZoneResponse(SdkResponse):
204
204
 
205
205
  @description.setter
206
206
  def description(self, description):
207
- """Sets the description of this DeletePrivateZoneResponse.
207
+ r"""Sets the description of this DeletePrivateZoneResponse.
208
208
 
209
209
  对zone的描述信息。
210
210
 
@@ -215,7 +215,7 @@ class DeletePrivateZoneResponse(SdkResponse):
215
215
 
216
216
  @property
217
217
  def email(self):
218
- """Gets the email of this DeletePrivateZoneResponse.
218
+ r"""Gets the email of this DeletePrivateZoneResponse.
219
219
 
220
220
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
221
221
 
@@ -226,7 +226,7 @@ class DeletePrivateZoneResponse(SdkResponse):
226
226
 
227
227
  @email.setter
228
228
  def email(self, email):
229
- """Sets the email of this DeletePrivateZoneResponse.
229
+ r"""Sets the email of this DeletePrivateZoneResponse.
230
230
 
231
231
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
232
232
 
@@ -237,7 +237,7 @@ class DeletePrivateZoneResponse(SdkResponse):
237
237
 
238
238
  @property
239
239
  def zone_type(self):
240
- """Gets the zone_type of this DeletePrivateZoneResponse.
240
+ r"""Gets the zone_type of this DeletePrivateZoneResponse.
241
241
 
242
242
  zone类型,内网(private)。
243
243
 
@@ -248,7 +248,7 @@ class DeletePrivateZoneResponse(SdkResponse):
248
248
 
249
249
  @zone_type.setter
250
250
  def zone_type(self, zone_type):
251
- """Sets the zone_type of this DeletePrivateZoneResponse.
251
+ r"""Sets the zone_type of this DeletePrivateZoneResponse.
252
252
 
253
253
  zone类型,内网(private)。
254
254
 
@@ -259,7 +259,7 @@ class DeletePrivateZoneResponse(SdkResponse):
259
259
 
260
260
  @property
261
261
  def ttl(self):
262
- """Gets the ttl of this DeletePrivateZoneResponse.
262
+ r"""Gets the ttl of this DeletePrivateZoneResponse.
263
263
 
264
264
  该zone下SOA记录中的ttl值。
265
265
 
@@ -270,7 +270,7 @@ class DeletePrivateZoneResponse(SdkResponse):
270
270
 
271
271
  @ttl.setter
272
272
  def ttl(self, ttl):
273
- """Sets the ttl of this DeletePrivateZoneResponse.
273
+ r"""Sets the ttl of this DeletePrivateZoneResponse.
274
274
 
275
275
  该zone下SOA记录中的ttl值。
276
276
 
@@ -281,7 +281,7 @@ class DeletePrivateZoneResponse(SdkResponse):
281
281
 
282
282
  @property
283
283
  def serial(self):
284
- """Gets the serial of this DeletePrivateZoneResponse.
284
+ r"""Gets the serial of this DeletePrivateZoneResponse.
285
285
 
286
286
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
287
287
 
@@ -292,7 +292,7 @@ class DeletePrivateZoneResponse(SdkResponse):
292
292
 
293
293
  @serial.setter
294
294
  def serial(self, serial):
295
- """Sets the serial of this DeletePrivateZoneResponse.
295
+ r"""Sets the serial of this DeletePrivateZoneResponse.
296
296
 
297
297
  该zone下SOA记录中用于标识zone文件变更的序列值,用于主从节点同步。
298
298
 
@@ -303,7 +303,7 @@ class DeletePrivateZoneResponse(SdkResponse):
303
303
 
304
304
  @property
305
305
  def status(self):
306
- """Gets the status of this DeletePrivateZoneResponse.
306
+ r"""Gets the status of this DeletePrivateZoneResponse.
307
307
 
308
308
  资源状态
309
309
 
@@ -314,7 +314,7 @@ class DeletePrivateZoneResponse(SdkResponse):
314
314
 
315
315
  @status.setter
316
316
  def status(self, status):
317
- """Sets the status of this DeletePrivateZoneResponse.
317
+ r"""Sets the status of this DeletePrivateZoneResponse.
318
318
 
319
319
  资源状态
320
320
 
@@ -325,7 +325,7 @@ class DeletePrivateZoneResponse(SdkResponse):
325
325
 
326
326
  @property
327
327
  def record_num(self):
328
- """Gets the record_num of this DeletePrivateZoneResponse.
328
+ r"""Gets the record_num of this DeletePrivateZoneResponse.
329
329
 
330
330
  该zone下的recordset个数。
331
331
 
@@ -336,7 +336,7 @@ class DeletePrivateZoneResponse(SdkResponse):
336
336
 
337
337
  @record_num.setter
338
338
  def record_num(self, record_num):
339
- """Sets the record_num of this DeletePrivateZoneResponse.
339
+ r"""Sets the record_num of this DeletePrivateZoneResponse.
340
340
 
341
341
  该zone下的recordset个数。
342
342
 
@@ -347,7 +347,7 @@ class DeletePrivateZoneResponse(SdkResponse):
347
347
 
348
348
  @property
349
349
  def pool_id(self):
350
- """Gets the pool_id of this DeletePrivateZoneResponse.
350
+ r"""Gets the pool_id of this DeletePrivateZoneResponse.
351
351
 
352
352
  托管该zone的pool,由系统分配。
353
353
 
@@ -358,7 +358,7 @@ class DeletePrivateZoneResponse(SdkResponse):
358
358
 
359
359
  @pool_id.setter
360
360
  def pool_id(self, pool_id):
361
- """Sets the pool_id of this DeletePrivateZoneResponse.
361
+ r"""Sets the pool_id of this DeletePrivateZoneResponse.
362
362
 
363
363
  托管该zone的pool,由系统分配。
364
364
 
@@ -369,7 +369,7 @@ class DeletePrivateZoneResponse(SdkResponse):
369
369
 
370
370
  @property
371
371
  def project_id(self):
372
- """Gets the project_id of this DeletePrivateZoneResponse.
372
+ r"""Gets the project_id of this DeletePrivateZoneResponse.
373
373
 
374
374
  zone所属的项目ID。
375
375
 
@@ -380,7 +380,7 @@ class DeletePrivateZoneResponse(SdkResponse):
380
380
 
381
381
  @project_id.setter
382
382
  def project_id(self, project_id):
383
- """Sets the project_id of this DeletePrivateZoneResponse.
383
+ r"""Sets the project_id of this DeletePrivateZoneResponse.
384
384
 
385
385
  zone所属的项目ID。
386
386
 
@@ -391,7 +391,7 @@ class DeletePrivateZoneResponse(SdkResponse):
391
391
 
392
392
  @property
393
393
  def created_at(self):
394
- """Gets the created_at of this DeletePrivateZoneResponse.
394
+ r"""Gets the created_at of this DeletePrivateZoneResponse.
395
395
 
396
396
  创建时间。
397
397
 
@@ -402,7 +402,7 @@ class DeletePrivateZoneResponse(SdkResponse):
402
402
 
403
403
  @created_at.setter
404
404
  def created_at(self, created_at):
405
- """Sets the created_at of this DeletePrivateZoneResponse.
405
+ r"""Sets the created_at of this DeletePrivateZoneResponse.
406
406
 
407
407
  创建时间。
408
408
 
@@ -413,7 +413,7 @@ class DeletePrivateZoneResponse(SdkResponse):
413
413
 
414
414
  @property
415
415
  def updated_at(self):
416
- """Gets the updated_at of this DeletePrivateZoneResponse.
416
+ r"""Gets the updated_at of this DeletePrivateZoneResponse.
417
417
 
418
418
  更新时间。
419
419
 
@@ -424,7 +424,7 @@ class DeletePrivateZoneResponse(SdkResponse):
424
424
 
425
425
  @updated_at.setter
426
426
  def updated_at(self, updated_at):
427
- """Sets the updated_at of this DeletePrivateZoneResponse.
427
+ r"""Sets the updated_at of this DeletePrivateZoneResponse.
428
428
 
429
429
  更新时间。
430
430
 
@@ -435,7 +435,7 @@ class DeletePrivateZoneResponse(SdkResponse):
435
435
 
436
436
  @property
437
437
  def links(self):
438
- """Gets the links of this DeletePrivateZoneResponse.
438
+ r"""Gets the links of this DeletePrivateZoneResponse.
439
439
 
440
440
  :return: The links of this DeletePrivateZoneResponse.
441
441
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -444,7 +444,7 @@ class DeletePrivateZoneResponse(SdkResponse):
444
444
 
445
445
  @links.setter
446
446
  def links(self, links):
447
- """Sets the links of this DeletePrivateZoneResponse.
447
+ r"""Sets the links of this DeletePrivateZoneResponse.
448
448
 
449
449
  :param links: The links of this DeletePrivateZoneResponse.
450
450
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -453,7 +453,7 @@ class DeletePrivateZoneResponse(SdkResponse):
453
453
 
454
454
  @property
455
455
  def masters(self):
456
- """Gets the masters of this DeletePrivateZoneResponse.
456
+ r"""Gets the masters of this DeletePrivateZoneResponse.
457
457
 
458
458
  主从模式中,从DNS服务器获取DNS信息。
459
459
 
@@ -464,7 +464,7 @@ class DeletePrivateZoneResponse(SdkResponse):
464
464
 
465
465
  @masters.setter
466
466
  def masters(self, masters):
467
- """Sets the masters of this DeletePrivateZoneResponse.
467
+ r"""Sets the masters of this DeletePrivateZoneResponse.
468
468
 
469
469
  主从模式中,从DNS服务器获取DNS信息。
470
470
 
@@ -475,7 +475,7 @@ class DeletePrivateZoneResponse(SdkResponse):
475
475
 
476
476
  @property
477
477
  def routers(self):
478
- """Gets the routers of this DeletePrivateZoneResponse.
478
+ r"""Gets the routers of this DeletePrivateZoneResponse.
479
479
 
480
480
  与该zone关联的Router(VPC)列表。
481
481
 
@@ -486,7 +486,7 @@ class DeletePrivateZoneResponse(SdkResponse):
486
486
 
487
487
  @routers.setter
488
488
  def routers(self, routers):
489
- """Sets the routers of this DeletePrivateZoneResponse.
489
+ r"""Sets the routers of this DeletePrivateZoneResponse.
490
490
 
491
491
  与该zone关联的Router(VPC)列表。
492
492
 
@@ -25,7 +25,7 @@ class DeletePublicZoneRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, zone_id=None):
28
- """DeletePublicZoneRequest
28
+ r"""DeletePublicZoneRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DeletePublicZoneRequest:
42
42
 
43
43
  @property
44
44
  def zone_id(self):
45
- """Gets the zone_id of this DeletePublicZoneRequest.
45
+ r"""Gets the zone_id of this DeletePublicZoneRequest.
46
46
 
47
47
  待删除zone的ID
48
48
 
@@ -53,7 +53,7 @@ class DeletePublicZoneRequest:
53
53
 
54
54
  @zone_id.setter
55
55
  def zone_id(self, zone_id):
56
- """Sets the zone_id of this DeletePublicZoneRequest.
56
+ r"""Sets the zone_id of this DeletePublicZoneRequest.
57
57
 
58
58
  待删除zone的ID
59
59