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
@@ -60,37 +60,37 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
60
60
|
|
61
61
|
The model defined in huaweicloud sdk
|
62
62
|
|
63
|
-
:param id:
|
63
|
+
:param id: 域名ID。
|
64
64
|
:type id: str
|
65
|
-
:param name:
|
65
|
+
:param name: 域名。
|
66
66
|
:type name: str
|
67
|
-
:param description:
|
67
|
+
:param description: 对域名的描述信息。
|
68
68
|
:type description: str
|
69
|
-
:param email:
|
69
|
+
:param email: 管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
70
70
|
:type email: str
|
71
|
-
:param zone_type:
|
71
|
+
:param zone_type: 域名类型,公网(public)。
|
72
72
|
:type zone_type: str
|
73
|
-
:param ttl:
|
73
|
+
:param ttl: 该域名下SOA记录中的ttl值。
|
74
74
|
:type ttl: int
|
75
|
-
:param serial:
|
75
|
+
:param serial: 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
76
76
|
:type serial: int
|
77
|
-
:param status:
|
77
|
+
:param status: 资源状态。
|
78
78
|
:type status: str
|
79
|
-
:param record_num:
|
79
|
+
:param record_num: 该域名下的记录集个数。
|
80
80
|
:type record_num: int
|
81
|
-
:param pool_id:
|
81
|
+
:param pool_id: 托管该域名的pool,由系统分配。
|
82
82
|
:type pool_id: str
|
83
|
-
:param created_at:
|
83
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
84
84
|
:type created_at: str
|
85
|
-
:param updated_at:
|
85
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
86
86
|
:type updated_at: str
|
87
|
-
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36
|
87
|
+
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符。
|
88
88
|
:type enterprise_project_id: str
|
89
|
-
:param masters: 主从模式中,从DNS服务器获取DNS
|
89
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
90
90
|
:type masters: list[str]
|
91
91
|
:param links:
|
92
92
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
93
|
-
:param project_id:
|
93
|
+
:param project_id: 域名所属的项目ID。
|
94
94
|
:type project_id: str
|
95
95
|
"""
|
96
96
|
|
@@ -151,7 +151,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
151
151
|
def id(self):
|
152
152
|
r"""Gets the id of this ShowPublicZoneResponse.
|
153
153
|
|
154
|
-
|
154
|
+
域名ID。
|
155
155
|
|
156
156
|
:return: The id of this ShowPublicZoneResponse.
|
157
157
|
:rtype: str
|
@@ -162,7 +162,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
162
162
|
def id(self, id):
|
163
163
|
r"""Sets the id of this ShowPublicZoneResponse.
|
164
164
|
|
165
|
-
|
165
|
+
域名ID。
|
166
166
|
|
167
167
|
:param id: The id of this ShowPublicZoneResponse.
|
168
168
|
:type id: str
|
@@ -173,7 +173,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
173
173
|
def name(self):
|
174
174
|
r"""Gets the name of this ShowPublicZoneResponse.
|
175
175
|
|
176
|
-
|
176
|
+
域名。
|
177
177
|
|
178
178
|
:return: The name of this ShowPublicZoneResponse.
|
179
179
|
:rtype: str
|
@@ -184,7 +184,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
184
184
|
def name(self, name):
|
185
185
|
r"""Sets the name of this ShowPublicZoneResponse.
|
186
186
|
|
187
|
-
|
187
|
+
域名。
|
188
188
|
|
189
189
|
:param name: The name of this ShowPublicZoneResponse.
|
190
190
|
:type name: str
|
@@ -195,7 +195,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
195
195
|
def description(self):
|
196
196
|
r"""Gets the description of this ShowPublicZoneResponse.
|
197
197
|
|
198
|
-
|
198
|
+
对域名的描述信息。
|
199
199
|
|
200
200
|
:return: The description of this ShowPublicZoneResponse.
|
201
201
|
:rtype: str
|
@@ -206,7 +206,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
206
206
|
def description(self, description):
|
207
207
|
r"""Sets the description of this ShowPublicZoneResponse.
|
208
208
|
|
209
|
-
|
209
|
+
对域名的描述信息。
|
210
210
|
|
211
211
|
:param description: The description of this ShowPublicZoneResponse.
|
212
212
|
:type description: str
|
@@ -217,7 +217,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
217
217
|
def email(self):
|
218
218
|
r"""Gets the email of this ShowPublicZoneResponse.
|
219
219
|
|
220
|
-
|
220
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
221
221
|
|
222
222
|
:return: The email of this ShowPublicZoneResponse.
|
223
223
|
:rtype: str
|
@@ -228,7 +228,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
228
228
|
def email(self, email):
|
229
229
|
r"""Sets the email of this ShowPublicZoneResponse.
|
230
230
|
|
231
|
-
|
231
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
232
232
|
|
233
233
|
:param email: The email of this ShowPublicZoneResponse.
|
234
234
|
:type email: str
|
@@ -239,7 +239,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
239
239
|
def zone_type(self):
|
240
240
|
r"""Gets the zone_type of this ShowPublicZoneResponse.
|
241
241
|
|
242
|
-
|
242
|
+
域名类型,公网(public)。
|
243
243
|
|
244
244
|
:return: The zone_type of this ShowPublicZoneResponse.
|
245
245
|
:rtype: str
|
@@ -250,7 +250,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
250
250
|
def zone_type(self, zone_type):
|
251
251
|
r"""Sets the zone_type of this ShowPublicZoneResponse.
|
252
252
|
|
253
|
-
|
253
|
+
域名类型,公网(public)。
|
254
254
|
|
255
255
|
:param zone_type: The zone_type of this ShowPublicZoneResponse.
|
256
256
|
:type zone_type: str
|
@@ -261,7 +261,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
261
261
|
def ttl(self):
|
262
262
|
r"""Gets the ttl of this ShowPublicZoneResponse.
|
263
263
|
|
264
|
-
|
264
|
+
该域名下SOA记录中的ttl值。
|
265
265
|
|
266
266
|
:return: The ttl of this ShowPublicZoneResponse.
|
267
267
|
:rtype: int
|
@@ -272,7 +272,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
272
272
|
def ttl(self, ttl):
|
273
273
|
r"""Sets the ttl of this ShowPublicZoneResponse.
|
274
274
|
|
275
|
-
|
275
|
+
该域名下SOA记录中的ttl值。
|
276
276
|
|
277
277
|
:param ttl: The ttl of this ShowPublicZoneResponse.
|
278
278
|
:type ttl: int
|
@@ -283,7 +283,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
283
283
|
def serial(self):
|
284
284
|
r"""Gets the serial of this ShowPublicZoneResponse.
|
285
285
|
|
286
|
-
|
286
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
287
287
|
|
288
288
|
:return: The serial of this ShowPublicZoneResponse.
|
289
289
|
:rtype: int
|
@@ -294,7 +294,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
294
294
|
def serial(self, serial):
|
295
295
|
r"""Sets the serial of this ShowPublicZoneResponse.
|
296
296
|
|
297
|
-
|
297
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
298
298
|
|
299
299
|
:param serial: The serial of this ShowPublicZoneResponse.
|
300
300
|
:type serial: int
|
@@ -305,7 +305,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
305
305
|
def status(self):
|
306
306
|
r"""Gets the status of this ShowPublicZoneResponse.
|
307
307
|
|
308
|
-
|
308
|
+
资源状态。
|
309
309
|
|
310
310
|
:return: The status of this ShowPublicZoneResponse.
|
311
311
|
:rtype: str
|
@@ -316,7 +316,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
316
316
|
def status(self, status):
|
317
317
|
r"""Sets the status of this ShowPublicZoneResponse.
|
318
318
|
|
319
|
-
|
319
|
+
资源状态。
|
320
320
|
|
321
321
|
:param status: The status of this ShowPublicZoneResponse.
|
322
322
|
:type status: str
|
@@ -327,7 +327,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
327
327
|
def record_num(self):
|
328
328
|
r"""Gets the record_num of this ShowPublicZoneResponse.
|
329
329
|
|
330
|
-
|
330
|
+
该域名下的记录集个数。
|
331
331
|
|
332
332
|
:return: The record_num of this ShowPublicZoneResponse.
|
333
333
|
:rtype: int
|
@@ -338,7 +338,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
338
338
|
def record_num(self, record_num):
|
339
339
|
r"""Sets the record_num of this ShowPublicZoneResponse.
|
340
340
|
|
341
|
-
|
341
|
+
该域名下的记录集个数。
|
342
342
|
|
343
343
|
:param record_num: The record_num of this ShowPublicZoneResponse.
|
344
344
|
:type record_num: int
|
@@ -349,7 +349,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
349
349
|
def pool_id(self):
|
350
350
|
r"""Gets the pool_id of this ShowPublicZoneResponse.
|
351
351
|
|
352
|
-
|
352
|
+
托管该域名的pool,由系统分配。
|
353
353
|
|
354
354
|
:return: The pool_id of this ShowPublicZoneResponse.
|
355
355
|
:rtype: str
|
@@ -360,7 +360,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
360
360
|
def pool_id(self, pool_id):
|
361
361
|
r"""Sets the pool_id of this ShowPublicZoneResponse.
|
362
362
|
|
363
|
-
|
363
|
+
托管该域名的pool,由系统分配。
|
364
364
|
|
365
365
|
:param pool_id: The pool_id of this ShowPublicZoneResponse.
|
366
366
|
:type pool_id: str
|
@@ -371,7 +371,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
371
371
|
def created_at(self):
|
372
372
|
r"""Gets the created_at of this ShowPublicZoneResponse.
|
373
373
|
|
374
|
-
|
374
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
375
375
|
|
376
376
|
:return: The created_at of this ShowPublicZoneResponse.
|
377
377
|
:rtype: str
|
@@ -382,7 +382,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
382
382
|
def created_at(self, created_at):
|
383
383
|
r"""Sets the created_at of this ShowPublicZoneResponse.
|
384
384
|
|
385
|
-
|
385
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
386
386
|
|
387
387
|
:param created_at: The created_at of this ShowPublicZoneResponse.
|
388
388
|
:type created_at: str
|
@@ -393,7 +393,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
393
393
|
def updated_at(self):
|
394
394
|
r"""Gets the updated_at of this ShowPublicZoneResponse.
|
395
395
|
|
396
|
-
|
396
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
397
397
|
|
398
398
|
:return: The updated_at of this ShowPublicZoneResponse.
|
399
399
|
:rtype: str
|
@@ -404,7 +404,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
404
404
|
def updated_at(self, updated_at):
|
405
405
|
r"""Sets the updated_at of this ShowPublicZoneResponse.
|
406
406
|
|
407
|
-
|
407
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
408
408
|
|
409
409
|
:param updated_at: The updated_at of this ShowPublicZoneResponse.
|
410
410
|
:type updated_at: str
|
@@ -415,7 +415,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
415
415
|
def enterprise_project_id(self):
|
416
416
|
r"""Gets the enterprise_project_id of this ShowPublicZoneResponse.
|
417
417
|
|
418
|
-
域名关联的企业项目ID,长度不超过36
|
418
|
+
域名关联的企业项目ID,长度不超过36个字符。
|
419
419
|
|
420
420
|
:return: The enterprise_project_id of this ShowPublicZoneResponse.
|
421
421
|
:rtype: str
|
@@ -426,7 +426,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
426
426
|
def enterprise_project_id(self, enterprise_project_id):
|
427
427
|
r"""Sets the enterprise_project_id of this ShowPublicZoneResponse.
|
428
428
|
|
429
|
-
域名关联的企业项目ID,长度不超过36
|
429
|
+
域名关联的企业项目ID,长度不超过36个字符。
|
430
430
|
|
431
431
|
:param enterprise_project_id: The enterprise_project_id of this ShowPublicZoneResponse.
|
432
432
|
:type enterprise_project_id: str
|
@@ -437,7 +437,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
437
437
|
def masters(self):
|
438
438
|
r"""Gets the masters of this ShowPublicZoneResponse.
|
439
439
|
|
440
|
-
主从模式中,从DNS服务器获取DNS
|
440
|
+
主从模式中,从DNS服务器获取DNS信息。
|
441
441
|
|
442
442
|
:return: The masters of this ShowPublicZoneResponse.
|
443
443
|
:rtype: list[str]
|
@@ -448,7 +448,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
448
448
|
def masters(self, masters):
|
449
449
|
r"""Sets the masters of this ShowPublicZoneResponse.
|
450
450
|
|
451
|
-
主从模式中,从DNS服务器获取DNS
|
451
|
+
主从模式中,从DNS服务器获取DNS信息。
|
452
452
|
|
453
453
|
:param masters: The masters of this ShowPublicZoneResponse.
|
454
454
|
:type masters: list[str]
|
@@ -477,7 +477,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
477
477
|
def project_id(self):
|
478
478
|
r"""Gets the project_id of this ShowPublicZoneResponse.
|
479
479
|
|
480
|
-
|
480
|
+
域名所属的项目ID。
|
481
481
|
|
482
482
|
:return: The project_id of this ShowPublicZoneResponse.
|
483
483
|
:rtype: str
|
@@ -488,7 +488,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
488
488
|
def project_id(self, project_id):
|
489
489
|
r"""Sets the project_id of this ShowPublicZoneResponse.
|
490
490
|
|
491
|
-
|
491
|
+
域名所属的项目ID。
|
492
492
|
|
493
493
|
:param project_id: The project_id of this ShowPublicZoneResponse.
|
494
494
|
:type project_id: str
|
@@ -53,7 +53,7 @@ class ShowRecordSetByZoneRequest:
|
|
53
53
|
|
54
54
|
The model defined in huaweicloud sdk
|
55
55
|
|
56
|
-
:param zone_id:
|
56
|
+
:param zone_id: 域名ID。
|
57
57
|
:type zone_id: str
|
58
58
|
:param marker: 分页查询起始的资源ID,为空时为查询第一页。 默认值为空。
|
59
59
|
:type marker: str
|
@@ -63,21 +63,21 @@ class ShowRecordSetByZoneRequest:
|
|
63
63
|
:type offset: int
|
64
64
|
:param line_id: 解析线路ID。
|
65
65
|
:type line_id: str
|
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 sort_key:
|
76
|
+
:param sort_key: 查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
77
77
|
:type sort_key: str
|
78
|
-
:param sort_dir:
|
78
|
+
:param sort_dir: 查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
79
79
|
:type sort_dir: str
|
80
|
-
:param search_mode: 查询条件搜索模式。 取值范围:
|
80
|
+
:param search_mode: 查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
81
81
|
:type search_mode: str
|
82
82
|
"""
|
83
83
|
|
@@ -128,7 +128,7 @@ class ShowRecordSetByZoneRequest:
|
|
128
128
|
def zone_id(self):
|
129
129
|
r"""Gets the zone_id of this ShowRecordSetByZoneRequest.
|
130
130
|
|
131
|
-
|
131
|
+
域名ID。
|
132
132
|
|
133
133
|
:return: The zone_id of this ShowRecordSetByZoneRequest.
|
134
134
|
:rtype: str
|
@@ -139,7 +139,7 @@ class ShowRecordSetByZoneRequest:
|
|
139
139
|
def zone_id(self, zone_id):
|
140
140
|
r"""Sets the zone_id of this ShowRecordSetByZoneRequest.
|
141
141
|
|
142
|
-
|
142
|
+
域名ID。
|
143
143
|
|
144
144
|
:param zone_id: The zone_id of this ShowRecordSetByZoneRequest.
|
145
145
|
:type zone_id: str
|
@@ -238,7 +238,7 @@ class ShowRecordSetByZoneRequest:
|
|
238
238
|
def tags(self):
|
239
239
|
r"""Gets the tags of this ShowRecordSetByZoneRequest.
|
240
240
|
|
241
|
-
资源标签。 取值格式:key1,value1|key2,value2
|
241
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
242
242
|
|
243
243
|
:return: The tags of this ShowRecordSetByZoneRequest.
|
244
244
|
:rtype: str
|
@@ -249,7 +249,7 @@ class ShowRecordSetByZoneRequest:
|
|
249
249
|
def tags(self, tags):
|
250
250
|
r"""Sets the tags of this ShowRecordSetByZoneRequest.
|
251
251
|
|
252
|
-
资源标签。 取值格式:key1,value1|key2,value2
|
252
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。
|
253
253
|
|
254
254
|
:param tags: The tags of this ShowRecordSetByZoneRequest.
|
255
255
|
:type tags: str
|
@@ -260,7 +260,7 @@ class ShowRecordSetByZoneRequest:
|
|
260
260
|
def status(self):
|
261
261
|
r"""Gets the status of this ShowRecordSetByZoneRequest.
|
262
262
|
|
263
|
-
|
263
|
+
待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
264
264
|
|
265
265
|
:return: The status of this ShowRecordSetByZoneRequest.
|
266
266
|
:rtype: str
|
@@ -271,7 +271,7 @@ class ShowRecordSetByZoneRequest:
|
|
271
271
|
def status(self, status):
|
272
272
|
r"""Sets the status of this ShowRecordSetByZoneRequest.
|
273
273
|
|
274
|
-
|
274
|
+
待查询的记录集的状态。 取值范围:ACTIVE、ERROR、DISABLE、FREEZE、PENDING_CREATE、PENDING_UPDATE、PENDING_DELETE
|
275
275
|
|
276
276
|
:param status: The status of this ShowRecordSetByZoneRequest.
|
277
277
|
:type status: str
|
@@ -282,7 +282,7 @@ class ShowRecordSetByZoneRequest:
|
|
282
282
|
def type(self):
|
283
283
|
r"""Gets the type of this ShowRecordSetByZoneRequest.
|
284
284
|
|
285
|
-
|
285
|
+
待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
286
286
|
|
287
287
|
:return: The type of this ShowRecordSetByZoneRequest.
|
288
288
|
:rtype: str
|
@@ -293,7 +293,7 @@ class ShowRecordSetByZoneRequest:
|
|
293
293
|
def type(self, type):
|
294
294
|
r"""Sets the type of this ShowRecordSetByZoneRequest.
|
295
295
|
|
296
|
-
|
296
|
+
待查询的记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
297
297
|
|
298
298
|
:param type: The type of this ShowRecordSetByZoneRequest.
|
299
299
|
:type type: str
|
@@ -304,7 +304,7 @@ class ShowRecordSetByZoneRequest:
|
|
304
304
|
def name(self):
|
305
305
|
r"""Gets the name of this ShowRecordSetByZoneRequest.
|
306
306
|
|
307
|
-
|
307
|
+
待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
308
308
|
|
309
309
|
:return: The name of this ShowRecordSetByZoneRequest.
|
310
310
|
:rtype: str
|
@@ -315,7 +315,7 @@ class ShowRecordSetByZoneRequest:
|
|
315
315
|
def name(self, name):
|
316
316
|
r"""Sets the name of this ShowRecordSetByZoneRequest.
|
317
317
|
|
318
|
-
|
318
|
+
待查询的记录集的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
319
319
|
|
320
320
|
:param name: The name of this ShowRecordSetByZoneRequest.
|
321
321
|
:type name: str
|
@@ -326,7 +326,7 @@ class ShowRecordSetByZoneRequest:
|
|
326
326
|
def id(self):
|
327
327
|
r"""Gets the id of this ShowRecordSetByZoneRequest.
|
328
328
|
|
329
|
-
|
329
|
+
待查询的记录集ID。
|
330
330
|
|
331
331
|
:return: The id of this ShowRecordSetByZoneRequest.
|
332
332
|
:rtype: str
|
@@ -337,7 +337,7 @@ class ShowRecordSetByZoneRequest:
|
|
337
337
|
def id(self, id):
|
338
338
|
r"""Sets the id of this ShowRecordSetByZoneRequest.
|
339
339
|
|
340
|
-
|
340
|
+
待查询的记录集ID。
|
341
341
|
|
342
342
|
:param id: The id of this ShowRecordSetByZoneRequest.
|
343
343
|
:type id: str
|
@@ -348,7 +348,7 @@ class ShowRecordSetByZoneRequest:
|
|
348
348
|
def sort_key(self):
|
349
349
|
r"""Gets the sort_key of this ShowRecordSetByZoneRequest.
|
350
350
|
|
351
|
-
|
351
|
+
查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
352
352
|
|
353
353
|
:return: The sort_key of this ShowRecordSetByZoneRequest.
|
354
354
|
:rtype: str
|
@@ -359,7 +359,7 @@ class ShowRecordSetByZoneRequest:
|
|
359
359
|
def sort_key(self, sort_key):
|
360
360
|
r"""Sets the sort_key of this ShowRecordSetByZoneRequest.
|
361
361
|
|
362
|
-
|
362
|
+
查询结果中记录集列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
363
363
|
|
364
364
|
:param sort_key: The sort_key of this ShowRecordSetByZoneRequest.
|
365
365
|
:type sort_key: str
|
@@ -370,7 +370,7 @@ class ShowRecordSetByZoneRequest:
|
|
370
370
|
def sort_dir(self):
|
371
371
|
r"""Gets the sort_dir of this ShowRecordSetByZoneRequest.
|
372
372
|
|
373
|
-
|
373
|
+
查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
374
374
|
|
375
375
|
:return: The sort_dir of this ShowRecordSetByZoneRequest.
|
376
376
|
:rtype: str
|
@@ -381,7 +381,7 @@ class ShowRecordSetByZoneRequest:
|
|
381
381
|
def sort_dir(self, sort_dir):
|
382
382
|
r"""Sets the sort_dir of this ShowRecordSetByZoneRequest.
|
383
383
|
|
384
|
-
|
384
|
+
查询结果中记录集列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
385
385
|
|
386
386
|
:param sort_dir: The sort_dir of this ShowRecordSetByZoneRequest.
|
387
387
|
:type sort_dir: str
|
@@ -392,7 +392,7 @@ class ShowRecordSetByZoneRequest:
|
|
392
392
|
def search_mode(self):
|
393
393
|
r"""Gets the search_mode of this ShowRecordSetByZoneRequest.
|
394
394
|
|
395
|
-
查询条件搜索模式。 取值范围:
|
395
|
+
查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
396
396
|
|
397
397
|
:return: The search_mode of this ShowRecordSetByZoneRequest.
|
398
398
|
:rtype: str
|
@@ -403,7 +403,7 @@ class ShowRecordSetByZoneRequest:
|
|
403
403
|
def search_mode(self, search_mode):
|
404
404
|
r"""Sets the search_mode of this ShowRecordSetByZoneRequest.
|
405
405
|
|
406
|
-
查询条件搜索模式。 取值范围:
|
406
|
+
查询条件搜索模式。 取值范围: like:模糊搜索 equal:精确搜索
|
407
407
|
|
408
408
|
:param search_mode: The search_mode of this ShowRecordSetByZoneRequest.
|
409
409
|
:type search_mode: str
|