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
@@ -59,7 +59,7 @@ class ListRecordSetsWithLineRequest:
|
|
59
59
|
|
60
60
|
The model defined in huaweicloud sdk
|
61
61
|
|
62
|
-
:param zone_type:
|
62
|
+
:param zone_type: 待查询的记录集的域名类型。 取值范围: public: 公网域名 private: 内网域名 默认值为public。
|
63
63
|
:type zone_type: str
|
64
64
|
:param marker: 分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
|
65
65
|
:type marker: str
|
@@ -67,29 +67,29 @@ class ListRecordSetsWithLineRequest:
|
|
67
67
|
:type limit: int
|
68
68
|
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
|
69
69
|
:type offset: int
|
70
|
-
:param zone_id:
|
70
|
+
:param zone_id: 域名的ID。
|
71
71
|
:type zone_id: str
|
72
72
|
:param line_id: 解析线路ID。
|
73
73
|
:type line_id: str
|
74
|
-
:param tags: 资源标签。 取值格式:key1,value1|key2,value2
|
74
|
+
:param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
75
75
|
:type tags: str
|
76
|
-
:param status:
|
76
|
+
:param status: 待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
77
77
|
:type status: str
|
78
|
-
:param type:
|
78
|
+
:param type: 待查询的记录集的类型。 取值范围:A、CNAME、MX、AAAA、TXT、SRV、NS、CAA
|
79
79
|
:type type: str
|
80
|
-
:param name:
|
80
|
+
:param name: 待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
81
81
|
:type name: str
|
82
|
-
:param id:
|
82
|
+
:param id: 待查询的记录集ID。
|
83
83
|
:type id: str
|
84
|
-
:param records:
|
84
|
+
:param records: 待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
|
85
85
|
:type records: str
|
86
|
-
:param sort_key:
|
86
|
+
:param sort_key: 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
87
87
|
:type sort_key: str
|
88
|
-
:param sort_dir:
|
88
|
+
:param sort_dir: 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
89
89
|
:type sort_dir: str
|
90
90
|
:param health_check_id: 健康检查ID。 搜索模式默认为模糊搜索。 默认值为空。
|
91
91
|
:type health_check_id: str
|
92
|
-
:param search_mode: 查询条件搜索模式。 取值范围:
|
92
|
+
:param search_mode: 查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
93
93
|
:type search_mode: str
|
94
94
|
"""
|
95
95
|
|
@@ -150,7 +150,7 @@ class ListRecordSetsWithLineRequest:
|
|
150
150
|
def zone_type(self):
|
151
151
|
r"""Gets the zone_type of this ListRecordSetsWithLineRequest.
|
152
152
|
|
153
|
-
|
153
|
+
待查询的记录集的域名类型。 取值范围: public: 公网域名 private: 内网域名 默认值为public。
|
154
154
|
|
155
155
|
:return: The zone_type of this ListRecordSetsWithLineRequest.
|
156
156
|
:rtype: str
|
@@ -161,7 +161,7 @@ class ListRecordSetsWithLineRequest:
|
|
161
161
|
def zone_type(self, zone_type):
|
162
162
|
r"""Sets the zone_type of this ListRecordSetsWithLineRequest.
|
163
163
|
|
164
|
-
|
164
|
+
待查询的记录集的域名类型。 取值范围: public: 公网域名 private: 内网域名 默认值为public。
|
165
165
|
|
166
166
|
:param zone_type: The zone_type of this ListRecordSetsWithLineRequest.
|
167
167
|
:type zone_type: str
|
@@ -238,7 +238,7 @@ class ListRecordSetsWithLineRequest:
|
|
238
238
|
def zone_id(self):
|
239
239
|
r"""Gets the zone_id of this ListRecordSetsWithLineRequest.
|
240
240
|
|
241
|
-
|
241
|
+
域名的ID。
|
242
242
|
|
243
243
|
:return: The zone_id of this ListRecordSetsWithLineRequest.
|
244
244
|
:rtype: str
|
@@ -249,7 +249,7 @@ class ListRecordSetsWithLineRequest:
|
|
249
249
|
def zone_id(self, zone_id):
|
250
250
|
r"""Sets the zone_id of this ListRecordSetsWithLineRequest.
|
251
251
|
|
252
|
-
|
252
|
+
域名的ID。
|
253
253
|
|
254
254
|
:param zone_id: The zone_id of this ListRecordSetsWithLineRequest.
|
255
255
|
:type zone_id: str
|
@@ -282,7 +282,7 @@ class ListRecordSetsWithLineRequest:
|
|
282
282
|
def tags(self):
|
283
283
|
r"""Gets the tags of this ListRecordSetsWithLineRequest.
|
284
284
|
|
285
|
-
资源标签。 取值格式:key1,value1|key2,value2
|
285
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
286
286
|
|
287
287
|
:return: The tags of this ListRecordSetsWithLineRequest.
|
288
288
|
:rtype: str
|
@@ -293,7 +293,7 @@ class ListRecordSetsWithLineRequest:
|
|
293
293
|
def tags(self, tags):
|
294
294
|
r"""Sets the tags of this ListRecordSetsWithLineRequest.
|
295
295
|
|
296
|
-
资源标签。 取值格式:key1,value1|key2,value2
|
296
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
297
297
|
|
298
298
|
:param tags: The tags of this ListRecordSetsWithLineRequest.
|
299
299
|
:type tags: str
|
@@ -304,7 +304,7 @@ class ListRecordSetsWithLineRequest:
|
|
304
304
|
def status(self):
|
305
305
|
r"""Gets the status of this ListRecordSetsWithLineRequest.
|
306
306
|
|
307
|
-
|
307
|
+
待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
308
308
|
|
309
309
|
:return: The status of this ListRecordSetsWithLineRequest.
|
310
310
|
:rtype: str
|
@@ -315,7 +315,7 @@ class ListRecordSetsWithLineRequest:
|
|
315
315
|
def status(self, status):
|
316
316
|
r"""Sets the status of this ListRecordSetsWithLineRequest.
|
317
317
|
|
318
|
-
|
318
|
+
待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
319
319
|
|
320
320
|
:param status: The status of this ListRecordSetsWithLineRequest.
|
321
321
|
:type status: str
|
@@ -326,7 +326,7 @@ class ListRecordSetsWithLineRequest:
|
|
326
326
|
def type(self):
|
327
327
|
r"""Gets the type of this ListRecordSetsWithLineRequest.
|
328
328
|
|
329
|
-
|
329
|
+
待查询的记录集的类型。 取值范围:A、CNAME、MX、AAAA、TXT、SRV、NS、CAA
|
330
330
|
|
331
331
|
:return: The type of this ListRecordSetsWithLineRequest.
|
332
332
|
:rtype: str
|
@@ -337,7 +337,7 @@ class ListRecordSetsWithLineRequest:
|
|
337
337
|
def type(self, type):
|
338
338
|
r"""Sets the type of this ListRecordSetsWithLineRequest.
|
339
339
|
|
340
|
-
|
340
|
+
待查询的记录集的类型。 取值范围:A、CNAME、MX、AAAA、TXT、SRV、NS、CAA
|
341
341
|
|
342
342
|
:param type: The type of this ListRecordSetsWithLineRequest.
|
343
343
|
:type type: str
|
@@ -348,7 +348,7 @@ class ListRecordSetsWithLineRequest:
|
|
348
348
|
def name(self):
|
349
349
|
r"""Gets the name of this ListRecordSetsWithLineRequest.
|
350
350
|
|
351
|
-
|
351
|
+
待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
352
352
|
|
353
353
|
:return: The name of this ListRecordSetsWithLineRequest.
|
354
354
|
:rtype: str
|
@@ -359,7 +359,7 @@ class ListRecordSetsWithLineRequest:
|
|
359
359
|
def name(self, name):
|
360
360
|
r"""Sets the name of this ListRecordSetsWithLineRequest.
|
361
361
|
|
362
|
-
|
362
|
+
待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
363
363
|
|
364
364
|
:param name: The name of this ListRecordSetsWithLineRequest.
|
365
365
|
:type name: str
|
@@ -370,7 +370,7 @@ class ListRecordSetsWithLineRequest:
|
|
370
370
|
def id(self):
|
371
371
|
r"""Gets the id of this ListRecordSetsWithLineRequest.
|
372
372
|
|
373
|
-
|
373
|
+
待查询的记录集ID。
|
374
374
|
|
375
375
|
:return: The id of this ListRecordSetsWithLineRequest.
|
376
376
|
:rtype: str
|
@@ -381,7 +381,7 @@ class ListRecordSetsWithLineRequest:
|
|
381
381
|
def id(self, id):
|
382
382
|
r"""Sets the id of this ListRecordSetsWithLineRequest.
|
383
383
|
|
384
|
-
|
384
|
+
待查询的记录集ID。
|
385
385
|
|
386
386
|
:param id: The id of this ListRecordSetsWithLineRequest.
|
387
387
|
:type id: str
|
@@ -392,7 +392,7 @@ class ListRecordSetsWithLineRequest:
|
|
392
392
|
def records(self):
|
393
393
|
r"""Gets the records of this ListRecordSetsWithLineRequest.
|
394
394
|
|
395
|
-
|
395
|
+
待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
|
396
396
|
|
397
397
|
:return: The records of this ListRecordSetsWithLineRequest.
|
398
398
|
:rtype: str
|
@@ -403,7 +403,7 @@ class ListRecordSetsWithLineRequest:
|
|
403
403
|
def records(self, records):
|
404
404
|
r"""Sets the records of this ListRecordSetsWithLineRequest.
|
405
405
|
|
406
|
-
|
406
|
+
待查询的记录集的值中包含此records。 搜索模式默认为模糊搜索。 默认值为空。
|
407
407
|
|
408
408
|
:param records: The records of this ListRecordSetsWithLineRequest.
|
409
409
|
:type records: str
|
@@ -414,7 +414,7 @@ class ListRecordSetsWithLineRequest:
|
|
414
414
|
def sort_key(self):
|
415
415
|
r"""Gets the sort_key of this ListRecordSetsWithLineRequest.
|
416
416
|
|
417
|
-
|
417
|
+
查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
418
418
|
|
419
419
|
:return: The sort_key of this ListRecordSetsWithLineRequest.
|
420
420
|
:rtype: str
|
@@ -425,7 +425,7 @@ class ListRecordSetsWithLineRequest:
|
|
425
425
|
def sort_key(self, sort_key):
|
426
426
|
r"""Sets the sort_key of this ListRecordSetsWithLineRequest.
|
427
427
|
|
428
|
-
|
428
|
+
查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
429
429
|
|
430
430
|
:param sort_key: The sort_key of this ListRecordSetsWithLineRequest.
|
431
431
|
:type sort_key: str
|
@@ -436,7 +436,7 @@ class ListRecordSetsWithLineRequest:
|
|
436
436
|
def sort_dir(self):
|
437
437
|
r"""Gets the sort_dir of this ListRecordSetsWithLineRequest.
|
438
438
|
|
439
|
-
|
439
|
+
查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
440
440
|
|
441
441
|
:return: The sort_dir of this ListRecordSetsWithLineRequest.
|
442
442
|
:rtype: str
|
@@ -447,7 +447,7 @@ class ListRecordSetsWithLineRequest:
|
|
447
447
|
def sort_dir(self, sort_dir):
|
448
448
|
r"""Sets the sort_dir of this ListRecordSetsWithLineRequest.
|
449
449
|
|
450
|
-
|
450
|
+
查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
451
451
|
|
452
452
|
:param sort_dir: The sort_dir of this ListRecordSetsWithLineRequest.
|
453
453
|
:type sort_dir: str
|
@@ -480,7 +480,7 @@ class ListRecordSetsWithLineRequest:
|
|
480
480
|
def search_mode(self):
|
481
481
|
r"""Gets the search_mode of this ListRecordSetsWithLineRequest.
|
482
482
|
|
483
|
-
查询条件搜索模式。 取值范围:
|
483
|
+
查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
484
484
|
|
485
485
|
:return: The search_mode of this ListRecordSetsWithLineRequest.
|
486
486
|
:rtype: str
|
@@ -491,7 +491,7 @@ class ListRecordSetsWithLineRequest:
|
|
491
491
|
def search_mode(self, search_mode):
|
492
492
|
r"""Sets the search_mode of this ListRecordSetsWithLineRequest.
|
493
493
|
|
494
|
-
查询条件搜索模式。 取值范围:
|
494
|
+
查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
495
495
|
|
496
496
|
:param search_mode: The search_mode of this ListRecordSetsWithLineRequest.
|
497
497
|
:type search_mode: str
|
@@ -36,7 +36,7 @@ class ListRecordSetsWithLineResponse(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.QueryRecordSetWithLineAndTagsResp`]
|
41
41
|
:param metadata:
|
42
42
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -78,7 +78,7 @@ class ListRecordSetsWithLineResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this ListRecordSetsWithLineResponse.
|
80
80
|
|
81
|
-
|
81
|
+
记录集列表信息。
|
82
82
|
|
83
83
|
:return: The recordsets of this ListRecordSetsWithLineResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineAndTagsResp`]
|
@@ -89,7 +89,7 @@ class ListRecordSetsWithLineResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this ListRecordSetsWithLineResponse.
|
91
91
|
|
92
|
-
|
92
|
+
记录集列表信息。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this ListRecordSetsWithLineResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineAndTagsResp`]
|
@@ -57,15 +57,15 @@ class ListRecordSetsWithTags:
|
|
57
57
|
|
58
58
|
The model defined in huaweicloud sdk
|
59
59
|
|
60
|
-
:param id:
|
60
|
+
:param id: 记录集的ID。
|
61
61
|
:type id: str
|
62
|
-
:param name:
|
62
|
+
:param name: 记录集的名称。
|
63
63
|
:type name: str
|
64
|
-
:param description:
|
64
|
+
:param description: 记录集的描述信息。
|
65
65
|
:type description: str
|
66
|
-
:param zone_id:
|
66
|
+
:param zone_id: 托管该记录的域名ID。
|
67
67
|
:type zone_id: str
|
68
|
-
:param zone_name:
|
68
|
+
:param zone_name: 托管该记录的域名。
|
69
69
|
:type zone_name: str
|
70
70
|
:param type: 记录类型。
|
71
71
|
:type type: str
|
@@ -73,15 +73,15 @@ class ListRecordSetsWithTags:
|
|
73
73
|
:type ttl: int
|
74
74
|
:param records: 域名解析后的值。
|
75
75
|
:type records: list[str]
|
76
|
-
:param create_at: 创建时间。
|
76
|
+
:param create_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
77
77
|
:type create_at: str
|
78
|
-
:param update_at: 更新时间。
|
78
|
+
:param update_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
79
79
|
:type update_at: str
|
80
80
|
:param status: 资源状态。
|
81
81
|
:type status: str
|
82
|
-
:param default:
|
82
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
83
83
|
:type default: bool
|
84
|
-
:param project_id:
|
84
|
+
:param project_id: 该记录集所属的项目ID。
|
85
85
|
:type project_id: str
|
86
86
|
:param links:
|
87
87
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -143,7 +143,7 @@ class ListRecordSetsWithTags:
|
|
143
143
|
def id(self):
|
144
144
|
r"""Gets the id of this ListRecordSetsWithTags.
|
145
145
|
|
146
|
-
|
146
|
+
记录集的ID。
|
147
147
|
|
148
148
|
:return: The id of this ListRecordSetsWithTags.
|
149
149
|
:rtype: str
|
@@ -154,7 +154,7 @@ class ListRecordSetsWithTags:
|
|
154
154
|
def id(self, id):
|
155
155
|
r"""Sets the id of this ListRecordSetsWithTags.
|
156
156
|
|
157
|
-
|
157
|
+
记录集的ID。
|
158
158
|
|
159
159
|
:param id: The id of this ListRecordSetsWithTags.
|
160
160
|
:type id: str
|
@@ -165,7 +165,7 @@ class ListRecordSetsWithTags:
|
|
165
165
|
def name(self):
|
166
166
|
r"""Gets the name of this ListRecordSetsWithTags.
|
167
167
|
|
168
|
-
|
168
|
+
记录集的名称。
|
169
169
|
|
170
170
|
:return: The name of this ListRecordSetsWithTags.
|
171
171
|
:rtype: str
|
@@ -176,7 +176,7 @@ class ListRecordSetsWithTags:
|
|
176
176
|
def name(self, name):
|
177
177
|
r"""Sets the name of this ListRecordSetsWithTags.
|
178
178
|
|
179
|
-
|
179
|
+
记录集的名称。
|
180
180
|
|
181
181
|
:param name: The name of this ListRecordSetsWithTags.
|
182
182
|
:type name: str
|
@@ -187,7 +187,7 @@ class ListRecordSetsWithTags:
|
|
187
187
|
def description(self):
|
188
188
|
r"""Gets the description of this ListRecordSetsWithTags.
|
189
189
|
|
190
|
-
|
190
|
+
记录集的描述信息。
|
191
191
|
|
192
192
|
:return: The description of this ListRecordSetsWithTags.
|
193
193
|
:rtype: str
|
@@ -198,7 +198,7 @@ class ListRecordSetsWithTags:
|
|
198
198
|
def description(self, description):
|
199
199
|
r"""Sets the description of this ListRecordSetsWithTags.
|
200
200
|
|
201
|
-
|
201
|
+
记录集的描述信息。
|
202
202
|
|
203
203
|
:param description: The description of this ListRecordSetsWithTags.
|
204
204
|
:type description: str
|
@@ -209,7 +209,7 @@ class ListRecordSetsWithTags:
|
|
209
209
|
def zone_id(self):
|
210
210
|
r"""Gets the zone_id of this ListRecordSetsWithTags.
|
211
211
|
|
212
|
-
|
212
|
+
托管该记录的域名ID。
|
213
213
|
|
214
214
|
:return: The zone_id of this ListRecordSetsWithTags.
|
215
215
|
:rtype: str
|
@@ -220,7 +220,7 @@ class ListRecordSetsWithTags:
|
|
220
220
|
def zone_id(self, zone_id):
|
221
221
|
r"""Sets the zone_id of this ListRecordSetsWithTags.
|
222
222
|
|
223
|
-
|
223
|
+
托管该记录的域名ID。
|
224
224
|
|
225
225
|
:param zone_id: The zone_id of this ListRecordSetsWithTags.
|
226
226
|
:type zone_id: str
|
@@ -231,7 +231,7 @@ class ListRecordSetsWithTags:
|
|
231
231
|
def zone_name(self):
|
232
232
|
r"""Gets the zone_name of this ListRecordSetsWithTags.
|
233
233
|
|
234
|
-
|
234
|
+
托管该记录的域名。
|
235
235
|
|
236
236
|
:return: The zone_name of this ListRecordSetsWithTags.
|
237
237
|
:rtype: str
|
@@ -242,7 +242,7 @@ class ListRecordSetsWithTags:
|
|
242
242
|
def zone_name(self, zone_name):
|
243
243
|
r"""Sets the zone_name of this ListRecordSetsWithTags.
|
244
244
|
|
245
|
-
|
245
|
+
托管该记录的域名。
|
246
246
|
|
247
247
|
:param zone_name: The zone_name of this ListRecordSetsWithTags.
|
248
248
|
:type zone_name: str
|
@@ -319,7 +319,7 @@ class ListRecordSetsWithTags:
|
|
319
319
|
def create_at(self):
|
320
320
|
r"""Gets the create_at of this ListRecordSetsWithTags.
|
321
321
|
|
322
|
-
创建时间。
|
322
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
323
323
|
|
324
324
|
:return: The create_at of this ListRecordSetsWithTags.
|
325
325
|
:rtype: str
|
@@ -330,7 +330,7 @@ class ListRecordSetsWithTags:
|
|
330
330
|
def create_at(self, create_at):
|
331
331
|
r"""Sets the create_at of this ListRecordSetsWithTags.
|
332
332
|
|
333
|
-
创建时间。
|
333
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
334
334
|
|
335
335
|
:param create_at: The create_at of this ListRecordSetsWithTags.
|
336
336
|
:type create_at: str
|
@@ -341,7 +341,7 @@ class ListRecordSetsWithTags:
|
|
341
341
|
def update_at(self):
|
342
342
|
r"""Gets the update_at of this ListRecordSetsWithTags.
|
343
343
|
|
344
|
-
更新时间。
|
344
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
345
345
|
|
346
346
|
:return: The update_at of this ListRecordSetsWithTags.
|
347
347
|
:rtype: str
|
@@ -352,7 +352,7 @@ class ListRecordSetsWithTags:
|
|
352
352
|
def update_at(self, update_at):
|
353
353
|
r"""Sets the update_at of this ListRecordSetsWithTags.
|
354
354
|
|
355
|
-
更新时间。
|
355
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
356
356
|
|
357
357
|
:param update_at: The update_at of this ListRecordSetsWithTags.
|
358
358
|
:type update_at: str
|
@@ -385,7 +385,7 @@ class ListRecordSetsWithTags:
|
|
385
385
|
def default(self):
|
386
386
|
r"""Gets the default of this ListRecordSetsWithTags.
|
387
387
|
|
388
|
-
|
388
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
389
389
|
|
390
390
|
:return: The default of this ListRecordSetsWithTags.
|
391
391
|
:rtype: bool
|
@@ -396,7 +396,7 @@ class ListRecordSetsWithTags:
|
|
396
396
|
def default(self, default):
|
397
397
|
r"""Sets the default of this ListRecordSetsWithTags.
|
398
398
|
|
399
|
-
|
399
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
400
400
|
|
401
401
|
:param default: The default of this ListRecordSetsWithTags.
|
402
402
|
:type default: bool
|
@@ -407,7 +407,7 @@ class ListRecordSetsWithTags:
|
|
407
407
|
def project_id(self):
|
408
408
|
r"""Gets the project_id of this ListRecordSetsWithTags.
|
409
409
|
|
410
|
-
|
410
|
+
该记录集所属的项目ID。
|
411
411
|
|
412
412
|
:return: The project_id of this ListRecordSetsWithTags.
|
413
413
|
:rtype: str
|
@@ -418,7 +418,7 @@ class ListRecordSetsWithTags:
|
|
418
418
|
def project_id(self, project_id):
|
419
419
|
r"""Sets the project_id of this ListRecordSetsWithTags.
|
420
420
|
|
421
|
-
|
421
|
+
该记录集所属的项目ID。
|
422
422
|
|
423
423
|
:param project_id: The project_id of this ListRecordSetsWithTags.
|
424
424
|
:type project_id: str
|