huaweicloudsdkdns 3.1.145__py2.py3-none-any.whl → 3.1.146__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 (208) hide show
  1. huaweicloudsdkdns/v2/__init__.py +82 -1
  2. huaweicloudsdkdns/v2/dns_async_client.py +2933 -1055
  3. huaweicloudsdkdns/v2/dns_client.py +2933 -1055
  4. huaweicloudsdkdns/v2/model/__init__.py +82 -1
  5. huaweicloudsdkdns/v2/model/alias_target.py +3 -3
  6. huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py +139 -0
  7. huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_response.py +112 -0
  8. huaweicloudsdkdns/v2/model/associate_or_disassociate_router_with_rule_request_body.py +110 -0
  9. huaweicloudsdkdns/v2/model/associate_resolver_rule_router_request.py +139 -0
  10. huaweicloudsdkdns/v2/model/associate_resolver_rule_router_response.py +174 -0
  11. huaweicloudsdkdns/v2/model/associate_router_request.py +3 -3
  12. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +3 -3
  13. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +3 -3
  14. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request.py +111 -0
  15. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request_body.py +115 -0
  16. huaweicloudsdkdns/v2/model/batch_delete_ptr_records_response.py +85 -0
  17. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +3 -3
  18. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
  19. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +3 -3
  20. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +6 -6
  21. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +3 -3
  22. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +6 -6
  23. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +3 -3
  24. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +6 -6
  25. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +3 -3
  26. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +6 -6
  27. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +3 -3
  28. huaweicloudsdkdns/v2/model/batch_update_record_set.py +9 -9
  29. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +3 -3
  30. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
  31. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +3 -3
  32. huaweicloudsdkdns/v2/model/create_custom_line_response.py +6 -6
  33. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +12 -12
  34. huaweicloudsdkdns/v2/model/create_endpoint_request.py +111 -0
  35. huaweicloudsdkdns/v2/model/create_endpoint_request_body.py +198 -0
  36. huaweicloudsdkdns/v2/model/create_endpoint_response.py +112 -0
  37. huaweicloudsdkdns/v2/model/create_line_group_response.py +3 -3
  38. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +3 -3
  39. huaweicloudsdkdns/v2/model/create_private_zone_req.py +9 -9
  40. huaweicloudsdkdns/v2/model/create_private_zone_response.py +39 -39
  41. huaweicloudsdkdns/v2/model/create_ptr_req.py +12 -12
  42. huaweicloudsdkdns/v2/model/create_ptr_request.py +111 -0
  43. huaweicloudsdkdns/v2/model/create_ptr_request_body.py +255 -0
  44. huaweicloudsdkdns/v2/model/create_ptr_response.py +311 -0
  45. huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
  46. huaweicloudsdkdns/v2/model/create_public_zone_response.py +39 -39
  47. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +6 -6
  48. huaweicloudsdkdns/v2/model/create_record_set_request.py +3 -3
  49. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +3 -3
  50. huaweicloudsdkdns/v2/model/create_record_set_response.py +27 -27
  51. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +3 -3
  52. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +3 -3
  53. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +3 -3
  54. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +12 -12
  55. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +27 -27
  56. huaweicloudsdkdns/v2/model/create_resolver_rule_request.py +111 -0
  57. huaweicloudsdkdns/v2/model/create_resolver_rule_request_body.py +198 -0
  58. huaweicloudsdkdns/v2/model/create_resolver_rule_response.py +112 -0
  59. huaweicloudsdkdns/v2/model/create_tag_request.py +3 -3
  60. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
  61. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +6 -6
  62. huaweicloudsdkdns/v2/model/delete_endpoint_request.py +114 -0
  63. huaweicloudsdkdns/v2/model/delete_endpoint_response.py +112 -0
  64. huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
  65. huaweicloudsdkdns/v2/model/delete_line_group_response.py +3 -3
  66. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
  67. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +42 -42
  68. huaweicloudsdkdns/v2/model/delete_ptr_request.py +114 -0
  69. huaweicloudsdkdns/v2/model/delete_ptr_response.py +85 -0
  70. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
  71. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +42 -42
  72. huaweicloudsdkdns/v2/model/delete_record_set_request.py +6 -6
  73. huaweicloudsdkdns/v2/model/delete_record_set_response.py +27 -27
  74. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +6 -6
  75. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +27 -27
  76. huaweicloudsdkdns/v2/model/delete_resolver_rule_request.py +114 -0
  77. huaweicloudsdkdns/v2/model/delete_resolver_rule_response.py +112 -0
  78. huaweicloudsdkdns/v2/model/delete_tag_request.py +3 -3
  79. huaweicloudsdkdns/v2/model/disable_dnssec_config_request.py +114 -0
  80. huaweicloudsdkdns/v2/model/disable_dnssec_config_response.py +116 -0
  81. huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_request.py +142 -0
  82. huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_response.py +112 -0
  83. huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_request.py +139 -0
  84. huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_response.py +174 -0
  85. huaweicloudsdkdns/v2/model/disassociate_router_request.py +3 -3
  86. huaweicloudsdkdns/v2/model/enable_dnssec_config_request.py +114 -0
  87. huaweicloudsdkdns/v2/model/enable_dnssec_config_response.py +464 -0
  88. huaweicloudsdkdns/v2/model/endpoint_resp.py +347 -0
  89. huaweicloudsdkdns/v2/model/floating_ips_ptr.py +339 -0
  90. huaweicloudsdkdns/v2/model/ip_info.py +115 -0
  91. huaweicloudsdkdns/v2/model/ip_value.py +115 -0
  92. huaweicloudsdkdns/v2/model/ipaddress_info.py +143 -0
  93. huaweicloudsdkdns/v2/model/ipaddresses.py +110 -0
  94. huaweicloudsdkdns/v2/model/ipaddresses_data.py +289 -0
  95. huaweicloudsdkdns/v2/model/line.py +6 -6
  96. huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py +114 -0
  97. huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py +116 -0
  98. huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +173 -0
  99. huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py +141 -0
  100. huaweicloudsdkdns/v2/model/list_endpoints_request.py +230 -0
  101. huaweicloudsdkdns/v2/model/list_endpoints_response.py +141 -0
  102. huaweicloudsdkdns/v2/model/list_private_zones_request.py +15 -15
  103. huaweicloudsdkdns/v2/model/list_private_zones_response.py +3 -3
  104. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +12 -12
  105. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +3 -3
  106. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +3 -3
  107. huaweicloudsdkdns/v2/model/list_ptrs_request.py +289 -0
  108. huaweicloudsdkdns/v2/model/list_ptrs_response.py +166 -0
  109. huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +172 -0
  110. huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py +166 -0
  111. huaweicloudsdkdns/v2/model/list_public_zones_request.py +18 -18
  112. huaweicloudsdkdns/v2/model/list_public_zones_response.py +3 -3
  113. huaweicloudsdkdns/v2/model/list_record_sets.py +27 -27
  114. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +24 -24
  115. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +3 -3
  116. huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
  117. huaweicloudsdkdns/v2/model/list_record_sets_response.py +3 -3
  118. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
  119. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +3 -3
  120. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +27 -27
  121. huaweicloudsdkdns/v2/model/list_resolver_rule_param.py +376 -0
  122. huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +289 -0
  123. huaweicloudsdkdns/v2/model/list_resolver_rules_response.py +191 -0
  124. huaweicloudsdkdns/v2/model/match.py +3 -3
  125. huaweicloudsdkdns/v2/model/page_info.py +173 -0
  126. huaweicloudsdkdns/v2/model/private_zone_resp.py +42 -42
  127. huaweicloudsdkdns/v2/model/public_ip_req.py +144 -0
  128. huaweicloudsdkdns/v2/model/public_ip_res.py +173 -0
  129. huaweicloudsdkdns/v2/model/public_zone_lines.py +173 -0
  130. huaweicloudsdkdns/v2/model/public_zone_resp.py +39 -39
  131. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +57 -28
  132. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +27 -27
  133. huaweicloudsdkdns/v2/model/recordset_data.py +27 -27
  134. huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
  135. huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
  136. huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
  137. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request.py +139 -0
  138. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request_body.py +114 -0
  139. huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_response.py +85 -0
  140. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +3 -3
  141. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +27 -27
  142. huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
  143. huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
  144. huaweicloudsdkdns/v2/model/show_endpoint_request.py +114 -0
  145. huaweicloudsdkdns/v2/model/show_endpoint_response.py +112 -0
  146. huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
  147. huaweicloudsdkdns/v2/model/show_line_group_response.py +3 -3
  148. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
  149. huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
  150. huaweicloudsdkdns/v2/model/show_private_zone_response.py +42 -42
  151. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +12 -12
  152. huaweicloudsdkdns/v2/model/show_ptr_request.py +114 -0
  153. huaweicloudsdkdns/v2/model/show_ptr_response.py +311 -0
  154. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
  155. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
  156. huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
  157. huaweicloudsdkdns/v2/model/show_public_zone_response.py +45 -45
  158. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
  159. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +27 -27
  160. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +3 -3
  161. huaweicloudsdkdns/v2/model/show_record_set_request.py +6 -6
  162. huaweicloudsdkdns/v2/model/show_record_set_response.py +27 -27
  163. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +6 -6
  164. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +27 -27
  165. huaweicloudsdkdns/v2/model/show_resolver_rule_request.py +114 -0
  166. huaweicloudsdkdns/v2/model/show_resolver_rule_resp_param.py +405 -0
  167. huaweicloudsdkdns/v2/model/show_resolver_rule_response.py +112 -0
  168. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +3 -3
  169. huaweicloudsdkdns/v2/model/update_custom_line_request.py +3 -3
  170. huaweicloudsdkdns/v2/model/update_custom_line_response.py +6 -6
  171. huaweicloudsdkdns/v2/model/update_endpoint_request.py +139 -0
  172. huaweicloudsdkdns/v2/model/update_endpoint_request_body.py +114 -0
  173. huaweicloudsdkdns/v2/model/update_endpoint_response.py +112 -0
  174. huaweicloudsdkdns/v2/model/update_line_groups_request.py +3 -3
  175. huaweicloudsdkdns/v2/model/update_line_groups_response.py +3 -3
  176. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +3 -3
  177. huaweicloudsdkdns/v2/model/update_private_zone_request.py +3 -3
  178. huaweicloudsdkdns/v2/model/update_private_zone_response.py +39 -39
  179. huaweicloudsdkdns/v2/model/update_private_zone_status_request.py +139 -0
  180. huaweicloudsdkdns/v2/model/update_private_zone_status_response.py +518 -0
  181. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +12 -12
  182. huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
  183. huaweicloudsdkdns/v2/model/update_ptr_request.py +139 -0
  184. huaweicloudsdkdns/v2/model/update_ptr_request_body.py +172 -0
  185. huaweicloudsdkdns/v2/model/update_ptr_response.py +311 -0
  186. huaweicloudsdkdns/v2/model/update_public_zone_info.py +3 -3
  187. huaweicloudsdkdns/v2/model/update_public_zone_request.py +3 -3
  188. huaweicloudsdkdns/v2/model/update_public_zone_response.py +36 -36
  189. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +7 -7
  190. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +36 -36
  191. huaweicloudsdkdns/v2/model/update_record_set_req.py +3 -3
  192. huaweicloudsdkdns/v2/model/update_record_set_request.py +6 -6
  193. huaweicloudsdkdns/v2/model/update_record_set_response.py +27 -27
  194. huaweicloudsdkdns/v2/model/update_record_sets_req.py +3 -3
  195. huaweicloudsdkdns/v2/model/update_record_sets_request.py +6 -6
  196. huaweicloudsdkdns/v2/model/update_record_sets_response.py +27 -27
  197. huaweicloudsdkdns/v2/model/update_resolver_rule_request.py +139 -0
  198. huaweicloudsdkdns/v2/model/update_resolver_rule_request_body.py +144 -0
  199. huaweicloudsdkdns/v2/model/update_resolver_rule_response.py +112 -0
  200. huaweicloudsdkdns/v2/model/{update_public_zone_status_request_body.py → update_zone_status_request_body.py} +10 -10
  201. huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
  202. huaweicloudsdkdns/v2/model/zone_data.py +52 -52
  203. {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/METADATA +2 -2
  204. huaweicloudsdkdns-3.1.146.dist-info/RECORD +273 -0
  205. huaweicloudsdkdns-3.1.145.dist-info/RECORD +0 -192
  206. {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/LICENSE +0 -0
  207. {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/WHEEL +0 -0
  208. {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/top_level.txt +0 -0
@@ -55,15 +55,15 @@ class ListRecordSets:
55
55
 
56
56
  The model defined in huaweicloud sdk
57
57
 
58
- :param id: Record Set的ID。
58
+ :param id: 记录集的ID。
59
59
  :type id: str
60
- :param name: Record Set的名称。
60
+ :param name: 记录集的名称。
61
61
  :type name: str
62
- :param description: Record Set的描述信息。
62
+ :param description: 记录集的描述信息。
63
63
  :type description: str
64
- :param zone_id: 托管该记录的zone_id
64
+ :param zone_id: 托管该记录的域名ID
65
65
  :type zone_id: str
66
- :param zone_name: 托管该记录的zone_name。
66
+ :param zone_name: 托管该记录的域名。
67
67
  :type zone_name: str
68
68
  :param type: 记录类型。
69
69
  :type type: str
@@ -71,15 +71,15 @@ class ListRecordSets:
71
71
  :type ttl: int
72
72
  :param records: 域名解析后的值。
73
73
  :type records: list[str]
74
- :param create_at: 创建时间。
74
+ :param create_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
75
75
  :type create_at: str
76
- :param update_at: 更新时间。
76
+ :param update_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
77
77
  :type update_at: str
78
78
  :param status: 资源状态。
79
79
  :type status: str
80
- :param default: 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
80
+ :param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
81
81
  :type default: bool
82
- :param project_id: 该Record Set所属的项目ID。
82
+ :param project_id: 该记录集所属的项目ID。
83
83
  :type project_id: str
84
84
  :param links:
85
85
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -136,7 +136,7 @@ class ListRecordSets:
136
136
  def id(self):
137
137
  r"""Gets the id of this ListRecordSets.
138
138
 
139
- Record Set的ID。
139
+ 记录集的ID。
140
140
 
141
141
  :return: The id of this ListRecordSets.
142
142
  :rtype: str
@@ -147,7 +147,7 @@ class ListRecordSets:
147
147
  def id(self, id):
148
148
  r"""Sets the id of this ListRecordSets.
149
149
 
150
- Record Set的ID。
150
+ 记录集的ID。
151
151
 
152
152
  :param id: The id of this ListRecordSets.
153
153
  :type id: str
@@ -158,7 +158,7 @@ class ListRecordSets:
158
158
  def name(self):
159
159
  r"""Gets the name of this ListRecordSets.
160
160
 
161
- Record Set的名称。
161
+ 记录集的名称。
162
162
 
163
163
  :return: The name of this ListRecordSets.
164
164
  :rtype: str
@@ -169,7 +169,7 @@ class ListRecordSets:
169
169
  def name(self, name):
170
170
  r"""Sets the name of this ListRecordSets.
171
171
 
172
- Record Set的名称。
172
+ 记录集的名称。
173
173
 
174
174
  :param name: The name of this ListRecordSets.
175
175
  :type name: str
@@ -180,7 +180,7 @@ class ListRecordSets:
180
180
  def description(self):
181
181
  r"""Gets the description of this ListRecordSets.
182
182
 
183
- Record Set的描述信息。
183
+ 记录集的描述信息。
184
184
 
185
185
  :return: The description of this ListRecordSets.
186
186
  :rtype: str
@@ -191,7 +191,7 @@ class ListRecordSets:
191
191
  def description(self, description):
192
192
  r"""Sets the description of this ListRecordSets.
193
193
 
194
- Record Set的描述信息。
194
+ 记录集的描述信息。
195
195
 
196
196
  :param description: The description of this ListRecordSets.
197
197
  :type description: str
@@ -202,7 +202,7 @@ class ListRecordSets:
202
202
  def zone_id(self):
203
203
  r"""Gets the zone_id of this ListRecordSets.
204
204
 
205
- 托管该记录的zone_id
205
+ 托管该记录的域名ID
206
206
 
207
207
  :return: The zone_id of this ListRecordSets.
208
208
  :rtype: str
@@ -213,7 +213,7 @@ class ListRecordSets:
213
213
  def zone_id(self, zone_id):
214
214
  r"""Sets the zone_id of this ListRecordSets.
215
215
 
216
- 托管该记录的zone_id
216
+ 托管该记录的域名ID
217
217
 
218
218
  :param zone_id: The zone_id of this ListRecordSets.
219
219
  :type zone_id: str
@@ -224,7 +224,7 @@ class ListRecordSets:
224
224
  def zone_name(self):
225
225
  r"""Gets the zone_name of this ListRecordSets.
226
226
 
227
- 托管该记录的zone_name。
227
+ 托管该记录的域名。
228
228
 
229
229
  :return: The zone_name of this ListRecordSets.
230
230
  :rtype: str
@@ -235,7 +235,7 @@ class ListRecordSets:
235
235
  def zone_name(self, zone_name):
236
236
  r"""Sets the zone_name of this ListRecordSets.
237
237
 
238
- 托管该记录的zone_name。
238
+ 托管该记录的域名。
239
239
 
240
240
  :param zone_name: The zone_name of this ListRecordSets.
241
241
  :type zone_name: str
@@ -312,7 +312,7 @@ class ListRecordSets:
312
312
  def create_at(self):
313
313
  r"""Gets the create_at of this ListRecordSets.
314
314
 
315
- 创建时间。
315
+ 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
316
316
 
317
317
  :return: The create_at of this ListRecordSets.
318
318
  :rtype: str
@@ -323,7 +323,7 @@ class ListRecordSets:
323
323
  def create_at(self, create_at):
324
324
  r"""Sets the create_at of this ListRecordSets.
325
325
 
326
- 创建时间。
326
+ 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
327
327
 
328
328
  :param create_at: The create_at of this ListRecordSets.
329
329
  :type create_at: str
@@ -334,7 +334,7 @@ class ListRecordSets:
334
334
  def update_at(self):
335
335
  r"""Gets the update_at of this ListRecordSets.
336
336
 
337
- 更新时间。
337
+ 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
338
338
 
339
339
  :return: The update_at of this ListRecordSets.
340
340
  :rtype: str
@@ -345,7 +345,7 @@ class ListRecordSets:
345
345
  def update_at(self, update_at):
346
346
  r"""Sets the update_at of this ListRecordSets.
347
347
 
348
- 更新时间。
348
+ 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
349
349
 
350
350
  :param update_at: The update_at of this ListRecordSets.
351
351
  :type update_at: str
@@ -378,7 +378,7 @@ class ListRecordSets:
378
378
  def default(self):
379
379
  r"""Gets the default of this ListRecordSets.
380
380
 
381
- 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
381
+ 标识是否由系统默认生成,系统默认生成的记录集不能删除。
382
382
 
383
383
  :return: The default of this ListRecordSets.
384
384
  :rtype: bool
@@ -389,7 +389,7 @@ class ListRecordSets:
389
389
  def default(self, default):
390
390
  r"""Sets the default of this ListRecordSets.
391
391
 
392
- 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
392
+ 标识是否由系统默认生成,系统默认生成的记录集不能删除。
393
393
 
394
394
  :param default: The default of this ListRecordSets.
395
395
  :type default: bool
@@ -400,7 +400,7 @@ class ListRecordSets:
400
400
  def project_id(self):
401
401
  r"""Gets the project_id of this ListRecordSets.
402
402
 
403
- 该Record Set所属的项目ID。
403
+ 该记录集所属的项目ID。
404
404
 
405
405
  :return: The project_id of this ListRecordSets.
406
406
  :rtype: str
@@ -411,7 +411,7 @@ class ListRecordSets:
411
411
  def project_id(self, project_id):
412
412
  r"""Sets the project_id of this ListRecordSets.
413
413
 
414
- 该Record Set所属的项目ID。
414
+ 该记录集所属的项目ID。
415
415
 
416
416
  :param project_id: The project_id of this ListRecordSets.
417
417
  :type project_id: str
@@ -51,7 +51,7 @@ class ListRecordSetsByZoneRequest:
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
54
- :param zone_id: 所属zone id
54
+ :param zone_id: 域名ID
55
55
  :type zone_id: str
56
56
  :param search_mode: 查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
57
57
  :type search_mode: str
@@ -61,19 +61,19 @@ class ListRecordSetsByZoneRequest:
61
61
  :type limit: int
62
62
  :param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
63
63
  :type offset: int
64
- :param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
64
+ :param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
65
65
  :type tags: str
66
- :param status: 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
66
+ :param status: 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
67
67
  :type status: str
68
- :param type: 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
68
+ :param type: 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
69
69
  :type type: str
70
- :param name: 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
70
+ :param name: 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
71
71
  :type name: str
72
- :param id: 待查询的Record Set的id包含此id
72
+ :param id: 待查询的记录集ID
73
73
  :type id: str
74
- :param sort_key: 查询结果中Record Set列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
74
+ :param sort_key: 查询结果中记录集列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
75
75
  :type sort_key: str
76
- :param sort_dir: 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
76
+ :param sort_dir: 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
77
77
  :type sort_dir: str
78
78
  """
79
79
 
@@ -121,7 +121,7 @@ class ListRecordSetsByZoneRequest:
121
121
  def zone_id(self):
122
122
  r"""Gets the zone_id of this ListRecordSetsByZoneRequest.
123
123
 
124
- 所属zone id
124
+ 域名ID
125
125
 
126
126
  :return: The zone_id of this ListRecordSetsByZoneRequest.
127
127
  :rtype: str
@@ -132,7 +132,7 @@ class ListRecordSetsByZoneRequest:
132
132
  def zone_id(self, zone_id):
133
133
  r"""Sets the zone_id of this ListRecordSetsByZoneRequest.
134
134
 
135
- 所属zone id
135
+ 域名ID
136
136
 
137
137
  :param zone_id: The zone_id of this ListRecordSetsByZoneRequest.
138
138
  :type zone_id: str
@@ -231,7 +231,7 @@ class ListRecordSetsByZoneRequest:
231
231
  def tags(self):
232
232
  r"""Gets the tags of this ListRecordSetsByZoneRequest.
233
233
 
234
- 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
234
+ 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
235
235
 
236
236
  :return: The tags of this ListRecordSetsByZoneRequest.
237
237
  :rtype: str
@@ -242,7 +242,7 @@ class ListRecordSetsByZoneRequest:
242
242
  def tags(self, tags):
243
243
  r"""Sets the tags of this ListRecordSetsByZoneRequest.
244
244
 
245
- 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
245
+ 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
246
246
 
247
247
  :param tags: The tags of this ListRecordSetsByZoneRequest.
248
248
  :type tags: str
@@ -253,7 +253,7 @@ class ListRecordSetsByZoneRequest:
253
253
  def status(self):
254
254
  r"""Gets the status of this ListRecordSetsByZoneRequest.
255
255
 
256
- 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
256
+ 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
257
257
 
258
258
  :return: The status of this ListRecordSetsByZoneRequest.
259
259
  :rtype: str
@@ -264,7 +264,7 @@ class ListRecordSetsByZoneRequest:
264
264
  def status(self, status):
265
265
  r"""Sets the status of this ListRecordSetsByZoneRequest.
266
266
 
267
- 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
267
+ 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
268
268
 
269
269
  :param status: The status of this ListRecordSetsByZoneRequest.
270
270
  :type status: str
@@ -275,7 +275,7 @@ class ListRecordSetsByZoneRequest:
275
275
  def type(self):
276
276
  r"""Gets the type of this ListRecordSetsByZoneRequest.
277
277
 
278
- 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
278
+ 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
279
279
 
280
280
  :return: The type of this ListRecordSetsByZoneRequest.
281
281
  :rtype: str
@@ -286,7 +286,7 @@ class ListRecordSetsByZoneRequest:
286
286
  def type(self, type):
287
287
  r"""Sets the type of this ListRecordSetsByZoneRequest.
288
288
 
289
- 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
289
+ 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
290
290
 
291
291
  :param type: The type of this ListRecordSetsByZoneRequest.
292
292
  :type type: str
@@ -297,7 +297,7 @@ class ListRecordSetsByZoneRequest:
297
297
  def name(self):
298
298
  r"""Gets the name of this ListRecordSetsByZoneRequest.
299
299
 
300
- 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
300
+ 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
301
301
 
302
302
  :return: The name of this ListRecordSetsByZoneRequest.
303
303
  :rtype: str
@@ -308,7 +308,7 @@ class ListRecordSetsByZoneRequest:
308
308
  def name(self, name):
309
309
  r"""Sets the name of this ListRecordSetsByZoneRequest.
310
310
 
311
- 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
311
+ 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
312
312
 
313
313
  :param name: The name of this ListRecordSetsByZoneRequest.
314
314
  :type name: str
@@ -319,7 +319,7 @@ class ListRecordSetsByZoneRequest:
319
319
  def id(self):
320
320
  r"""Gets the id of this ListRecordSetsByZoneRequest.
321
321
 
322
- 待查询的Record Set的id包含此id
322
+ 待查询的记录集ID
323
323
 
324
324
  :return: The id of this ListRecordSetsByZoneRequest.
325
325
  :rtype: str
@@ -330,7 +330,7 @@ class ListRecordSetsByZoneRequest:
330
330
  def id(self, id):
331
331
  r"""Sets the id of this ListRecordSetsByZoneRequest.
332
332
 
333
- 待查询的Record Set的id包含此id
333
+ 待查询的记录集ID
334
334
 
335
335
  :param id: The id of this ListRecordSetsByZoneRequest.
336
336
  :type id: str
@@ -341,7 +341,7 @@ class ListRecordSetsByZoneRequest:
341
341
  def sort_key(self):
342
342
  r"""Gets the sort_key of this ListRecordSetsByZoneRequest.
343
343
 
344
- 查询结果中Record Set列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
344
+ 查询结果中记录集列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
345
345
 
346
346
  :return: The sort_key of this ListRecordSetsByZoneRequest.
347
347
  :rtype: str
@@ -352,7 +352,7 @@ class ListRecordSetsByZoneRequest:
352
352
  def sort_key(self, sort_key):
353
353
  r"""Sets the sort_key of this ListRecordSetsByZoneRequest.
354
354
 
355
- 查询结果中Record Set列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
355
+ 查询结果中记录集列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
356
356
 
357
357
  :param sort_key: The sort_key of this ListRecordSetsByZoneRequest.
358
358
  :type sort_key: str
@@ -363,7 +363,7 @@ class ListRecordSetsByZoneRequest:
363
363
  def sort_dir(self):
364
364
  r"""Gets the sort_dir of this ListRecordSetsByZoneRequest.
365
365
 
366
- 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
366
+ 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
367
367
 
368
368
  :return: The sort_dir of this ListRecordSetsByZoneRequest.
369
369
  :rtype: str
@@ -374,7 +374,7 @@ class ListRecordSetsByZoneRequest:
374
374
  def sort_dir(self, sort_dir):
375
375
  r"""Sets the sort_dir of this ListRecordSetsByZoneRequest.
376
376
 
377
- 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
377
+ 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
378
378
 
379
379
  :param sort_dir: The sort_dir of this ListRecordSetsByZoneRequest.
380
380
  :type sort_dir: str
@@ -36,7 +36,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
36
36
 
37
37
  :param links:
38
38
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
39
- :param recordsets: recordset列表对象。
39
+ :param recordsets: 记录集列表对象。
40
40
  :type recordsets: list[:class:`huaweicloudsdkdns.v2.ListRecordSets`]
41
41
  :param metadata:
42
42
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -78,7 +78,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
78
78
  def recordsets(self):
79
79
  r"""Gets the recordsets of this ListRecordSetsByZoneResponse.
80
80
 
81
- recordset列表对象。
81
+ 记录集列表对象。
82
82
 
83
83
  :return: The recordsets of this ListRecordSetsByZoneResponse.
84
84
  :rtype: list[:class:`huaweicloudsdkdns.v2.ListRecordSets`]
@@ -89,7 +89,7 @@ class ListRecordSetsByZoneResponse(SdkResponse):
89
89
  def recordsets(self, recordsets):
90
90
  r"""Sets the recordsets of this ListRecordSetsByZoneResponse.
91
91
 
92
- recordset列表对象。
92
+ 记录集列表对象。
93
93
 
94
94
  :param recordsets: The recordsets of this ListRecordSetsByZoneResponse.
95
95
  :type recordsets: list[:class:`huaweicloudsdkdns.v2.ListRecordSets`]
@@ -53,7 +53,7 @@ class ListRecordSetsRequest:
53
53
 
54
54
  The model defined in huaweicloud sdk
55
55
 
56
- :param zone_type: 待查询的Record Set的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的Record Set。 如果为public,表示查询公网类型的Record Set。 如果为private,表示查询内网类型的Record Set。 搜索模式默认为模糊搜索。 默认值为public。
56
+ :param zone_type: 待查询的记录集的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的记录集。 如果为public,表示查询公网类型的记录集。 如果为private,表示查询内网类型的记录集。 搜索模式默认为模糊搜索。 默认值为public。
57
57
  :type zone_type: str
58
58
  :param marker: 分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
59
59
  :type marker: str
@@ -63,21 +63,21 @@ class ListRecordSetsRequest:
63
63
  :type limit: int
64
64
  :param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
65
65
  :type offset: int
66
- :param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
66
+ :param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
67
67
  :type tags: str
68
- :param status: 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
68
+ :param status: 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
69
69
  :type status: str
70
- :param type: 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
70
+ :param type: 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
71
71
  :type type: str
72
- :param name: 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
72
+ :param name: 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
73
73
  :type name: str
74
- :param id: 待查询的Record Set的id包含此id
74
+ :param id: 待查询的记录集ID
75
75
  :type id: str
76
- :param records: 待查询的Record Set的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
76
+ :param records: 待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
77
77
  :type records: str
78
- :param sort_key: 查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
78
+ :param sort_key: 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
79
79
  :type sort_key: str
80
- :param sort_dir: 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
80
+ :param sort_dir: 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
81
81
  :type sort_dir: str
82
82
  """
83
83
 
@@ -129,7 +129,7 @@ class ListRecordSetsRequest:
129
129
  def zone_type(self):
130
130
  r"""Gets the zone_type of this ListRecordSetsRequest.
131
131
 
132
- 待查询的Record Set的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的Record Set。 如果为public,表示查询公网类型的Record Set。 如果为private,表示查询内网类型的Record Set。 搜索模式默认为模糊搜索。 默认值为public。
132
+ 待查询的记录集的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的记录集。 如果为public,表示查询公网类型的记录集。 如果为private,表示查询内网类型的记录集。 搜索模式默认为模糊搜索。 默认值为public。
133
133
 
134
134
  :return: The zone_type of this ListRecordSetsRequest.
135
135
  :rtype: str
@@ -140,7 +140,7 @@ class ListRecordSetsRequest:
140
140
  def zone_type(self, zone_type):
141
141
  r"""Sets the zone_type of this ListRecordSetsRequest.
142
142
 
143
- 待查询的Record Set的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的Record Set。 如果为public,表示查询公网类型的Record Set。 如果为private,表示查询内网类型的Record Set。 搜索模式默认为模糊搜索。 默认值为public。
143
+ 待查询的记录集的域名类型。 取值范围:public、private 如果为空,表示查询公网类型的记录集。 如果为public,表示查询公网类型的记录集。 如果为private,表示查询内网类型的记录集。 搜索模式默认为模糊搜索。 默认值为public。
144
144
 
145
145
  :param zone_type: The zone_type of this ListRecordSetsRequest.
146
146
  :type zone_type: str
@@ -239,7 +239,7 @@ class ListRecordSetsRequest:
239
239
  def tags(self):
240
240
  r"""Gets the tags of this ListRecordSetsRequest.
241
241
 
242
- 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
242
+ 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
243
243
 
244
244
  :return: The tags of this ListRecordSetsRequest.
245
245
  :rtype: str
@@ -250,7 +250,7 @@ class ListRecordSetsRequest:
250
250
  def tags(self, tags):
251
251
  r"""Sets the tags of this ListRecordSetsRequest.
252
252
 
253
- 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。
253
+ 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
254
254
 
255
255
  :param tags: The tags of this ListRecordSetsRequest.
256
256
  :type tags: str
@@ -261,7 +261,7 @@ class ListRecordSetsRequest:
261
261
  def status(self):
262
262
  r"""Gets the status of this ListRecordSetsRequest.
263
263
 
264
- 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
264
+ 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
265
265
 
266
266
  :return: The status of this ListRecordSetsRequest.
267
267
  :rtype: str
@@ -272,7 +272,7 @@ class ListRecordSetsRequest:
272
272
  def status(self, status):
273
273
  r"""Sets the status of this ListRecordSetsRequest.
274
274
 
275
- 待查询的Record Set的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
275
+ 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
276
276
 
277
277
  :param status: The status of this ListRecordSetsRequest.
278
278
  :type status: str
@@ -283,7 +283,7 @@ class ListRecordSetsRequest:
283
283
  def type(self):
284
284
  r"""Gets the type of this ListRecordSetsRequest.
285
285
 
286
- 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
286
+ 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
287
287
 
288
288
  :return: The type of this ListRecordSetsRequest.
289
289
  :rtype: str
@@ -294,7 +294,7 @@ class ListRecordSetsRequest:
294
294
  def type(self, type):
295
295
  r"""Sets the type of this ListRecordSetsRequest.
296
296
 
297
- 待查询的Record Set的记录集类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
297
+ 待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
298
298
 
299
299
  :param type: The type of this ListRecordSetsRequest.
300
300
  :type type: str
@@ -305,7 +305,7 @@ class ListRecordSetsRequest:
305
305
  def name(self):
306
306
  r"""Gets the name of this ListRecordSetsRequest.
307
307
 
308
- 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
308
+ 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
309
309
 
310
310
  :return: The name of this ListRecordSetsRequest.
311
311
  :rtype: str
@@ -316,7 +316,7 @@ class ListRecordSetsRequest:
316
316
  def name(self, name):
317
317
  r"""Sets the name of this ListRecordSetsRequest.
318
318
 
319
- 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
319
+ 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
320
320
 
321
321
  :param name: The name of this ListRecordSetsRequest.
322
322
  :type name: str
@@ -327,7 +327,7 @@ class ListRecordSetsRequest:
327
327
  def id(self):
328
328
  r"""Gets the id of this ListRecordSetsRequest.
329
329
 
330
- 待查询的Record Set的id包含此id
330
+ 待查询的记录集ID
331
331
 
332
332
  :return: The id of this ListRecordSetsRequest.
333
333
  :rtype: str
@@ -338,7 +338,7 @@ class ListRecordSetsRequest:
338
338
  def id(self, id):
339
339
  r"""Sets the id of this ListRecordSetsRequest.
340
340
 
341
- 待查询的Record Set的id包含此id
341
+ 待查询的记录集ID
342
342
 
343
343
  :param id: The id of this ListRecordSetsRequest.
344
344
  :type id: str
@@ -349,7 +349,7 @@ class ListRecordSetsRequest:
349
349
  def records(self):
350
350
  r"""Gets the records of this ListRecordSetsRequest.
351
351
 
352
- 待查询的Record Set的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
352
+ 待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
353
353
 
354
354
  :return: The records of this ListRecordSetsRequest.
355
355
  :rtype: str
@@ -360,7 +360,7 @@ class ListRecordSetsRequest:
360
360
  def records(self, records):
361
361
  r"""Sets the records of this ListRecordSetsRequest.
362
362
 
363
- 待查询的Record Set的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
363
+ 待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
364
364
 
365
365
  :param records: The records of this ListRecordSetsRequest.
366
366
  :type records: str
@@ -371,7 +371,7 @@ class ListRecordSetsRequest:
371
371
  def sort_key(self):
372
372
  r"""Gets the sort_key of this ListRecordSetsRequest.
373
373
 
374
- 查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
374
+ 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
375
375
 
376
376
  :return: The sort_key of this ListRecordSetsRequest.
377
377
  :rtype: str
@@ -382,7 +382,7 @@ class ListRecordSetsRequest:
382
382
  def sort_key(self, sort_key):
383
383
  r"""Sets the sort_key of this ListRecordSetsRequest.
384
384
 
385
- 查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
385
+ 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
386
386
 
387
387
  :param sort_key: The sort_key of this ListRecordSetsRequest.
388
388
  :type sort_key: str
@@ -393,7 +393,7 @@ class ListRecordSetsRequest:
393
393
  def sort_dir(self):
394
394
  r"""Gets the sort_dir of this ListRecordSetsRequest.
395
395
 
396
- 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
396
+ 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
397
397
 
398
398
  :return: The sort_dir of this ListRecordSetsRequest.
399
399
  :rtype: str
@@ -404,7 +404,7 @@ class ListRecordSetsRequest:
404
404
  def sort_dir(self, sort_dir):
405
405
  r"""Sets the sort_dir of this ListRecordSetsRequest.
406
406
 
407
- 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
407
+ 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
408
408
 
409
409
  :param sort_dir: The sort_dir of this ListRecordSetsRequest.
410
410
  :type sort_dir: str
@@ -36,7 +36,7 @@ class ListRecordSetsResponse(SdkResponse):
36
36
 
37
37
  :param links:
38
38
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
39
- :param recordsets: recordset列表对象。
39
+ :param recordsets: 记录集列表对象。
40
40
  :type recordsets: list[:class:`huaweicloudsdkdns.v2.ListRecordSetsWithTags`]
41
41
  :param metadata:
42
42
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -78,7 +78,7 @@ class ListRecordSetsResponse(SdkResponse):
78
78
  def recordsets(self):
79
79
  r"""Gets the recordsets of this ListRecordSetsResponse.
80
80
 
81
- recordset列表对象。
81
+ 记录集列表对象。
82
82
 
83
83
  :return: The recordsets of this ListRecordSetsResponse.
84
84
  :rtype: list[:class:`huaweicloudsdkdns.v2.ListRecordSetsWithTags`]
@@ -89,7 +89,7 @@ class ListRecordSetsResponse(SdkResponse):
89
89
  def recordsets(self, recordsets):
90
90
  r"""Sets the recordsets of this ListRecordSetsResponse.
91
91
 
92
- recordset列表对象。
92
+ 记录集列表对象。
93
93
 
94
94
  :param recordsets: The recordsets of this ListRecordSetsResponse.
95
95
  :type recordsets: list[:class:`huaweicloudsdkdns.v2.ListRecordSetsWithTags`]