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
@@ -39,7 +39,7 @@ class ListTagReq:
39
39
  }
40
40
 
41
41
  def __init__(self, tags=None, tags_any=None, not_tags=None, not_tags_any=None, limit=None, offset=None, action=None, matches=None):
42
- """ListTagReq
42
+ r"""ListTagReq
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -91,7 +91,7 @@ class ListTagReq:
91
91
 
92
92
  @property
93
93
  def tags(self):
94
- """Gets the tags of this ListTagReq.
94
+ r"""Gets the tags of this ListTagReq.
95
95
 
96
96
  包含标签。 最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
97
97
 
@@ -102,7 +102,7 @@ class ListTagReq:
102
102
 
103
103
  @tags.setter
104
104
  def tags(self, tags):
105
- """Sets the tags of this ListTagReq.
105
+ r"""Sets the tags of this ListTagReq.
106
106
 
107
107
  包含标签。 最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
108
108
 
@@ -113,7 +113,7 @@ class ListTagReq:
113
113
 
114
114
  @property
115
115
  def tags_any(self):
116
- """Gets the tags_any of this ListTagReq.
116
+ r"""Gets the tags_any of this ListTagReq.
117
117
 
118
118
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
119
119
 
@@ -124,7 +124,7 @@ class ListTagReq:
124
124
 
125
125
  @tags_any.setter
126
126
  def tags_any(self, tags_any):
127
- """Sets the tags_any of this ListTagReq.
127
+ r"""Sets the tags_any of this ListTagReq.
128
128
 
129
129
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
130
130
 
@@ -135,7 +135,7 @@ class ListTagReq:
135
135
 
136
136
  @property
137
137
  def not_tags(self):
138
- """Gets the not_tags of this ListTagReq.
138
+ r"""Gets the not_tags of this ListTagReq.
139
139
 
140
140
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
141
141
 
@@ -146,7 +146,7 @@ class ListTagReq:
146
146
 
147
147
  @not_tags.setter
148
148
  def not_tags(self, not_tags):
149
- """Sets the not_tags of this ListTagReq.
149
+ r"""Sets the not_tags of this ListTagReq.
150
150
 
151
151
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
152
152
 
@@ -157,7 +157,7 @@ class ListTagReq:
157
157
 
158
158
  @property
159
159
  def not_tags_any(self):
160
- """Gets the not_tags_any of this ListTagReq.
160
+ r"""Gets the not_tags_any of this ListTagReq.
161
161
 
162
162
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
163
163
 
@@ -168,7 +168,7 @@ class ListTagReq:
168
168
 
169
169
  @not_tags_any.setter
170
170
  def not_tags_any(self, not_tags_any):
171
- """Sets the not_tags_any of this ListTagReq.
171
+ r"""Sets the not_tags_any of this ListTagReq.
172
172
 
173
173
  最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
174
174
 
@@ -179,7 +179,7 @@ class ListTagReq:
179
179
 
180
180
  @property
181
181
  def limit(self):
182
- """Gets the limit of this ListTagReq.
182
+ r"""Gets the limit of this ListTagReq.
183
183
 
184
184
  每页返回的资源个数。 取值范围:1~1000 参数取值说明: 如果action为filter时,默认为1000。 如果action为count时,无此参数。
185
185
 
@@ -190,7 +190,7 @@ class ListTagReq:
190
190
 
191
191
  @limit.setter
192
192
  def limit(self, limit):
193
- """Sets the limit of this ListTagReq.
193
+ r"""Sets the limit of this ListTagReq.
194
194
 
195
195
  每页返回的资源个数。 取值范围:1~1000 参数取值说明: 如果action为filter时,默认为1000。 如果action为count时,无此参数。
196
196
 
@@ -201,7 +201,7 @@ class ListTagReq:
201
201
 
202
202
  @property
203
203
  def offset(self):
204
- """Gets the offset of this ListTagReq.
204
+ r"""Gets the offset of this ListTagReq.
205
205
 
206
206
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 参数取值说明: 查询第一页数据时,不需要传入此参数。 查询后续页码数据时,将查询前一页数据时响应体中的值带入此参数。 如果action为filter时,默认为0,必须为数字,不能为负数。 如果action为count时,无此参数。
207
207
 
@@ -212,7 +212,7 @@ class ListTagReq:
212
212
 
