huaweicloudsdkdns 3.1.141__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.141.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.141.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,7 @@ class UpdateCustomLineResponse(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
- """UpdateCustomLineResponse
41
+ r"""UpdateCustomLineResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class UpdateCustomLineResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def line_id(self):
89
- """Gets the line_id of this UpdateCustomLineResponse.
89
+ r"""Gets the line_id of this UpdateCustomLineResponse.
90
90
 
91
91
  解析线路ID。
92
92
 
@@ -97,7 +97,7 @@ class UpdateCustomLineResponse(SdkResponse):
97
97
 
98
98
  @line_id.setter
99
99
  def line_id(self, line_id):
100
- """Sets the line_id of this UpdateCustomLineResponse.
100
+ r"""Sets the line_id of this UpdateCustomLineResponse.
101
101
 
102
102
  解析线路ID。
103
103
 
@@ -108,7 +108,7 @@ class UpdateCustomLineResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def name(self):
111
- """Gets the name of this UpdateCustomLineResponse.
111
+ r"""Gets the name of this UpdateCustomLineResponse.
112
112
 
113
113
  解析线路名称。
114
114
 
@@ -119,7 +119,7 @@ class UpdateCustomLineResponse(SdkResponse):
119
119
 
120
120
  @name.setter
121
121
  def name(self, name):
122
- """Sets the name of this UpdateCustomLineResponse.
122
+ r"""Sets the name of this UpdateCustomLineResponse.
123
123
 
124
124
  解析线路名称。
125
125
 
@@ -130,7 +130,7 @@ class UpdateCustomLineResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def ip_segments(self):
133
- """Gets the ip_segments of this UpdateCustomLineResponse.
133
+ r"""Gets the ip_segments of this UpdateCustomLineResponse.
134
134
 
135
135
  IP地址段。
136
136
 
@@ -141,7 +141,7 @@ class UpdateCustomLineResponse(SdkResponse):
141
141
 
142
142
  @ip_segments.setter
143
143
  def ip_segments(self, ip_segments):
144
- """Sets the ip_segments of this UpdateCustomLineResponse.
144
+ r"""Sets the ip_segments of this UpdateCustomLineResponse.
145
145
 
146
146
  IP地址段。
147
147
 
@@ -152,7 +152,7 @@ class UpdateCustomLineResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def created_at(self):
155
- """Gets the created_at of this UpdateCustomLineResponse.
155
+ r"""Gets the created_at of this UpdateCustomLineResponse.
156
156
 
157
157
  创建时间。
158
158
 
@@ -163,7 +163,7 @@ class UpdateCustomLineResponse(SdkResponse):
163
163
 
164
164
  @created_at.setter
165
165
  def created_at(self, created_at):
166
- """Sets the created_at of this UpdateCustomLineResponse.
166
+ r"""Sets the created_at of this UpdateCustomLineResponse.
167
167
 
168
168
  创建时间。
169
169
 
@@ -174,7 +174,7 @@ class UpdateCustomLineResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def updated_at(self):
177
- """Gets the updated_at of this UpdateCustomLineResponse.
177
+ r"""Gets the updated_at of this UpdateCustomLineResponse.
178
178
 
179
179
  更新时间。
180
180
 
@@ -185,7 +185,7 @@ class UpdateCustomLineResponse(SdkResponse):
185
185
 
186
186
  @updated_at.setter
187
187
  def updated_at(self, updated_at):
188
- """Sets the updated_at of this UpdateCustomLineResponse.
188
+ r"""Sets the updated_at of this UpdateCustomLineResponse.
189
189
 
190
190
  更新时间。
191
191
 
@@ -196,7 +196,7 @@ class UpdateCustomLineResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def status(self):
199
- """Gets the status of this UpdateCustomLineResponse.
199
+ r"""Gets the status of this UpdateCustomLineResponse.
200
200
 
201
201
  资源状态。
202
202
 
@@ -207,7 +207,7 @@ class UpdateCustomLineResponse(SdkResponse):
207
207
 
208
208
  @status.setter
209
209
  def status(self, status):
210
- """Sets the status of this UpdateCustomLineResponse.
210
+ r"""Sets the status of this UpdateCustomLineResponse.
211
211
 
212
212
  资源状态。
213
213
 
@@ -218,7 +218,7 @@ class UpdateCustomLineResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def description(self):
221
- """Gets the description of this UpdateCustomLineResponse.
221
+ r"""Gets the description of this UpdateCustomLineResponse.
222
222
 
223
223
  自定义线路的描述信息。
224
224
 
@@ -229,7 +229,7 @@ class UpdateCustomLineResponse(SdkResponse):
229
229
 
230
230
  @description.setter
231
231
  def description(self, description):
232
- """Sets the description of this UpdateCustomLineResponse.
232
+ r"""Sets the description of this UpdateCustomLineResponse.
233
233
 
234
234
  自定义线路的描述信息。
235
235
 
@@ -27,7 +27,7 @@ class UpdateLineGroupsRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, linegroup_id=None, body=None):
30
- """UpdateLineGroupsRequest
30
+ r"""UpdateLineGroupsRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateLineGroupsRequest:
49
49
 
