huaweicloudsdkdns 3.1.144__py2.py3-none-any.whl → 3.1.146__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/METADATA +2 -2
- huaweicloudsdkdns-3.1.146.dist-info/RECORD +273 -0
- huaweicloudsdkdns-3.1.144.dist-info/RECORD +0 -192
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/top_level.txt +0 -0
@@ -63,15 +63,15 @@ class ShowRecordSetByZoneResp:
|
|
63
63
|
|
64
64
|
The model defined in huaweicloud sdk
|
65
65
|
|
66
|
-
:param id:
|
66
|
+
:param id: 记录集的ID。
|
67
67
|
:type id: str
|
68
|
-
:param name:
|
68
|
+
:param name: 记录集的名称。
|
69
69
|
:type name: str
|
70
|
-
:param description:
|
70
|
+
:param description: 记录集的描述信息。
|
71
71
|
:type description: str
|
72
|
-
:param zone_id:
|
72
|
+
:param zone_id: 托管该记录的域名ID。
|
73
73
|
:type zone_id: str
|
74
|
-
:param zone_name:
|
74
|
+
:param zone_name: 托管该记录的域名。
|
75
75
|
:type zone_name: str
|
76
76
|
:param type: 记录类型。 取值范围:A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。
|
77
77
|
:type type: str
|
@@ -79,15 +79,15 @@ class ShowRecordSetByZoneResp:
|
|
79
79
|
:type ttl: int
|
80
80
|
:param records: 域名解析后的值。
|
81
81
|
:type records: list[str]
|
82
|
-
:param created_at: 创建时间。
|
82
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
83
83
|
:type created_at: str
|
84
|
-
:param updated_at: 更新时间。
|
84
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
85
85
|
:type updated_at: str
|
86
86
|
:param status: 资源状态。
|
87
87
|
:type status: str
|
88
|
-
:param default:
|
88
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
89
89
|
:type default: bool
|
90
|
-
:param project_id:
|
90
|
+
:param project_id: 该记录集所属的项目ID。
|
91
91
|
:type project_id: str
|
92
92
|
:param links:
|
93
93
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -164,7 +164,7 @@ class ShowRecordSetByZoneResp:
|
|
164
164
|
def id(self):
|
165
165
|
r"""Gets the id of this ShowRecordSetByZoneResp.
|
166
166
|
|
167
|
-
|
167
|
+
记录集的ID。
|
168
168
|
|
169
169
|
:return: The id of this ShowRecordSetByZoneResp.
|
170
170
|
:rtype: str
|
@@ -175,7 +175,7 @@ class ShowRecordSetByZoneResp:
|
|
175
175
|
def id(self, id):
|
176
176
|
r"""Sets the id of this ShowRecordSetByZoneResp.
|
177
177
|
|
178
|
-
|
178
|
+
记录集的ID。
|
179
179
|
|
180
180
|
:param id: The id of this ShowRecordSetByZoneResp.
|
181
181
|
:type id: str
|
@@ -186,7 +186,7 @@ class ShowRecordSetByZoneResp:
|
|
186
186
|
def name(self):
|
187
187
|
r"""Gets the name of this ShowRecordSetByZoneResp.
|
188
188
|
|
189
|
-
|
189
|
+
记录集的名称。
|
190
190
|
|
191
191
|
:return: The name of this ShowRecordSetByZoneResp.
|
192
192
|
:rtype: str
|
@@ -197,7 +197,7 @@ class ShowRecordSetByZoneResp:
|
|
197
197
|
def name(self, name):
|
198
198
|
r"""Sets the name of this ShowRecordSetByZoneResp.
|
199
199
|
|
200
|
-
|
200
|
+
记录集的名称。
|
201
201
|
|
202
202
|
:param name: The name of this ShowRecordSetByZoneResp.
|
203
203
|
:type name: str
|
@@ -208,7 +208,7 @@ class ShowRecordSetByZoneResp:
|
|
208
208
|
def description(self):
|
209
209
|
r"""Gets the description of this ShowRecordSetByZoneResp.
|
210
210
|
|
211
|
-
|
211
|
+
记录集的描述信息。
|
212
212
|
|
213
213
|
:return: The description of this ShowRecordSetByZoneResp.
|
214
214
|
:rtype: str
|
@@ -219,7 +219,7 @@ class ShowRecordSetByZoneResp:
|
|
219
219
|
def description(self, description):
|
220
220
|
r"""Sets the description of this ShowRecordSetByZoneResp.
|
221
221
|
|
222
|
-
|
222
|
+
记录集的描述信息。
|
223
223
|
|
224
224
|
:param description: The description of this ShowRecordSetByZoneResp.
|
225
225
|
:type description: str
|
@@ -230,7 +230,7 @@ class ShowRecordSetByZoneResp:
|
|
230
230
|
def zone_id(self):
|
231
231
|
r"""Gets the zone_id of this ShowRecordSetByZoneResp.
|
232
232
|
|
233
|
-
|
233
|
+
托管该记录的域名ID。
|
234
234
|
|
235
235
|
:return: The zone_id of this ShowRecordSetByZoneResp.
|
236
236
|
:rtype: str
|
@@ -241,7 +241,7 @@ class ShowRecordSetByZoneResp:
|
|
241
241
|
def zone_id(self, zone_id):
|
242
242
|
r"""Sets the zone_id of this ShowRecordSetByZoneResp.
|
243
243
|
|
244
|
-
|
244
|
+
托管该记录的域名ID。
|
245
245
|
|
246
246
|
:param zone_id: The zone_id of this ShowRecordSetByZoneResp.
|
247
247
|
:type zone_id: str
|
@@ -252,7 +252,7 @@ class ShowRecordSetByZoneResp:
|
|
252
252
|
def zone_name(self):
|
253
253
|
r"""Gets the zone_name of this ShowRecordSetByZoneResp.
|
254
254
|
|
255
|
-
|
255
|
+
托管该记录的域名。
|
256
256
|
|
257
257
|
:return: The zone_name of this ShowRecordSetByZoneResp.
|
258
258
|
:rtype: str
|
@@ -263,7 +263,7 @@ class ShowRecordSetByZoneResp:
|
|
263
263
|
def zone_name(self, zone_name):
|
264
264
|
r"""Sets the zone_name of this ShowRecordSetByZoneResp.
|
265
265
|
|
266
|
-
|
266
|
+
托管该记录的域名。
|
267
267
|
|
268
268
|
:param zone_name: The zone_name of this ShowRecordSetByZoneResp.
|
269
269
|
:type zone_name: str
|
@@ -340,7 +340,7 @@ class ShowRecordSetByZoneResp:
|
|
340
340
|
def created_at(self):
|
341
341
|
r"""Gets the created_at of this ShowRecordSetByZoneResp.
|
342
342
|
|
343
|
-
创建时间。
|
343
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
344
344
|
|
345
345
|
:return: The created_at of this ShowRecordSetByZoneResp.
|
346
346
|
:rtype: str
|
@@ -351,7 +351,7 @@ class ShowRecordSetByZoneResp:
|
|
351
351
|
def created_at(self, created_at):
|
352
352
|
r"""Sets the created_at of this ShowRecordSetByZoneResp.
|
353
353
|
|
354
|
-
创建时间。
|
354
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
355
355
|
|
356
356
|
:param created_at: The created_at of this ShowRecordSetByZoneResp.
|
357
357
|
:type created_at: str
|
@@ -362,7 +362,7 @@ class ShowRecordSetByZoneResp:
|
|
362
362
|
def updated_at(self):
|
363
363
|
r"""Gets the updated_at of this ShowRecordSetByZoneResp.
|
364
364
|
|
365
|
-
更新时间。
|
365
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
366
366
|
|
367
367
|
:return: The updated_at of this ShowRecordSetByZoneResp.
|
368
368
|
:rtype: str
|
@@ -373,7 +373,7 @@ class ShowRecordSetByZoneResp:
|
|
373
373
|
def updated_at(self, updated_at):
|
374
374
|
r"""Sets the updated_at of this ShowRecordSetByZoneResp.
|
375
375
|
|
376
|
-
更新时间。
|
376
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
377
377
|
|
378
378
|
:param updated_at: The updated_at of this ShowRecordSetByZoneResp.
|
379
379
|
:type updated_at: str
|
@@ -406,7 +406,7 @@ class ShowRecordSetByZoneResp:
|
|
406
406
|
def default(self):
|
407
407
|
r"""Gets the default of this ShowRecordSetByZoneResp.
|
408
408
|
|
409
|
-
|
409
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
410
410
|
|
411
411
|
:return: The default of this ShowRecordSetByZoneResp.
|
412
412
|
:rtype: bool
|
@@ -417,7 +417,7 @@ class ShowRecordSetByZoneResp:
|
|
417
417
|
def default(self, default):
|
418
418
|
r"""Sets the default of this ShowRecordSetByZoneResp.
|
419
419
|
|
420
|
-
|
420
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
421
421
|
|
422
422
|
:param default: The default of this ShowRecordSetByZoneResp.
|
423
423
|
:type default: bool
|
@@ -428,7 +428,7 @@ class ShowRecordSetByZoneResp:
|
|
428
428
|
def project_id(self):
|
429
429
|
r"""Gets the project_id of this ShowRecordSetByZoneResp.
|
430
430
|
|
431
|
-
|
431
|
+
该记录集所属的项目ID。
|
432
432
|
|
433
433
|
:return: The project_id of this ShowRecordSetByZoneResp.
|
434
434
|
:rtype: str
|
@@ -439,7 +439,7 @@ class ShowRecordSetByZoneResp:
|
|
439
439
|
def project_id(self, project_id):
|
440
440
|
r"""Sets the project_id of this ShowRecordSetByZoneResp.
|
441
441
|
|
442
|
-
|
442
|
+
该记录集所属的项目ID。
|
443
443
|
|
444
444
|
:param project_id: The project_id of this ShowRecordSetByZoneResp.
|
445
445
|
:type project_id: str
|
@@ -36,7 +36,7 @@ class ShowRecordSetByZoneResponse(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.ShowRecordSetByZoneResp`]
|
41
41
|
:param metadata:
|
42
42
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -78,7 +78,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this ShowRecordSetByZoneResponse.
|
80
80
|
|
81
|
-
|
81
|
+
记录集列表。
|
82
82
|
|
83
83
|
:return: The recordsets of this ShowRecordSetByZoneResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.ShowRecordSetByZoneResp`]
|
@@ -89,7 +89,7 @@ class ShowRecordSetByZoneResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this ShowRecordSetByZoneResponse.
|
91
91
|
|
92
|
-
|
92
|
+
记录集列表。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this ShowRecordSetByZoneResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.ShowRecordSetByZoneResp`]
|
@@ -31,9 +31,9 @@ class ShowRecordSetRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_id:
|
34
|
+
:param zone_id: 域名ID。
|
35
35
|
:type zone_id: str
|
36
|
-
:param recordset_id:
|
36
|
+
:param recordset_id: 记录集ID。
|
37
37
|
:type recordset_id: str
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class ShowRecordSetRequest:
|
|
50
50
|
def zone_id(self):
|
51
51
|
r"""Gets the zone_id of this ShowRecordSetRequest.
|
52
52
|
|
53
|
-
|
53
|
+
域名ID。
|
54
54
|
|
55
55
|
:return: The zone_id of this ShowRecordSetRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class ShowRecordSetRequest:
|
|
61
61
|
def zone_id(self, zone_id):
|
62
62
|
r"""Sets the zone_id of this ShowRecordSetRequest.
|
63
63
|
|
64
|
-
|
64
|
+
域名ID。
|
65
65
|
|
66
66
|
:param zone_id: The zone_id of this ShowRecordSetRequest.
|
67
67
|
:type zone_id: str
|
@@ -72,7 +72,7 @@ class ShowRecordSetRequest:
|
|
72
72
|
def recordset_id(self):
|
73
73
|
r"""Gets the recordset_id of this ShowRecordSetRequest.
|
74
74
|
|
75
|
-
|
75
|
+
记录集ID。
|
76
76
|
|
77
77
|
:return: The recordset_id of this ShowRecordSetRequest.
|
78
78
|
:rtype: str
|
@@ -83,7 +83,7 @@ class ShowRecordSetRequest:
|
|
83
83
|
def recordset_id(self, recordset_id):
|
84
84
|
r"""Sets the recordset_id of this ShowRecordSetRequest.
|
85
85
|
|
86
|
-
|
86
|
+
记录集ID。
|
87
87
|
|
88
88
|
:param recordset_id: The recordset_id of this ShowRecordSetRequest.
|
89
89
|
:type recordset_id: str
|
@@ -58,15 +58,15 @@ class ShowRecordSetResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
The model defined in huaweicloud sdk
|
60
60
|
|
61
|
-
:param id:
|
61
|
+
:param id: 记录集的ID。
|
62
62
|
:type id: str
|
63
|
-
:param name:
|
63
|
+
:param name: 记录集的名称。
|
64
64
|
:type name: str
|
65
|
-
:param description:
|
65
|
+
:param description: 记录集的描述信息。
|
66
66
|
:type description: str
|
67
|
-
:param zone_id:
|
67
|
+
:param zone_id: 托管该记录的域名ID。
|
68
68
|
:type zone_id: str
|
69
|
-
:param zone_name:
|
69
|
+
:param zone_name: 托管该记录的域名。
|
70
70
|
:type zone_name: str
|
71
71
|
:param type: 记录类型。
|
72
72
|
:type type: str
|
@@ -74,15 +74,15 @@ class ShowRecordSetResponse(SdkResponse):
|
|
74
74
|
:type ttl: int
|
75
75
|
:param records: 域名解析后的值。
|
76
76
|
:type records: list[str]
|
77
|
-
:param create_at: 创建时间。
|
77
|
+
:param create_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
78
78
|
:type create_at: str
|
79
|
-
:param update_at: 更新时间。
|
79
|
+
:param update_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
80
80
|
:type update_at: str
|
81
81
|
:param status: 资源状态。
|
82
82
|
:type status: str
|
83
|
-
:param default:
|
83
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
84
84
|
:type default: bool
|
85
|
-
:param project_id:
|
85
|
+
:param project_id: 该记录集所属的项目ID。
|
86
86
|
:type project_id: str
|
87
87
|
:param links:
|
88
88
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -144,7 +144,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
144
144
|
def id(self):
|
145
145
|
r"""Gets the id of this ShowRecordSetResponse.
|
146
146
|
|
147
|
-
|
147
|
+
记录集的ID。
|
148
148
|
|
149
149
|
:return: The id of this ShowRecordSetResponse.
|
150
150
|
:rtype: str
|
@@ -155,7 +155,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
155
155
|
def id(self, id):
|
156
156
|
r"""Sets the id of this ShowRecordSetResponse.
|
157
157
|
|
158
|
-
|
158
|
+
记录集的ID。
|
159
159
|
|
160
160
|
:param id: The id of this ShowRecordSetResponse.
|
161
161
|
:type id: str
|
@@ -166,7 +166,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
166
166
|
def name(self):
|
167
167
|
r"""Gets the name of this ShowRecordSetResponse.
|
168
168
|
|
169
|
-
|
169
|
+
记录集的名称。
|
170
170
|
|
171
171
|
:return: The name of this ShowRecordSetResponse.
|
172
172
|
:rtype: str
|
@@ -177,7 +177,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
177
177
|
def name(self, name):
|
178
178
|
r"""Sets the name of this ShowRecordSetResponse.
|
179
179
|
|
180
|
-
|
180
|
+
记录集的名称。
|
181
181
|
|
182
182
|
:param name: The name of this ShowRecordSetResponse.
|
183
183
|
:type name: str
|
@@ -188,7 +188,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
188
188
|
def description(self):
|
189
189
|
r"""Gets the description of this ShowRecordSetResponse.
|
190
190
|
|
191
|
-
|
191
|
+
记录集的描述信息。
|
192
192
|
|
193
193
|
:return: The description of this ShowRecordSetResponse.
|
194
194
|
:rtype: str
|
@@ -199,7 +199,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
199
199
|
def description(self, description):
|
200
200
|
r"""Sets the description of this ShowRecordSetResponse.
|
201
201
|
|
202
|
-
|
202
|
+
记录集的描述信息。
|
203
203
|
|
204
204
|
:param description: The description of this ShowRecordSetResponse.
|
205
205
|
:type description: str
|
@@ -210,7 +210,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
210
210
|
def zone_id(self):
|
211
211
|
r"""Gets the zone_id of this ShowRecordSetResponse.
|
212
212
|
|
213
|
-
|
213
|
+
托管该记录的域名ID。
|
214
214
|
|
215
215
|
:return: The zone_id of this ShowRecordSetResponse.
|
216
216
|
:rtype: str
|
@@ -221,7 +221,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
221
221
|
def zone_id(self, zone_id):
|
222
222
|
r"""Sets the zone_id of this ShowRecordSetResponse.
|
223
223
|
|
224
|
-
|
224
|
+
托管该记录的域名ID。
|
225
225
|
|
226
226
|
:param zone_id: The zone_id of this ShowRecordSetResponse.
|
227
227
|
:type zone_id: str
|
@@ -232,7 +232,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
232
232
|
def zone_name(self):
|
233
233
|
r"""Gets the zone_name of this ShowRecordSetResponse.
|
234
234
|
|
235
|
-
|
235
|
+
托管该记录的域名。
|
236
236
|
|
237
237
|
:return: The zone_name of this ShowRecordSetResponse.
|
238
238
|
:rtype: str
|
@@ -243,7 +243,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
243
243
|
def zone_name(self, zone_name):
|
244
244
|
r"""Sets the zone_name of this ShowRecordSetResponse.
|
245
245
|
|
246
|
-
|
246
|
+
托管该记录的域名。
|
247
247
|
|
248
248
|
:param zone_name: The zone_name of this ShowRecordSetResponse.
|
249
249
|
:type zone_name: str
|
@@ -320,7 +320,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
320
320
|
def create_at(self):
|
321
321
|
r"""Gets the create_at of this ShowRecordSetResponse.
|
322
322
|
|
323
|
-
创建时间。
|
323
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
324
324
|
|
325
325
|
:return: The create_at of this ShowRecordSetResponse.
|
326
326
|
:rtype: str
|
@@ -331,7 +331,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
331
331
|
def create_at(self, create_at):
|
332
332
|
r"""Sets the create_at of this ShowRecordSetResponse.
|
333
333
|
|
334
|
-
创建时间。
|
334
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
335
335
|
|
336
336
|
:param create_at: The create_at of this ShowRecordSetResponse.
|
337
337
|
:type create_at: str
|
@@ -342,7 +342,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
342
342
|
def update_at(self):
|
343
343
|
r"""Gets the update_at of this ShowRecordSetResponse.
|
344
344
|
|
345
|
-
更新时间。
|
345
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
346
346
|
|
347
347
|
:return: The update_at of this ShowRecordSetResponse.
|
348
348
|
:rtype: str
|
@@ -353,7 +353,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
353
353
|
def update_at(self, update_at):
|
354
354
|
r"""Sets the update_at of this ShowRecordSetResponse.
|
355
355
|
|
356
|
-
更新时间。
|
356
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
357
357
|
|
358
358
|
:param update_at: The update_at of this ShowRecordSetResponse.
|
359
359
|
:type update_at: str
|
@@ -386,7 +386,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
386
386
|
def default(self):
|
387
387
|
r"""Gets the default of this ShowRecordSetResponse.
|
388
388
|
|
389
|
-
|
389
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
390
390
|
|
391
391
|
:return: The default of this ShowRecordSetResponse.
|
392
392
|
:rtype: bool
|
@@ -397,7 +397,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
397
397
|
def default(self, default):
|
398
398
|
r"""Sets the default of this ShowRecordSetResponse.
|
399
399
|
|
400
|
-
|
400
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
401
401
|
|
402
402
|
:param default: The default of this ShowRecordSetResponse.
|
403
403
|
:type default: bool
|
@@ -408,7 +408,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
408
408
|
def project_id(self):
|
409
409
|
r"""Gets the project_id of this ShowRecordSetResponse.
|
410
410
|
|
411
|
-
|
411
|
+
该记录集所属的项目ID。
|
412
412
|
|
413
413
|
:return: The project_id of this ShowRecordSetResponse.
|
414
414
|
:rtype: str
|
@@ -419,7 +419,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
419
419
|
def project_id(self, project_id):
|
420
420
|
r"""Sets the project_id of this ShowRecordSetResponse.
|
421
421
|
|
422
|
-
|
422
|
+
该记录集所属的项目ID。
|
423
423
|
|
424
424
|
:param project_id: The project_id of this ShowRecordSetResponse.
|
425
425
|
:type project_id: str
|
@@ -31,9 +31,9 @@ class ShowRecordSetWithLineRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_id:
|
34
|
+
:param zone_id: 域名ID。
|
35
35
|
:type zone_id: str
|
36
|
-
:param recordset_id:
|
36
|
+
:param recordset_id: 记录集ID。
|
37
37
|
:type recordset_id: str
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class ShowRecordSetWithLineRequest:
|
|
50
50
|
def zone_id(self):
|
51
51
|
r"""Gets the zone_id of this ShowRecordSetWithLineRequest.
|
52
52
|
|
53
|
-
|
53
|
+
域名ID。
|
54
54
|
|
55
55
|
:return: The zone_id of this ShowRecordSetWithLineRequest.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class ShowRecordSetWithLineRequest:
|
|
61
61
|
def zone_id(self, zone_id):
|
62
62
|
r"""Sets the zone_id of this ShowRecordSetWithLineRequest.
|
63
63
|
|
64
|
-
|
64
|
+
域名ID。
|
65
65
|
|
66
66
|
:param zone_id: The zone_id of this ShowRecordSetWithLineRequest.
|
67
67
|
:type zone_id: str
|
@@ -72,7 +72,7 @@ class ShowRecordSetWithLineRequest:
|
|
72
72
|
def recordset_id(self):
|
73
73
|
r"""Gets the recordset_id of this ShowRecordSetWithLineRequest.
|
74
74
|
|
75
|
-
|
75
|
+
记录集ID。
|
76
76
|
|
77
77
|
:return: The recordset_id of this ShowRecordSetWithLineRequest.
|
78
78
|
:rtype: str
|
@@ -83,7 +83,7 @@ class ShowRecordSetWithLineRequest:
|
|
83
83
|
def recordset_id(self, recordset_id):
|
84
84
|
r"""Sets the recordset_id of this ShowRecordSetWithLineRequest.
|
85
85
|
|
86
|
-
|
86
|
+
记录集ID。
|
87
87
|
|
88
88
|
:param recordset_id: The recordset_id of this ShowRecordSetWithLineRequest.
|
89
89
|
:type recordset_id: str
|