huaweicloudsdkdns 3.1.145__py2.py3-none-any.whl → 3.1.147__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.
- huaweicloudsdkdns/v2/__init__.py +82 -1
- huaweicloudsdkdns/v2/dns_async_client.py +2933 -1055
- huaweicloudsdkdns/v2/dns_client.py +2933 -1055
- huaweicloudsdkdns/v2/model/__init__.py +82 -1
- huaweicloudsdkdns/v2/model/alias_target.py +3 -3
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/associate_or_disassociate_router_with_rule_request_body.py +110 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/associate_router_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +3 -3
- huaweicloudsdkdns/v2/model/batch_create_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request_body.py +115 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_response.py +85 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set.py +9 -9
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +12 -12
- huaweicloudsdkdns/v2/model/create_endpoint_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_endpoint_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_line_groups_resp.py +3 -3
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +9 -9
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/create_ptr_req.py +12 -12
- huaweicloudsdkdns/v2/model/create_ptr_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_ptr_request_body.py +255 -0
- huaweicloudsdkdns/v2/model/create_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +6 -6
- huaweicloudsdkdns/v2/model/create_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +12 -12
- huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +27 -27
- huaweicloudsdkdns/v2/model/create_resolver_rule_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/delete_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/delete_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_ptr_response.py +85 -0
- huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/delete_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/delete_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/delete_record_sets_request.py +6 -6
- huaweicloudsdkdns/v2/model/delete_record_sets_response.py +27 -27
- huaweicloudsdkdns/v2/model/delete_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/disable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/disable_dnssec_config_response.py +116 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_request.py +142 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/disassociate_router_request.py +3 -3
- huaweicloudsdkdns/v2/model/enable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/enable_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/endpoint_resp.py +347 -0
- huaweicloudsdkdns/v2/model/floating_ips_ptr.py +339 -0
- huaweicloudsdkdns/v2/model/ip_info.py +115 -0
- huaweicloudsdkdns/v2/model/ip_value.py +115 -0
- huaweicloudsdkdns/v2/model/ipaddress_info.py +143 -0
- huaweicloudsdkdns/v2/model/ipaddresses.py +110 -0
- huaweicloudsdkdns/v2/model/ipaddresses_data.py +289 -0
- huaweicloudsdkdns/v2/model/line.py +6 -6
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py +114 -0
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py +116 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +173 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_endpoints_request.py +230 -0
- huaweicloudsdkdns/v2/model/list_endpoints_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +15 -15
- huaweicloudsdkdns/v2/model/list_private_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +12 -12
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptrs_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_ptrs_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +172 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zones_request.py +18 -18
- huaweicloudsdkdns/v2/model/list_public_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets.py +27 -27
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +24 -24
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
- huaweicloudsdkdns/v2/model/list_record_sets_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +27 -27
- huaweicloudsdkdns/v2/model/list_resolver_rule_param.py +376 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_response.py +191 -0
- huaweicloudsdkdns/v2/model/match.py +3 -3
- huaweicloudsdkdns/v2/model/page_info.py +173 -0
- huaweicloudsdkdns/v2/model/private_zone_resp.py +42 -42
- huaweicloudsdkdns/v2/model/public_ip_req.py +144 -0
- huaweicloudsdkdns/v2/model/public_ip_res.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_lines.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_resp.py +39 -39
- huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +57 -28
- huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +27 -27
- huaweicloudsdkdns/v2/model/recordset_data.py +27 -27
- huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
- huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
- huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request.py +139 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_response.py +85 -0
- huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +3 -3
- huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/show_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +12 -12
- huaweicloudsdkdns/v2/model/show_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +45 -45
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_resp_param.py +405 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_resource_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/update_endpoint_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_endpoint_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/update_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/update_line_groups_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_line_groups_response.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/update_private_zone_status_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_private_zone_status_response.py +518 -0
- huaweicloudsdkdns/v2/model/update_ptr_record_response.py +12 -12
- huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
- huaweicloudsdkdns/v2/model/update_ptr_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_ptr_request_body.py +172 -0
- huaweicloudsdkdns/v2/model/update_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/update_public_zone_info.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +36 -36
- huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +7 -7
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +36 -36
- huaweicloudsdkdns/v2/model/update_record_set_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/update_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/update_record_sets_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_record_sets_request.py +6 -6
- huaweicloudsdkdns/v2/model/update_record_sets_response.py +27 -27
- huaweicloudsdkdns/v2/model/update_resolver_rule_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_request_body.py +144 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/{update_public_zone_status_request_body.py → update_zone_status_request_body.py} +10 -10
- huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
- huaweicloudsdkdns/v2/model/zone_data.py +52 -52
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/METADATA +2 -2
- huaweicloudsdkdns-3.1.147.dist-info/RECORD +273 -0
- huaweicloudsdkdns-3.1.145.dist-info/RECORD +0 -192
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.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:
|
58
|
+
:param id: 记录集的ID。
|
59
59
|
:type id: str
|
60
|
-
:param name:
|
60
|
+
:param name: 记录集的名称。
|
61
61
|
:type name: str
|
62
|
-
:param description:
|
62
|
+
:param description: 记录集的描述信息。
|
63
63
|
:type description: str
|
64
|
-
:param zone_id:
|
64
|
+
:param zone_id: 托管该记录的域名ID。
|
65
65
|
:type zone_id: str
|
66
|
-
:param 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:
|
80
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
81
81
|
:type default: bool
|
82
|
-
:param project_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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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:
|
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:
|
66
|
+
:param status: 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
67
67
|
:type status: str
|
68
|
-
:param type:
|
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:
|
70
|
+
:param name: 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
71
71
|
:type name: str
|
72
|
-
:param id:
|
72
|
+
:param id: 待查询的记录集ID。
|
73
73
|
:type id: str
|
74
|
-
:param sort_key:
|
74
|
+
:param sort_key: 查询结果中记录集列表的排序字段。 取值范围为: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
75
75
|
:type sort_key: str
|
76
|
-
:param sort_dir:
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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:
|
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
|
-
|
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
|
-
|
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:
|
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:
|
68
|
+
:param status: 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
69
69
|
:type status: str
|
70
|
-
:param type:
|
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:
|
72
|
+
:param name: 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
73
73
|
:type name: str
|
74
|
-
:param id:
|
74
|
+
:param id: 待查询的记录集ID。
|
75
75
|
:type id: str
|
76
|
-
:param records:
|
76
|
+
:param records: 待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
|
77
77
|
:type records: str
|
78
|
-
:param sort_key:
|
78
|
+
:param sort_key: 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
79
79
|
:type sort_key: str
|
80
|
-
:param sort_dir:
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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:
|
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
|
-
|
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
|
-
|
92
|
+
记录集列表对象。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this ListRecordSetsResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.ListRecordSetsWithTags`]
|