213
213
  @offset.setter
214
214
  def offset(self, offset):
215
- """Sets the offset of this ListTagReq.
215
+ r"""Sets the offset of this ListTagReq.
216
216
 
217
217
  分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 参数取值说明: 查询第一页数据时,不需要传入此参数。 查询后续页码数据时,将查询前一页数据时响应体中的值带入此参数。 如果action为filter时,默认为0,必须为数字,不能为负数。 如果action为count时,无此参数。
218
218
 
@@ -223,7 +223,7 @@ class ListTagReq:
223
223
 
224
224
  @property
225
225
  def action(self):
226
- """Gets the action of this ListTagReq.
226
+ r"""Gets the action of this ListTagReq.
227
227
 
228
228
  操作标识(区分大小写)。 取值范围: filter:分页过滤查询 count:查询总条数
229
229
 
@@ -234,7 +234,7 @@ class ListTagReq:
234
234
 
235
235
  @action.setter
236
236
  def action(self, action):
237
- """Sets the action of this ListTagReq.
237
+ r"""Sets the action of this ListTagReq.
238
238
 
239
239
  操作标识(区分大小写)。 取值范围: filter:分页过滤查询 count:查询总条数
240
240
 
@@ -245,7 +245,7 @@ class ListTagReq:
245
245
 
246
246
  @property
247
247
  def matches(self):
248
- """Gets the matches of this ListTagReq.
248
+ r"""Gets the matches of this ListTagReq.
249
249
 
250
250
  key为要匹配的字段,value为匹配的值。 如果value为空字符串则精确匹配,否则模糊匹配。
251
251
 
@@ -256,7 +256,7 @@ class ListTagReq:
256
256
 
257
257
  @matches.setter
258
258
  def matches(self, matches):
259
- """Sets the matches of this ListTagReq.
259
+ r"""Sets the matches of this ListTagReq.
260
260
 
261
261
  key为要匹配的字段,value为匹配的值。 如果value为空字符串则精确匹配,否则模糊匹配。
262
262
 
@@ -27,7 +27,7 @@ class ListTagRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, resource_type=None, body=None):
30
- """ListTagRequest
30
+ r"""ListTagRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ListTagRequest:
49
49
 
50
50
  @property
51
51
  def resource_type(self):
52
- """Gets the resource_type of this ListTagRequest.
52
+ r"""Gets the resource_type of this ListTagRequest.
53
53
 
54
54
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
55
55
 
@@ -60,7 +60,7 @@ class ListTagRequest:
60
60
 
61
61
  @resource_type.setter
62
62
  def resource_type(self, resource_type):
63
- """Sets the resource_type of this ListTagRequest.
63
+ r"""Sets the resource_type of this ListTagRequest.
64
64
 
65
65
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
66
66
 
@@ -71,7 +71,7 @@ class ListTagRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this ListTagRequest.
74
+ r"""Gets the body of this ListTagRequest.
75
75
 
76
76
  :return: The body of this ListTagRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.ListTagReq`
@@ -80,7 +80,7 @@ class ListTagRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this ListTagRequest.
83
+ r"""Sets the body of this ListTagRequest.
84
84
 