50
50
  @property
51
51
  def linegroup_id(self):
52
- """Gets the linegroup_id of this UpdateLineGroupsRequest.
52
+ r"""Gets the linegroup_id of this UpdateLineGroupsRequest.
53
53
 
54
54
  线路分组ID
55
55
 
@@ -60,7 +60,7 @@ class UpdateLineGroupsRequest:
60
60
 
61
61
  @linegroup_id.setter
62
62
  def linegroup_id(self, linegroup_id):
63
- """Sets the linegroup_id of this UpdateLineGroupsRequest.
63
+ r"""Sets the linegroup_id of this UpdateLineGroupsRequest.
64
64
 
65
65
  线路分组ID
66
66
 
@@ -71,7 +71,7 @@ class UpdateLineGroupsRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateLineGroupsRequest.
74
+ r"""Gets the body of this UpdateLineGroupsRequest.
75
75
 
76
76
  :return: The body of this UpdateLineGroupsRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.UpdateLineGroupsRequestBody`
@@ -80,7 +80,7 @@ class UpdateLineGroupsRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateLineGroupsRequest.
83
+ r"""Sets the body of this UpdateLineGroupsRequest.
84
84
 
85
85
  :param body: The body of this UpdateLineGroupsRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.UpdateLineGroupsRequestBody`
@@ -29,7 +29,7 @@ class UpdateLineGroupsRequestBody:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, description=None, lines=None):
32
- """UpdateLineGroupsRequestBody
32
+ r"""UpdateLineGroupsRequestBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class UpdateLineGroupsRequestBody:
55
55
 
56
56
  @property
57
57
  def name(self):
58
- """Gets the name of this UpdateLineGroupsRequestBody.
58
+ r"""Gets the name of this UpdateLineGroupsRequestBody.
59
59
 
60
60
  线路分组名称。 不能与自定义线路名称、预制线路名称重复。 取值范围:1-64个字符,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)。
61
61
 
@@ -66,7 +66,7 @@ class UpdateLineGroupsRequestBody:
66
66
 
67
67
  @name.setter
68
68
  def name(self, name):
69
- """Sets the name of this UpdateLineGroupsRequestBody.
69
+ r"""Sets the name of this UpdateLineGroupsRequestBody.
70
70
 
71
71
  线路分组名称。 不能与自定义线路名称、预制线路名称重复。 取值范围:1-64个字符,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)。
72
72
 
@@ -77,7 +77,7 @@ class UpdateLineGroupsRequestBody:
77
77
 
78
78
  @property
79
79
  def description(self):
80
- """Gets the description of this UpdateLineGroupsRequestBody.
80
+ r"""Gets the description of this UpdateLineGroupsRequestBody.
81
81
 
82
82
  线路分组的描述信息。长度不超过255个字符。默认值为空。
83
83
 
@@ -88,7 +88,7 @@ class UpdateLineGroupsRequestBody:
88
88
 
89
89
  @description.setter
90
90
  def description(self, description):
91
- """Sets the description of this UpdateLineGroupsRequestBody.
91
+ r"""Sets the description of this UpdateLineGroupsRequestBody.
92
92
 
93
93
  线路分组的描述信息。长度不超过255个字符。默认值为空。
94
94
 
@@ -99,7 +99,7 @@ class UpdateLineGroupsRequestBody:
99
99
 
100
100
  @property
101
101
  def lines(self):
102
- """Gets the lines of this UpdateLineGroupsRequestBody.
102
+ r"""Gets the lines of this UpdateLineGroupsRequestBody.
103
103
 
104
104
  线路列表。
105
105
 
@@ -110,7 +110,7 @@ class UpdateLineGroupsRequestBody:
110
110
 
111
111
  @lines.setter
112
112
  def lines(self, lines):
113
- """Sets the lines of this UpdateLineGroupsRequestBody.
113
+ r"""Sets the lines of this UpdateLineGroupsRequestBody.
114
114
 
115
115
  线路列表。
116
116
 
@@ -38,7 +38,7 @@ class UpdateLineGroupsResponse(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
- """UpdateLineGroupsResponse
41
+ r"""UpdateLineGroupsResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class UpdateLineGroupsResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def name(self):
89
- """Gets the name of this UpdateLineGroupsResponse.
89
+ r"""Gets the name of this UpdateLineGroupsResponse.
90
90
 
91
91
  线路分组名称。
92
92
 
@@ -97,7 +97,7 @@ class UpdateLineGroupsResponse(SdkResponse):
97
97
 
98
98
  @name.setter
99
99
  def name(self, name):
100
- """Sets the name of this UpdateLineGroupsResponse.
100
+ r"""Sets the name of this UpdateLineGroupsResponse.
101
101
 
102
102
  线路分组名称。
103
103
 
@@ -108,7 +108,7 @@ class UpdateLineGroupsResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def lines(self):
111
- """Gets the lines of this UpdateLineGroupsResponse.
111
+ r"""Gets the lines of this UpdateLineGroupsResponse.
112
112
 
113
113
  线路分组包含的线路列表。 解析线路ID。
114
114
 
@@ -119,7 +119,7 @@ class UpdateLineGroupsResponse(SdkResponse):
119
119
 
120
120
  @lines.setter
121
121
  def lines(self, lines):
122
- """Sets the lines of this UpdateLineGroupsResponse.
122
+ r"""Sets the lines of this UpdateLineGroupsResponse.
123
123
 
124
124
  线路分组包含的线路列表。 解析线路ID。
125
125
 
@@ -130,7 +130,7 @@ class UpdateLineGroupsResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def status(self):
133
- """Gets the status of this UpdateLineGroupsResponse.
133
+ r"""Gets the status of this UpdateLineGroupsResponse.
134
134
 
135
135
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
136
136
 
@@ -141,7 +141,7 @@ class UpdateLineGroupsResponse(SdkResponse):
141
141
 
142
142
  @status.setter
143
143
  def status(self, status):
144
- """Sets the status of this UpdateLineGroupsResponse.
144
+ r"""Sets the status of this UpdateLineGroupsResponse.
145
145
 
146
146
  资源状态。 取值范围:PENDING_CREATE,ACTIVE,PENDING_DELETE,PENDING_UPDATE,ERROR,FREEZE,DISABLE。
147
147
 
@@ -152,7 +152,7 @@ class UpdateLineGroupsResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def description(self):
155
- """Gets the description of this UpdateLineGroupsResponse.
155
+ r"""Gets the description of this UpdateLineGroupsResponse.
156
156
 
157
157
  线路分组的描述信息
158
158
 
@@ -163,7 +163,7 @@ class UpdateLineGroupsResponse(SdkResponse):
163
163
 
164
164
  @description.setter
165
165
  def description(self, description):
166
- """Sets the description of this UpdateLineGroupsResponse.
166
+ r"""Sets the description of this UpdateLineGroupsResponse.
167
167
 
168
168
  线路分组的描述信息
169
169
 
@@ -174,7 +174,7 @@ class UpdateLineGroupsResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def line_id(self):
177
- """Gets the line_id of this UpdateLineGroupsResponse.
177
+ r"""Gets the line_id of this UpdateLineGroupsResponse.
178
178
 
179
179
  线路分组的id。
180
180
 
@@ -185,7 +185,7 @@ class UpdateLineGroupsResponse(SdkResponse):
185
185
 
186
186
  @line_id.setter
187
187
  def line_id(self, line_id):
188
- """Sets the line_id of this UpdateLineGroupsResponse.
188
+ r"""Sets the line_id of this UpdateLineGroupsResponse.
189
189
 
190
190
  线路分组的id。
191
191
 
@@ -196,7 +196,7 @@ class UpdateLineGroupsResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def created_at(self):
199
- """Gets the created_at of this UpdateLineGroupsResponse.
199
+ r"""Gets the created_at of this UpdateLineGroupsResponse.
200
200
 
201
201
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
202
202
 
@@ -207,7 +207,7 @@ class UpdateLineGroupsResponse(SdkResponse):
207
207
 
208
208
  @created_at.setter
209
209
  def created_at(self, created_at):
210
- """Sets the created_at of this UpdateLineGroupsResponse.
210
+ r"""Sets the created_at of this UpdateLineGroupsResponse.
211
211
 
212
212
  创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
213
213
 
@@ -218,7 +218,7 @@ class UpdateLineGroupsResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def updated_at(self):
221
- """Gets the updated_at of this UpdateLineGroupsResponse.
221
+ r"""Gets the updated_at of this UpdateLineGroupsResponse.
222
222
 
223
223
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
224
224
 
@@ -229,7 +229,7 @@ class UpdateLineGroupsResponse(SdkResponse):
229
229
 
230
230
  @updated_at.setter
231
231
  def updated_at(self, updated_at):
232
- """Sets the updated_at of this UpdateLineGroupsResponse.
232
+ r"""Sets the updated_at of this UpdateLineGroupsResponse.
233
233
 
234
234
  更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
235
235
 
@@ -29,7 +29,7 @@ class UpdatePrivateZoneInfoReq:
29
29
  }
30
30
 
31
31
  def __init__(self, description=None, email=None, ttl=None):
32
- """UpdatePrivateZoneInfoReq
32
+ r"""UpdatePrivateZoneInfoReq
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class UpdatePrivateZoneInfoReq:
57
57
 
58
58
  @property
59
59
  def description(self):
60
- """Gets the description of this UpdatePrivateZoneInfoReq.
60
+ r"""Gets the description of this UpdatePrivateZoneInfoReq.
61
61
 
62
62
  域名的描述信息。长度不超过255个字符。
63
63
 
@@ -68,7 +68,7 @@ class UpdatePrivateZoneInfoReq:
68
68
 
69
69
  @description.setter
70
70
  def description(self, description):
71
- """Sets the description of this UpdatePrivateZoneInfoReq.
71
+ r"""Sets the description of this UpdatePrivateZoneInfoReq.
72
72
 
73
73
  域名的描述信息。长度不超过255个字符。
74
74
 
@@ -79,7 +79,7 @@ class UpdatePrivateZoneInfoReq:
79
79
 
80
80
  @property
81
81
  def email(self):
82
- """Gets the email of this UpdatePrivateZoneInfoReq.
82
+ r"""Gets the email of this UpdatePrivateZoneInfoReq.
83
83
 
84
84
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
85
85
 
@@ -90,7 +90,7 @@ class UpdatePrivateZoneInfoReq:
90
90
 
91
91
  @email.setter
92
92
  def email(self, email):
93
- """Sets the email of this UpdatePrivateZoneInfoReq.
93
+ r"""Sets the email of this UpdatePrivateZoneInfoReq.
94
94
 
95
95
  管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
96
96
 
@@ -101,7 +101,7 @@ class UpdatePrivateZoneInfoReq:
101
101
 
102
102
  @property
103
103
  def ttl(self):
104
- """Gets the ttl of this UpdatePrivateZoneInfoReq.
104
+ r"""Gets the ttl of this UpdatePrivateZoneInfoReq.
105
105
 
106
106
  用于填写默认生成的SOA记录中有效缓存时间,以秒为单位。
107
107
 
@@ -112,7 +112,7 @@ class UpdatePrivateZoneInfoReq:
112
112
 
113
113
  @ttl.setter
114
114
  def ttl(self, ttl):
115
- """Sets the ttl of this UpdatePrivateZoneInfoReq.
115
+ r"""Sets the ttl of this UpdatePrivateZoneInfoReq.
116
116
 
117
117
  用于填写默认生成的SOA记录中有效缓存时间,以秒为单位。
118
118
 
@@ -27,7 +27,7 @@ class UpdatePrivateZoneRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, body=None):
30
- """UpdatePrivateZoneRequest
30
+ r"""UpdatePrivateZoneRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdatePrivateZoneRequest:
49
49
 
50
50
  @property
51
51
  def zone_id(self):
52
- """Gets the zone_id of this UpdatePrivateZoneRequest.
52
+ r"""Gets the zone_id of this UpdatePrivateZoneRequest.
53
53
 
54
54
  待修改Zone的ID。
55
55
 
@@ -60,7 +60,7 @@ class UpdatePrivateZoneRequest:
60
60
 
61
61
  @zone_id.setter
62
62
  def zone_id(self, zone_id):
63
- """Sets the zone_id of this UpdatePrivateZoneRequest.
63
+ r"""Sets the zone_id of this UpdatePrivateZoneRequest.
64
64
 
65
65
  待修改Zone的ID。
66
66
 
@@ -71,7 +71,7 @@ class UpdatePrivateZoneRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdatePrivateZoneRequest.
74
+ r"""Gets the body of this UpdatePrivateZoneRequest.
75
75
 
76
76
  :return: The body of this UpdatePrivateZoneRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.UpdatePrivateZoneInfoReq`
@@ -80,7 +80,7 @@ class UpdatePrivateZoneRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdatePrivateZoneRequest.
83
+ r"""Sets the body of this UpdatePrivateZoneRequest.
84
84
 
85
85
  :param body: The body of this UpdatePrivateZoneRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.UpdatePrivateZoneInfoReq`