85
85
  :param body: The body of this ListTagRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.ListTagReq`
@@ -28,7 +28,7 @@ class ListTagResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resources=None, total_count=None):
31
- """ListTagResponse
31
+ r"""ListTagResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListTagResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resources(self):
54
- """Gets the resources of this ListTagResponse.
54
+ r"""Gets the resources of this ListTagResponse.
55
55
 
56
56
  标签资源信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListTagResponse(SdkResponse):
62
62
 
63
63
  @resources.setter
64
64
  def resources(self, resources):
65
- """Sets the resources of this ListTagResponse.
65
+ r"""Sets the resources of this ListTagResponse.
66
66
 
67
67
  标签资源信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListTagResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total_count(self):
76
- """Gets the total_count of this ListTagResponse.
76
+ r"""Gets the total_count of this ListTagResponse.
77
77
 
78
78
  资源总数。
79
79
 
@@ -84,7 +84,7 @@ class ListTagResponse(SdkResponse):
84
84
 
85
85
  @total_count.setter
86
86
  def total_count(self, total_count):
87
- """Sets the total_count of this ListTagResponse.
87
+ r"""Sets the total_count of this ListTagResponse.
88
88
 
89
89
  资源总数。
90
90
 
@@ -25,7 +25,7 @@ class ListTagsRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, resource_type=None):
28
- """ListTagsRequest
28
+ r"""ListTagsRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ListTagsRequest:
42
42
 
43
43
  @property
44
44
  def resource_type(self):
45
- """Gets the resource_type of this ListTagsRequest.
45
+ r"""Gets the resource_type of this ListTagsRequest.
46
46
 
47
47
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
48
48
 
@@ -53,7 +53,7 @@ class ListTagsRequest:
53
53
 
54
54
  @resource_type.setter
55
55
  def resource_type(self, resource_type):
56
- """Sets the resource_type of this ListTagsRequest.
56
+ r"""Sets the resource_type of this ListTagsRequest.
57
57
 
58
58
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
59
59
 
@@ -26,7 +26,7 @@ class ListTagsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, tags=None):
29
- """ListTagsResponse
29
+ r"""ListTagsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ListTagsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def tags(self):
47
- """Gets the tags of this ListTagsResponse.
47
+ r"""Gets the tags of this ListTagsResponse.
48
48
 
49
49
  标签列表。
50
50
 
@@ -55,7 +55,7 @@ class ListTagsResponse(SdkResponse):
55
55
 
56
56
  @tags.setter
57
57
  def tags(self, tags):
58
- """Sets the tags of this ListTagsResponse.
58
+ r"""Sets the tags of this ListTagsResponse.
59
59
 
60
60
  标签列表。
61
61
 
@@ -27,7 +27,7 @@ class Match:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Match
30
+ r"""Match
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class Match:
49
49
 
50
50
  @property
51
51
  def key(self):
52
- """Gets the key of this Match.
52
+ r"""Gets the key of this Match.
53
53
 
54
54
  键。当前值限定为resource_name。
55
55
 
@@ -60,7 +60,7 @@ class Match:
60
60
 
61
61
  @key.setter
62
62
  def key(self, key):
63
- """Sets the key of this Match.
63
+ r"""Sets the key of this Match.
64
64
 
65
65
  键。当前值限定为resource_name。
66
66
 
@@ -71,7 +71,7 @@ class Match:
71
71
 
72
72
  @property
73
73
  def value(self):
74
- """Gets the value of this Match.
74
+ r"""Gets the value of this Match.
75
75
 
76
76
  值。每个值最大长度255个unicode字符。不能包含“_”,“%”特殊字符。
77
77
 
@@ -82,7 +82,7 @@ class Match:
82
82
 
83
83
  @value.setter
84
84
  def value(self, value):
85
- """Sets the value of this Match.
85
+ r"""Sets the value of this Match.
86
86
 
87
87
  值。每个值最大长度255个unicode字符。不能包含“_”,“%”特殊字符。
88
88
 
@@ -25,7 +25,7 @@ class Metadata:
25
25
  }
26
26
 
27
27
  def __init__(self, total_count=None):
28
- """Metadata
28
+ r"""Metadata
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class Metadata:
43
43
 
44
44
  @property
45
45
  def total_count(self):
46
- """Gets the total_count of this Metadata.
46
+ r"""Gets the total_count of this Metadata.
47
47
 
48
48
  满足查询条件的资源总数,不受分页(即limit、offset参数)影响。
49
49
 
@@ -54,7 +54,7 @@ class Metadata:
54
54
 
55
55
  @total_count.setter
56
56
  def total_count(self, total_count):
57
- """Sets the total_count of this Metadata.
57
+ r"""Sets the total_count of this Metadata.
58
58
 
59
59
  满足查询条件的资源总数,不受分页(即limit、offset参数)影响。
60
60
 
@@ -29,7 +29,7 @@ class NameServersResp:
29
29
  }
30
30
 
31
31
  def __init__(self, type=None, region=None, ns_records=None):
32
- """NameServersResp
32
+ r"""NameServersResp
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class NameServersResp:
57
57
 
58
58
  @property
59
59
  def type(self):
60
- """Gets the type of this NameServersResp.
60
+ r"""Gets the type of this NameServersResp.
61
61
 
62
62
  待查询名称服务器的类型。 取值范围: public, private。 如果为空,表示查询所有类型的名称服务器。 如果为public,表示查询公网的名称服务器。 如果为private,表示查询内网的名称服务器。
63
63
 
@@ -68,7 +68,7 @@ class NameServersResp:
68
68
 
69
69
  @type.setter
70
70
  def type(self, type):
71
- """Sets the type of this NameServersResp.
71
+ r"""Sets the type of this NameServersResp.
72
72
 
73
73
  待查询名称服务器的类型。 取值范围: public, private。 如果为空,表示查询所有类型的名称服务器。 如果为public,表示查询公网的名称服务器。 如果为private,表示查询内网的名称服务器。
74
74
 
@@ -79,7 +79,7 @@ class NameServersResp:
79
79
 
80
80
  @property
81
81
  def region(self):
82
- """Gets the region of this NameServersResp.
82
+ r"""Gets the region of this NameServersResp.
83
83
 
84
84
  待查询的region ID。 当查询公网的名称服务器时,此处不填。
85
85
 
@@ -90,7 +90,7 @@ class NameServersResp:
90
90
 
91
91
  @region.setter
92
92
  def region(self, region):
93
- """Sets the region of this NameServersResp.
93
+ r"""Sets the region of this NameServersResp.
94
94
 
95
95
  待查询的region ID。 当查询公网的名称服务器时,此处不填。
96
96
 
@@ -101,7 +101,7 @@ class NameServersResp:
101
101
 
102
102
  @property
103
103
  def ns_records(self):
104
- """Gets the ns_records of this NameServersResp.
104
+ r"""Gets the ns_records of this NameServersResp.
105
105
 
106
106
  名称服务器列表。
107
107
 
@@ -112,7 +112,7 @@ class NameServersResp:
112
112
 
113
113
  @ns_records.setter
114
114
  def ns_records(self, ns_records):
115
- """Sets the ns_records of this NameServersResp.
115
+ r"""Sets the ns_records of this NameServersResp.
116
116
 
117
117
  名称服务器列表。
118
118
 
@@ -27,7 +27,7 @@ class Nameserver:
27
27
  }
28
28
 
29
29
  def __init__(self, hostname=None, priority=None):
30
- """Nameserver
30
+ r"""Nameserver
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class Nameserver:
50
50
 
51
51
  @property
52
52
  def hostname(self):
53
- """Gets the hostname of this Nameserver.
53
+ r"""Gets the hostname of this Nameserver.
54
54
 
55
55
  主机名。
56
56
 
@@ -61,7 +61,7 @@ class Nameserver:
61
61
 
62
62
  @hostname.setter
63
63
  def hostname(self, hostname):
64
- """Sets the hostname of this Nameserver.
64
+ r"""Sets the hostname of this Nameserver.
65
65
 
66
66
  主机名。
67
67
 
@@ -72,7 +72,7 @@ class Nameserver:
72
72
 
73
73
  @property
74
74
  def priority(self):
75
- """Gets the priority of this Nameserver.
75
+ r"""Gets the priority of this Nameserver.
76
76
 
77
77
  优先级。
78
78
 
@@ -83,7 +83,7 @@ class Nameserver:
83
83
 
84
84
  @priority.setter
85
85
  def priority(self, priority):
86
- """Sets the priority of this Nameserver.
86
+ r"""Sets the priority of this Nameserver.
87
87
 
88
88
  优先级。
89
89
 
@@ -29,7 +29,7 @@ class NsRecords:
29
29
  }
30
30
 
31
31
  def __init__(self, hostname=None, address=None, priority=None):
32
- """NsRecords
32
+ r"""NsRecords
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class NsRecords:
57
57
 
58
58
  @property
59
59
  def hostname(self):
60
- """Gets the hostname of this NsRecords.
60
+ r"""Gets the hostname of this NsRecords.
61
61
 
62
62
  主机名。 当为内网名称服务器时,此值为空。
63
63
 
@@ -68,7 +68,7 @@ class NsRecords:
68
68
 
69
69
  @hostname.setter
70
70
  def hostname(self, hostname):
71
- """Sets the hostname of this NsRecords.
71
+ r"""Sets the hostname of this NsRecords.
72
72
 
73
73
  主机名。 当为内网名称服务器时,此值为空。
74
74
 
@@ -79,7 +79,7 @@ class NsRecords:
79
79
 
80
80
  @property
81
81
  def address(self):
82
- """Gets the address of this NsRecords.
82
+ r"""Gets the address of this NsRecords.
83
83
 
84
84
  名称服务器地址。 当为公网名称服务器时,此值为空。
85
85
 
@@ -90,7 +90,7 @@ class NsRecords:
90
90
 
91
91
  @address.setter
92
92
  def address(self, address):
93
- """Sets the address of this NsRecords.
93
+ r"""Sets the address of this NsRecords.
94
94
 
95
95
  名称服务器地址。 当为公网名称服务器时,此值为空。
96
96
 
@@ -101,7 +101,7 @@ class NsRecords:
101
101
 
102
102
  @property
103
103
  def priority(self):
104
- """Gets the priority of this NsRecords.
104
+ r"""Gets the priority of this NsRecords.
105
105
 
106
106
  优先级。 示例: 如果priority的值为“1”,表示会第一个采用该域名服务器进行解析。
107
107
 
@@ -112,7 +112,7 @@ class NsRecords:
112
112
 
113
113
  @priority.setter
114
114
  def priority(self, priority):
115
- """Sets the priority of this NsRecords.
115
+ r"""Sets the priority of this NsRecords.
116
116
 
117
117
  优先级。 示例: 如果priority的值为“1”,表示会第一个采用该域名服务器进行解析。
118
118
 
@@ -27,7 +27,7 @@ class PageLink:
27
27
  }
28
28
 
29
29
  def __init__(self, _self=None, next=None):
30
- """PageLink
30
+ r"""PageLink
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class PageLink:
50
50
 
51
51
  @property
52
52
  def _self(self):
53
- """Gets the _self of this PageLink.
53
+ r"""Gets the _self of this PageLink.
54
54
 
55
55
  当前资源的链接。
56
56
 
@@ -61,7 +61,7 @@ class PageLink:
61
61
 
62
62
  @_self.setter
63
63
  def _self(self, _self):
64
- """Sets the _self of this PageLink.
64
+ r"""Sets the _self of this PageLink.
65
65
 
66
66
  当前资源的链接。
67
67
 
@@ -72,7 +72,7 @@ class PageLink:
72
72
 
73
73
  @property
74
74
  def next(self):
75
- """Gets the next of this PageLink.
75
+ r"""Gets the next of this PageLink.
76
76
 
77
77
  下一页资源的链接。
78
78
 
@@ -83,7 +83,7 @@ class PageLink:
83
83
 
84
84
  @next.setter
85
85
  def next(self, next):
86
- """Sets the next of this PageLink.
86
+ r"""Sets the next of this PageLink.
87
87
 
88
88
  下一页资源的链接。
89
89
 
@@ -27,7 +27,7 @@ class PrivateNameServer:
27
27
  }
28
28
 
29
29
  def __init__(self, priority=None, address=None):
30
- """PrivateNameServer
30
+ r"""PrivateNameServer
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class PrivateNameServer:
50
50
 
51
51
  @property
52
52
  def priority(self):
53
- """Gets the priority of this PrivateNameServer.
53
+ r"""Gets the priority of this PrivateNameServer.
54
54
 
55
55
  优先级。如果priority的值为“1”,表示会第一个采用该域名服务器进行解析。
56
56
 
@@ -61,7 +61,7 @@ class PrivateNameServer:
61
61
 
62
62
  @priority.setter
63
63
  def priority(self, priority):
64
- """Sets the priority of this PrivateNameServer.
64
+ r"""Sets the priority of this PrivateNameServer.
65
65
 
66
66
  优先级。如果priority的值为“1”,表示会第一个采用该域名服务器进行解析。
67
67
 
@@ -72,7 +72,7 @@ class PrivateNameServer:
72
72
 
73
73
  @property
74
74
  def address(self):
75
- """Gets the address of this PrivateNameServer.
75
+ r"""Gets the address of this PrivateNameServer.
76
76
 
77
77
  DNS服务器地址。
78
78
 
@@ -83,7 +83,7 @@ class PrivateNameServer:
83
83
 
84
84
  @address.setter
85
85
  def address(self, address):
86
- """Sets the address of this PrivateNameServer.
86
+ r"""Sets the address of this PrivateNameServer.
87
87
 
88
88
  DNS服务器地址。
89
89