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
@@ -4,12 +4,20 @@ from __future__ import absolute_import
|
|
4
4
|
|
5
5
|
# import models into model package
|
6
6
|
from huaweicloudsdkdns.v2.model.alias_target import AliasTarget
|
7
|
+
from huaweicloudsdkdns.v2.model.associate_endpoint_ipaddress_request import AssociateEndpointIpaddressRequest
|
8
|
+
from huaweicloudsdkdns.v2.model.associate_endpoint_ipaddress_response import AssociateEndpointIpaddressResponse
|
9
|
+
from huaweicloudsdkdns.v2.model.associate_or_disassociate_router_with_rule_request_body import AssociateOrDisassociateRouterWithRuleRequestBody
|
10
|
+
from huaweicloudsdkdns.v2.model.associate_resolver_rule_router_request import AssociateResolverRuleRouterRequest
|
11
|
+
from huaweicloudsdkdns.v2.model.associate_resolver_rule_router_response import AssociateResolverRuleRouterResponse
|
7
12
|
from huaweicloudsdkdns.v2.model.associate_router_request import AssociateRouterRequest
|
8
13
|
from huaweicloudsdkdns.v2.model.associate_router_request_body import AssociateRouterRequestBody
|
9
14
|
from huaweicloudsdkdns.v2.model.associate_router_response import AssociateRouterResponse
|
10
15
|
from huaweicloudsdkdns.v2.model.batch_create_record_set_with_line import BatchCreateRecordSetWithLine
|
11
16
|
from huaweicloudsdkdns.v2.model.batch_create_tag_request import BatchCreateTagRequest
|
12
17
|
from huaweicloudsdkdns.v2.model.batch_create_tag_response import BatchCreateTagResponse
|
18
|
+
from huaweicloudsdkdns.v2.model.batch_delete_ptr_records_request import BatchDeletePtrRecordsRequest
|
19
|
+
from huaweicloudsdkdns.v2.model.batch_delete_ptr_records_request_body import BatchDeletePtrRecordsRequestBody
|
20
|
+
from huaweicloudsdkdns.v2.model.batch_delete_ptr_records_response import BatchDeletePtrRecordsResponse
|
13
21
|
from huaweicloudsdkdns.v2.model.batch_delete_record_set_with_line_request import BatchDeleteRecordSetWithLineRequest
|
14
22
|
from huaweicloudsdkdns.v2.model.batch_delete_record_set_with_line_request_body import BatchDeleteRecordSetWithLineRequestBody
|
15
23
|
from huaweicloudsdkdns.v2.model.batch_delete_record_set_with_line_response import BatchDeleteRecordSetWithLineResponse
|
@@ -35,6 +43,9 @@ from huaweicloudsdkdns.v2.model.create_custom_line_request_body import CreateCus
|
|
35
43
|
from huaweicloudsdkdns.v2.model.create_custom_line_response import CreateCustomLineResponse
|
36
44
|
from huaweicloudsdkdns.v2.model.create_eip_record_set_request import CreateEipRecordSetRequest
|
37
45
|
from huaweicloudsdkdns.v2.model.create_eip_record_set_response import CreateEipRecordSetResponse
|
46
|
+
from huaweicloudsdkdns.v2.model.create_endpoint_request import CreateEndpointRequest
|
47
|
+
from huaweicloudsdkdns.v2.model.create_endpoint_request_body import CreateEndpointRequestBody
|
48
|
+
from huaweicloudsdkdns.v2.model.create_endpoint_response import CreateEndpointResponse
|
38
49
|
from huaweicloudsdkdns.v2.model.create_line_group_request import CreateLineGroupRequest
|
39
50
|
from huaweicloudsdkdns.v2.model.create_line_group_response import CreateLineGroupResponse
|
40
51
|
from huaweicloudsdkdns.v2.model.create_line_groups_req import CreateLineGroupsReq
|
@@ -43,6 +54,9 @@ from huaweicloudsdkdns.v2.model.create_private_zone_req import CreatePrivateZone
|
|
43
54
|
from huaweicloudsdkdns.v2.model.create_private_zone_request import CreatePrivateZoneRequest
|
44
55
|
from huaweicloudsdkdns.v2.model.create_private_zone_response import CreatePrivateZoneResponse
|
45
56
|
from huaweicloudsdkdns.v2.model.create_ptr_req import CreatePtrReq
|
57
|
+
from huaweicloudsdkdns.v2.model.create_ptr_request import CreatePtrRequest
|
58
|
+
from huaweicloudsdkdns.v2.model.create_ptr_request_body import CreatePtrRequestBody
|
59
|
+
from huaweicloudsdkdns.v2.model.create_ptr_response import CreatePtrResponse
|
46
60
|
from huaweicloudsdkdns.v2.model.create_public_zone_req import CreatePublicZoneReq
|
47
61
|
from huaweicloudsdkdns.v2.model.create_public_zone_request import CreatePublicZoneRequest
|
48
62
|
from huaweicloudsdkdns.v2.model.create_public_zone_response import CreatePublicZoneResponse
|
@@ -55,27 +69,51 @@ from huaweicloudsdkdns.v2.model.create_record_set_with_batch_lines_response impo
|
|
55
69
|
from huaweicloudsdkdns.v2.model.create_record_set_with_line_request import CreateRecordSetWithLineRequest
|
56
70
|
from huaweicloudsdkdns.v2.model.create_record_set_with_line_request_body import CreateRecordSetWithLineRequestBody
|
57
71
|
from huaweicloudsdkdns.v2.model.create_record_set_with_line_response import CreateRecordSetWithLineResponse
|
72
|
+
from huaweicloudsdkdns.v2.model.create_resolver_rule_request import CreateResolverRuleRequest
|
73
|
+
from huaweicloudsdkdns.v2.model.create_resolver_rule_request_body import CreateResolverRuleRequestBody
|
74
|
+
from huaweicloudsdkdns.v2.model.create_resolver_rule_response import CreateResolverRuleResponse
|
58
75
|
from huaweicloudsdkdns.v2.model.create_tag_req import CreateTagReq
|
59
76
|
from huaweicloudsdkdns.v2.model.create_tag_request import CreateTagRequest
|
60
77
|
from huaweicloudsdkdns.v2.model.create_tag_response import CreateTagResponse
|
61
78
|
from huaweicloudsdkdns.v2.model.delete_custom_line_request import DeleteCustomLineRequest
|
62
79
|
from huaweicloudsdkdns.v2.model.delete_custom_line_response import DeleteCustomLineResponse
|
80
|
+
from huaweicloudsdkdns.v2.model.delete_endpoint_request import DeleteEndpointRequest
|
81
|
+
from huaweicloudsdkdns.v2.model.delete_endpoint_response import DeleteEndpointResponse
|
63
82
|
from huaweicloudsdkdns.v2.model.delete_line_group_request import DeleteLineGroupRequest
|
64
83
|
from huaweicloudsdkdns.v2.model.delete_line_group_response import DeleteLineGroupResponse
|
65
84
|
from huaweicloudsdkdns.v2.model.delete_private_zone_request import DeletePrivateZoneRequest
|
66
85
|
from huaweicloudsdkdns.v2.model.delete_private_zone_response import DeletePrivateZoneResponse
|
86
|
+
from huaweicloudsdkdns.v2.model.delete_ptr_request import DeletePtrRequest
|
87
|
+
from huaweicloudsdkdns.v2.model.delete_ptr_response import DeletePtrResponse
|
67
88
|
from huaweicloudsdkdns.v2.model.delete_public_zone_request import DeletePublicZoneRequest
|
68
89
|
from huaweicloudsdkdns.v2.model.delete_public_zone_response import DeletePublicZoneResponse
|
69
90
|
from huaweicloudsdkdns.v2.model.delete_record_set_request import DeleteRecordSetRequest
|
70
91
|
from huaweicloudsdkdns.v2.model.delete_record_set_response import DeleteRecordSetResponse
|
71
92
|
from huaweicloudsdkdns.v2.model.delete_record_sets_request import DeleteRecordSetsRequest
|
72
93
|
from huaweicloudsdkdns.v2.model.delete_record_sets_response import DeleteRecordSetsResponse
|
94
|
+
from huaweicloudsdkdns.v2.model.delete_resolver_rule_request import DeleteResolverRuleRequest
|
95
|
+
from huaweicloudsdkdns.v2.model.delete_resolver_rule_response import DeleteResolverRuleResponse
|
73
96
|
from huaweicloudsdkdns.v2.model.delete_tag_request import DeleteTagRequest
|
74
97
|
from huaweicloudsdkdns.v2.model.delete_tag_response import DeleteTagResponse
|
98
|
+
from huaweicloudsdkdns.v2.model.disable_dnssec_config_request import DisableDnssecConfigRequest
|
99
|
+
from huaweicloudsdkdns.v2.model.disable_dnssec_config_response import DisableDnssecConfigResponse
|
100
|
+
from huaweicloudsdkdns.v2.model.disassociate_endpoint_ipaddress_request import DisassociateEndpointIpaddressRequest
|
101
|
+
from huaweicloudsdkdns.v2.model.disassociate_endpoint_ipaddress_response import DisassociateEndpointIpaddressResponse
|
102
|
+
from huaweicloudsdkdns.v2.model.disassociate_resolver_rule_router_request import DisassociateResolverRuleRouterRequest
|
103
|
+
from huaweicloudsdkdns.v2.model.disassociate_resolver_rule_router_response import DisassociateResolverRuleRouterResponse
|
75
104
|
from huaweicloudsdkdns.v2.model.disassociate_router_request import DisassociateRouterRequest
|
76
105
|
from huaweicloudsdkdns.v2.model.disassociate_router_response import DisassociateRouterResponse
|
77
106
|
from huaweicloudsdkdns.v2.model.disassociaterouter_request_body import DisassociaterouterRequestBody
|
78
107
|
from huaweicloudsdkdns.v2.model.domain_quota_response_quotas import DomainQuotaResponseQuotas
|
108
|
+
from huaweicloudsdkdns.v2.model.enable_dnssec_config_request import EnableDnssecConfigRequest
|
109
|
+
from huaweicloudsdkdns.v2.model.enable_dnssec_config_response import EnableDnssecConfigResponse
|
110
|
+
from huaweicloudsdkdns.v2.model.endpoint_resp import EndpointResp
|
111
|
+
from huaweicloudsdkdns.v2.model.floating_ips_ptr import FloatingIpsPtr
|
112
|
+
from huaweicloudsdkdns.v2.model.ip_info import IpInfo
|
113
|
+
from huaweicloudsdkdns.v2.model.ip_value import IpValue
|
114
|
+
from huaweicloudsdkdns.v2.model.ipaddress_info import IpaddressInfo
|
115
|
+
from huaweicloudsdkdns.v2.model.ipaddresses import Ipaddresses
|
116
|
+
from huaweicloudsdkdns.v2.model.ipaddresses_data import IpaddressesData
|
79
117
|
from huaweicloudsdkdns.v2.model.line import Line
|
80
118
|
from huaweicloudsdkdns.v2.model.link import Link
|
81
119
|
from huaweicloudsdkdns.v2.model.links_item import LinksItem
|
@@ -84,6 +122,12 @@ from huaweicloudsdkdns.v2.model.list_api_versions_request import ListApiVersions
|
|
84
122
|
from huaweicloudsdkdns.v2.model.list_api_versions_response import ListApiVersionsResponse
|
85
123
|
from huaweicloudsdkdns.v2.model.list_custom_line_request import ListCustomLineRequest
|
86
124
|
from huaweicloudsdkdns.v2.model.list_custom_line_response import ListCustomLineResponse
|
125
|
+
from huaweicloudsdkdns.v2.model.list_endpoint_ipaddresses_request import ListEndpointIpaddressesRequest
|
126
|
+
from huaweicloudsdkdns.v2.model.list_endpoint_ipaddresses_response import ListEndpointIpaddressesResponse
|
127
|
+
from huaweicloudsdkdns.v2.model.list_endpoint_vpcs_request import ListEndpointVpcsRequest
|
128
|
+
from huaweicloudsdkdns.v2.model.list_endpoint_vpcs_response import ListEndpointVpcsResponse
|
129
|
+
from huaweicloudsdkdns.v2.model.list_endpoints_request import ListEndpointsRequest
|
130
|
+
from huaweicloudsdkdns.v2.model.list_endpoints_response import ListEndpointsResponse
|
87
131
|
from huaweicloudsdkdns.v2.model.list_line_groups_request import ListLineGroupsRequest
|
88
132
|
from huaweicloudsdkdns.v2.model.list_line_groups_response import ListLineGroupsResponse
|
89
133
|
from huaweicloudsdkdns.v2.model.list_name_servers_request import ListNameServersRequest
|
@@ -93,6 +137,10 @@ from huaweicloudsdkdns.v2.model.list_private_zones_response import ListPrivateZo
|
|
93
137
|
from huaweicloudsdkdns.v2.model.list_ptr_records_floating_resp import ListPtrRecordsFloatingResp
|
94
138
|
from huaweicloudsdkdns.v2.model.list_ptr_records_request import ListPtrRecordsRequest
|
95
139
|
from huaweicloudsdkdns.v2.model.list_ptr_records_response import ListPtrRecordsResponse
|
140
|
+
from huaweicloudsdkdns.v2.model.list_ptrs_request import ListPtrsRequest
|
141
|
+
from huaweicloudsdkdns.v2.model.list_ptrs_response import ListPtrsResponse
|
142
|
+
from huaweicloudsdkdns.v2.model.list_public_zone_lines_request import ListPublicZoneLinesRequest
|
143
|
+
from huaweicloudsdkdns.v2.model.list_public_zone_lines_response import ListPublicZoneLinesResponse
|
96
144
|
from huaweicloudsdkdns.v2.model.list_public_zones_request import ListPublicZonesRequest
|
97
145
|
from huaweicloudsdkdns.v2.model.list_public_zones_response import ListPublicZonesResponse
|
98
146
|
from huaweicloudsdkdns.v2.model.list_record_sets import ListRecordSets
|
@@ -103,6 +151,9 @@ from huaweicloudsdkdns.v2.model.list_record_sets_response import ListRecordSetsR
|
|
103
151
|
from huaweicloudsdkdns.v2.model.list_record_sets_with_line_request import ListRecordSetsWithLineRequest
|
104
152
|
from huaweicloudsdkdns.v2.model.list_record_sets_with_line_response import ListRecordSetsWithLineResponse
|
105
153
|
from huaweicloudsdkdns.v2.model.list_record_sets_with_tags import ListRecordSetsWithTags
|
154
|
+
from huaweicloudsdkdns.v2.model.list_resolver_rule_param import ListResolverRuleParam
|
155
|
+
from huaweicloudsdkdns.v2.model.list_resolver_rules_request import ListResolverRulesRequest
|
156
|
+
from huaweicloudsdkdns.v2.model.list_resolver_rules_response import ListResolverRulesResponse
|
106
157
|
from huaweicloudsdkdns.v2.model.list_tag_req import ListTagReq
|
107
158
|
from huaweicloudsdkdns.v2.model.list_tag_request import ListTagRequest
|
108
159
|
from huaweicloudsdkdns.v2.model.list_tag_response import ListTagResponse
|
@@ -113,26 +164,39 @@ from huaweicloudsdkdns.v2.model.metadata import Metadata
|
|
113
164
|
from huaweicloudsdkdns.v2.model.name_servers_resp import NameServersResp
|
114
165
|
from huaweicloudsdkdns.v2.model.nameserver import Nameserver
|
115
166
|
from huaweicloudsdkdns.v2.model.ns_records import NsRecords
|
167
|
+
from huaweicloudsdkdns.v2.model.page_info import PageInfo
|
116
168
|
from huaweicloudsdkdns.v2.model.page_link import PageLink
|
117
169
|
from huaweicloudsdkdns.v2.model.private_name_server import PrivateNameServer
|
118
170
|
from huaweicloudsdkdns.v2.model.private_zone_resp import PrivateZoneResp
|
171
|
+
from huaweicloudsdkdns.v2.model.public_ip_req import PublicIpReq
|
172
|
+
from huaweicloudsdkdns.v2.model.public_ip_res import PublicIpRes
|
173
|
+
from huaweicloudsdkdns.v2.model.public_zone_lines import PublicZoneLines
|
119
174
|
from huaweicloudsdkdns.v2.model.public_zone_resp import PublicZoneResp
|
120
175
|
from huaweicloudsdkdns.v2.model.query_record_set_with_line_and_tags_resp import QueryRecordSetWithLineAndTagsResp
|
121
176
|
from huaweicloudsdkdns.v2.model.query_record_set_with_line_resp import QueryRecordSetWithLineResp
|
122
177
|
from huaweicloudsdkdns.v2.model.recordset_data import RecordsetData
|
178
|
+
from huaweicloudsdkdns.v2.model.resolver_rule_param import ResolverRuleParam
|
123
179
|
from huaweicloudsdkdns.v2.model.resource_item import ResourceItem
|
124
180
|
from huaweicloudsdkdns.v2.model.restore_ptr_record_request import RestorePtrRecordRequest
|
125
181
|
from huaweicloudsdkdns.v2.model.restore_ptr_record_response import RestorePtrRecordResponse
|
126
182
|
from huaweicloudsdkdns.v2.model.restore_ptr_req import RestorePtrReq
|
127
183
|
from huaweicloudsdkdns.v2.model.router import Router
|
184
|
+
from huaweicloudsdkdns.v2.model.router_for_rule import RouterForRule
|
128
185
|
from huaweicloudsdkdns.v2.model.router_with_status import RouterWithStatus
|
186
|
+
from huaweicloudsdkdns.v2.model.set_private_zone_proxy_pattern_request import SetPrivateZoneProxyPatternRequest
|
187
|
+
from huaweicloudsdkdns.v2.model.set_private_zone_proxy_pattern_request_body import SetPrivateZoneProxyPatternRequestBody
|
188
|
+
from huaweicloudsdkdns.v2.model.set_private_zone_proxy_pattern_response import SetPrivateZoneProxyPatternResponse
|
129
189
|
from huaweicloudsdkdns.v2.model.set_record_sets_status_request import SetRecordSetsStatusRequest
|
130
190
|
from huaweicloudsdkdns.v2.model.set_record_sets_status_request_body import SetRecordSetsStatusRequestBody
|
131
191
|
from huaweicloudsdkdns.v2.model.set_record_sets_status_response import SetRecordSetsStatusResponse
|
132
192
|
from huaweicloudsdkdns.v2.model.show_api_info_request import ShowApiInfoRequest
|
133
193
|
from huaweicloudsdkdns.v2.model.show_api_info_response import ShowApiInfoResponse
|
194
|
+
from huaweicloudsdkdns.v2.model.show_dnssec_config_request import ShowDnssecConfigRequest
|
195
|
+
from huaweicloudsdkdns.v2.model.show_dnssec_config_response import ShowDnssecConfigResponse
|
134
196
|
from huaweicloudsdkdns.v2.model.show_domain_quota_request import ShowDomainQuotaRequest
|
135
197
|
from huaweicloudsdkdns.v2.model.show_domain_quota_response import ShowDomainQuotaResponse
|
198
|
+
from huaweicloudsdkdns.v2.model.show_endpoint_request import ShowEndpointRequest
|
199
|
+
from huaweicloudsdkdns.v2.model.show_endpoint_response import ShowEndpointResponse
|
136
200
|
from huaweicloudsdkdns.v2.model.show_line_group_request import ShowLineGroupRequest
|
137
201
|
from huaweicloudsdkdns.v2.model.show_line_group_response import ShowLineGroupResponse
|
138
202
|
from huaweicloudsdkdns.v2.model.show_private_zone_name_server_request import ShowPrivateZoneNameServerRequest
|
@@ -141,6 +205,8 @@ from huaweicloudsdkdns.v2.model.show_private_zone_request import ShowPrivateZone
|
|
141
205
|
from huaweicloudsdkdns.v2.model.show_private_zone_response import ShowPrivateZoneResponse
|
142
206
|
from huaweicloudsdkdns.v2.model.show_ptr_record_set_request import ShowPtrRecordSetRequest
|
143
207
|
from huaweicloudsdkdns.v2.model.show_ptr_record_set_response import ShowPtrRecordSetResponse
|
208
|
+
from huaweicloudsdkdns.v2.model.show_ptr_request import ShowPtrRequest
|
209
|
+
from huaweicloudsdkdns.v2.model.show_ptr_response import ShowPtrResponse
|
144
210
|
from huaweicloudsdkdns.v2.model.show_public_zone_name_server_request import ShowPublicZoneNameServerRequest
|
145
211
|
from huaweicloudsdkdns.v2.model.show_public_zone_name_server_response import ShowPublicZoneNameServerResponse
|
146
212
|
from huaweicloudsdkdns.v2.model.show_public_zone_request import ShowPublicZoneRequest
|
@@ -152,6 +218,9 @@ from huaweicloudsdkdns.v2.model.show_record_set_request import ShowRecordSetRequ
|
|
152
218
|
from huaweicloudsdkdns.v2.model.show_record_set_response import ShowRecordSetResponse
|
153
219
|
from huaweicloudsdkdns.v2.model.show_record_set_with_line_request import ShowRecordSetWithLineRequest
|
154
220
|
from huaweicloudsdkdns.v2.model.show_record_set_with_line_response import ShowRecordSetWithLineResponse
|
221
|
+
from huaweicloudsdkdns.v2.model.show_resolver_rule_request import ShowResolverRuleRequest
|
222
|
+
from huaweicloudsdkdns.v2.model.show_resolver_rule_resp_param import ShowResolverRuleRespParam
|
223
|
+
from huaweicloudsdkdns.v2.model.show_resolver_rule_response import ShowResolverRuleResponse
|
155
224
|
from huaweicloudsdkdns.v2.model.show_resource_tag_request import ShowResourceTagRequest
|
156
225
|
from huaweicloudsdkdns.v2.model.show_resource_tag_response import ShowResourceTagResponse
|
157
226
|
from huaweicloudsdkdns.v2.model.tag import Tag
|
@@ -159,20 +228,27 @@ from huaweicloudsdkdns.v2.model.tag_values import TagValues
|
|
159
228
|
from huaweicloudsdkdns.v2.model.update_custom_line_request import UpdateCustomLineRequest
|
160
229
|
from huaweicloudsdkdns.v2.model.update_custom_line_request_body import UpdateCustomLineRequestBody
|
161
230
|
from huaweicloudsdkdns.v2.model.update_custom_line_response import UpdateCustomLineResponse
|
231
|
+
from huaweicloudsdkdns.v2.model.update_endpoint_request import UpdateEndpointRequest
|
232
|
+
from huaweicloudsdkdns.v2.model.update_endpoint_request_body import UpdateEndpointRequestBody
|
233
|
+
from huaweicloudsdkdns.v2.model.update_endpoint_response import UpdateEndpointResponse
|
162
234
|
from huaweicloudsdkdns.v2.model.update_line_groups_request import UpdateLineGroupsRequest
|
163
235
|
from huaweicloudsdkdns.v2.model.update_line_groups_request_body import UpdateLineGroupsRequestBody
|
164
236
|
from huaweicloudsdkdns.v2.model.update_line_groups_response import UpdateLineGroupsResponse
|
165
237
|
from huaweicloudsdkdns.v2.model.update_private_zone_info_req import UpdatePrivateZoneInfoReq
|
166
238
|
from huaweicloudsdkdns.v2.model.update_private_zone_request import UpdatePrivateZoneRequest
|
167
239
|
from huaweicloudsdkdns.v2.model.update_private_zone_response import UpdatePrivateZoneResponse
|
240
|
+
from huaweicloudsdkdns.v2.model.update_private_zone_status_request import UpdatePrivateZoneStatusRequest
|
241
|
+
from huaweicloudsdkdns.v2.model.update_private_zone_status_response import UpdatePrivateZoneStatusResponse
|
168
242
|
from huaweicloudsdkdns.v2.model.update_ptr_record_request import UpdatePtrRecordRequest
|
169
243
|
from huaweicloudsdkdns.v2.model.update_ptr_record_response import UpdatePtrRecordResponse
|
170
244
|
from huaweicloudsdkdns.v2.model.update_ptr_req import UpdatePtrReq
|
245
|
+
from huaweicloudsdkdns.v2.model.update_ptr_request import UpdatePtrRequest
|
246
|
+
from huaweicloudsdkdns.v2.model.update_ptr_request_body import UpdatePtrRequestBody
|
247
|
+
from huaweicloudsdkdns.v2.model.update_ptr_response import UpdatePtrResponse
|
171
248
|
from huaweicloudsdkdns.v2.model.update_public_zone_info import UpdatePublicZoneInfo
|
172
249
|
from huaweicloudsdkdns.v2.model.update_public_zone_request import UpdatePublicZoneRequest
|
173
250
|
from huaweicloudsdkdns.v2.model.update_public_zone_response import UpdatePublicZoneResponse
|
174
251
|
from huaweicloudsdkdns.v2.model.update_public_zone_status_request import UpdatePublicZoneStatusRequest
|
175
|
-
from huaweicloudsdkdns.v2.model.update_public_zone_status_request_body import UpdatePublicZoneStatusRequestBody
|
176
252
|
from huaweicloudsdkdns.v2.model.update_public_zone_status_response import UpdatePublicZoneStatusResponse
|
177
253
|
from huaweicloudsdkdns.v2.model.update_record_set_req import UpdateRecordSetReq
|
178
254
|
from huaweicloudsdkdns.v2.model.update_record_set_request import UpdateRecordSetRequest
|
@@ -180,6 +256,11 @@ from huaweicloudsdkdns.v2.model.update_record_set_response import UpdateRecordSe
|
|
180
256
|
from huaweicloudsdkdns.v2.model.update_record_sets_req import UpdateRecordSetsReq
|
181
257
|
from huaweicloudsdkdns.v2.model.update_record_sets_request import UpdateRecordSetsRequest
|
182
258
|
from huaweicloudsdkdns.v2.model.update_record_sets_response import UpdateRecordSetsResponse
|
259
|
+
from huaweicloudsdkdns.v2.model.update_resolver_rule_request import UpdateResolverRuleRequest
|
260
|
+
from huaweicloudsdkdns.v2.model.update_resolver_rule_request_body import UpdateResolverRuleRequestBody
|
261
|
+
from huaweicloudsdkdns.v2.model.update_resolver_rule_response import UpdateResolverRuleResponse
|
262
|
+
from huaweicloudsdkdns.v2.model.update_zone_status_request_body import UpdateZoneStatusRequestBody
|
183
263
|
from huaweicloudsdkdns.v2.model.values_item import ValuesItem
|
184
264
|
from huaweicloudsdkdns.v2.model.version_item import VersionItem
|
265
|
+
from huaweicloudsdkdns.v2.model.vpcs_data import VpcsData
|
185
266
|
from huaweicloudsdkdns.v2.model.zone_data import ZoneData
|
@@ -31,7 +31,7 @@ class AliasTarget:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param resource_type:
|
34
|
+
:param resource_type: 资源服务类型,支持别名记录的服务。 取值范围: cloudsite:企业门户 waf:Web应用防火墙
|
35
35
|
:type resource_type: str
|
36
36
|
:param resource_domain_name: 对应服务下的域名,由各服务提供。
|
37
37
|
:type resource_domain_name: str
|
@@ -52,7 +52,7 @@ class AliasTarget:
|
|
52
52
|
def resource_type(self):
|
53
53
|
r"""Gets the resource_type of this AliasTarget.
|
54
54
|
|
55
|
-
|
55
|
+
资源服务类型,支持别名记录的服务。 取值范围: cloudsite:企业门户 waf:Web应用防火墙
|
56
56
|
|
57
57
|
:return: The resource_type of this AliasTarget.
|
58
58
|
:rtype: str
|
@@ -63,7 +63,7 @@ class AliasTarget:
|
|
63
63
|
def resource_type(self, resource_type):
|
64
64
|
r"""Sets the resource_type of this AliasTarget.
|
65
65
|
|
66
|
-
|
66
|
+
资源服务类型,支持别名记录的服务。 取值范围: cloudsite:企业门户 waf:Web应用防火墙
|
67
67
|
|
68
68
|
:param resource_type: The resource_type of this AliasTarget.
|
69
69
|
:type resource_type: str
|
@@ -0,0 +1,139 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class AssociateEndpointIpaddressRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'endpoint_id': 'str',
|
21
|
+
'body': 'Ipaddresses'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'endpoint_id': 'endpoint_id',
|
26
|
+
'body': 'body'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, endpoint_id=None, body=None):
|
30
|
+
r"""AssociateEndpointIpaddressRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param endpoint_id: 终端节点ID。
|
35
|
+
:type endpoint_id: str
|
36
|
+
:param body: Body of the AssociateEndpointIpaddressRequest
|
37
|
+
:type body: :class:`huaweicloudsdkdns.v2.Ipaddresses`
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._endpoint_id = None
|
43
|
+
self._body = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
self.endpoint_id = endpoint_id
|
47
|
+
if body is not None:
|
48
|
+
self.body = body
|
49
|
+
|
50
|
+
@property
|
51
|
+
def endpoint_id(self):
|
52
|
+
r"""Gets the endpoint_id of this AssociateEndpointIpaddressRequest.
|
53
|
+
|
54
|
+
终端节点ID。
|
55
|
+
|
56
|
+
:return: The endpoint_id of this AssociateEndpointIpaddressRequest.
|
57
|
+
:rtype: str
|
58
|
+
"""
|
59
|
+
return self._endpoint_id
|
60
|
+
|
61
|
+
@endpoint_id.setter
|
62
|
+
def endpoint_id(self, endpoint_id):
|
63
|
+
r"""Sets the endpoint_id of this AssociateEndpointIpaddressRequest.
|
64
|
+
|
65
|
+
终端节点ID。
|
66
|
+
|
67
|
+
:param endpoint_id: The endpoint_id of this AssociateEndpointIpaddressRequest.
|
68
|
+
:type endpoint_id: str
|
69
|
+
"""
|
70
|
+
self._endpoint_id = endpoint_id
|
71
|
+
|
72
|
+
@property
|
73
|
+
def body(self):
|
74
|
+
r"""Gets the body of this AssociateEndpointIpaddressRequest.
|
75
|
+
|
76
|
+
:return: The body of this AssociateEndpointIpaddressRequest.
|
77
|
+
:rtype: :class:`huaweicloudsdkdns.v2.Ipaddresses`
|
78
|
+
"""
|
79
|
+
return self._body
|
80
|
+
|
81
|
+
@body.setter
|
82
|
+
def body(self, body):
|
83
|
+
r"""Sets the body of this AssociateEndpointIpaddressRequest.
|
84
|
+
|
85
|
+
:param body: The body of this AssociateEndpointIpaddressRequest.
|
86
|
+
:type body: :class:`huaweicloudsdkdns.v2.Ipaddresses`
|
87
|
+
"""
|
88
|
+
self._body = body
|
89
|
+
|
90
|
+
def to_dict(self):
|
91
|
+
"""Returns the model properties as a dict"""
|
92
|
+
result = {}
|
93
|
+
|
94
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
95
|
+
value = getattr(self, attr)
|
96
|
+
if isinstance(value, list):
|
97
|
+
result[attr] = list(map(
|
98
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
99
|
+
value
|
100
|
+
))
|
101
|
+
elif hasattr(value, "to_dict"):
|
102
|
+
result[attr] = value.to_dict()
|
103
|
+
elif isinstance(value, dict):
|
104
|
+
result[attr] = dict(map(
|
105
|
+
lambda item: (item[0], item[1].to_dict())
|
106
|
+
if hasattr(item[1], "to_dict") else item,
|
107
|
+
value.items()
|
108
|
+
))
|
109
|
+
else:
|
110
|
+
if attr in self.sensitive_list:
|
111
|
+
result[attr] = "****"
|
112
|
+
else:
|
113
|
+
result[attr] = value
|
114
|
+
|
115
|
+
return result
|
116
|
+
|
117
|
+
def to_str(self):
|
118
|
+
"""Returns the string representation of the model"""
|
119
|
+
import simplejson as json
|
120
|
+
if six.PY2:
|
121
|
+
import sys
|
122
|
+
reload(sys)
|
123
|
+
sys.setdefaultencoding("utf-8")
|
124
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
125
|
+
|
126
|
+
def __repr__(self):
|
127
|
+
"""For `print`"""
|
128
|
+
return self.to_str()
|
129
|
+
|
130
|
+
def __eq__(self, other):
|
131
|
+
"""Returns true if both objects are equal"""
|
132
|
+
if not isinstance(other, AssociateEndpointIpaddressRequest):
|
133
|
+
return False
|
134
|
+
|
135
|
+
return self.__dict__ == other.__dict__
|
136
|
+
|
137
|
+
def __ne__(self, other):
|
138
|
+
"""Returns true if both objects are not equal"""
|
139
|
+
return not self == other
|
@@ -0,0 +1,112 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class AssociateEndpointIpaddressResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
'endpoint': 'EndpointResp'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'endpoint': 'endpoint'
|
26
|
+
}
|
27
|
+
|
28
|
+
def __init__(self, endpoint=None):
|
29
|
+
r"""AssociateEndpointIpaddressResponse
|
30
|
+
|
31
|
+
The model defined in huaweicloud sdk
|
32
|
+
|
33
|
+
:param endpoint:
|
34
|
+
:type endpoint: :class:`huaweicloudsdkdns.v2.EndpointResp`
|
35
|
+
"""
|
36
|
+
|
37
|
+
super(AssociateEndpointIpaddressResponse, self).__init__()
|
38
|
+
|
39
|
+
self._endpoint = None
|
40
|
+
self.discriminator = None
|
41
|
+
|
42
|
+
if endpoint is not None:
|
43
|
+
self.endpoint = endpoint
|
44
|
+
|
45
|
+
@property
|
46
|
+
def endpoint(self):
|
47
|
+
r"""Gets the endpoint of this AssociateEndpointIpaddressResponse.
|
48
|
+
|
49
|
+
:return: The endpoint of this AssociateEndpointIpaddressResponse.
|
50
|
+
:rtype: :class:`huaweicloudsdkdns.v2.EndpointResp`
|
51
|
+
"""
|
52
|
+
return self._endpoint
|
53
|
+
|
54
|
+
@endpoint.setter
|
55
|
+
def endpoint(self, endpoint):
|
56
|
+
r"""Sets the endpoint of this AssociateEndpointIpaddressResponse.
|
57
|
+
|
58
|
+
:param endpoint: The endpoint of this AssociateEndpointIpaddressResponse.
|
59
|
+
:type endpoint: :class:`huaweicloudsdkdns.v2.EndpointResp`
|
60
|
+
"""
|
61
|
+
self._endpoint = endpoint
|
62
|
+
|
63
|
+
def to_dict(self):
|
64
|
+
"""Returns the model properties as a dict"""
|
65
|
+
result = {}
|
66
|
+
|
67
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
68
|
+
value = getattr(self, attr)
|
69
|
+
if isinstance(value, list):
|
70
|
+
result[attr] = list(map(
|
71
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
72
|
+
value
|
73
|
+
))
|
74
|
+
elif hasattr(value, "to_dict"):
|
75
|
+
result[attr] = value.to_dict()
|
76
|
+
elif isinstance(value, dict):
|
77
|
+
result[attr] = dict(map(
|
78
|
+
lambda item: (item[0], item[1].to_dict())
|
79
|
+
if hasattr(item[1], "to_dict") else item,
|
80
|
+
value.items()
|
81
|
+
))
|
82
|
+
else:
|
83
|
+
if attr in self.sensitive_list:
|
84
|
+
result[attr] = "****"
|
85
|
+
else:
|
86
|
+
result[attr] = value
|
87
|
+
|
88
|
+
return result
|
89
|
+
|
90
|
+
def to_str(self):
|
91
|
+
"""Returns the string representation of the model"""
|
92
|
+
import simplejson as json
|
93
|
+
if six.PY2:
|
94
|
+
import sys
|
95
|
+
reload(sys)
|
96
|
+
sys.setdefaultencoding("utf-8")
|
97
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
98
|
+
|
99
|
+
def __repr__(self):
|
100
|
+
"""For `print`"""
|
101
|
+
return self.to_str()
|
102
|
+
|
103
|
+
def __eq__(self, other):
|
104
|
+
"""Returns true if both objects are equal"""
|
105
|
+
if not isinstance(other, AssociateEndpointIpaddressResponse):
|
106
|
+
return False
|
107
|
+
|
108
|
+
return self.__dict__ == other.__dict__
|
109
|
+
|
110
|
+
def __ne__(self, other):
|
111
|
+
"""Returns true if both objects are not equal"""
|
112
|
+
return not self == other
|
@@ -0,0 +1,110 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class AssociateOrDisassociateRouterWithRuleRequestBody:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'router': 'RouterForRule'
|
21
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
'router': 'router'
|
25
|
+
}
|
26
|
+
|
27
|
+
def __init__(self, router=None):
|
28
|
+
r"""AssociateOrDisassociateRouterWithRuleRequestBody
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param router:
|
33
|
+
:type router: :class:`huaweicloudsdkdns.v2.RouterForRule`
|
34
|
+
"""
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
self._router = None
|
39
|
+
self.discriminator = None
|
40
|
+
|
41
|
+
self.router = router
|
42
|
+
|
43
|
+
@property
|
44
|
+
def router(self):
|
45
|
+
r"""Gets the router of this AssociateOrDisassociateRouterWithRuleRequestBody.
|
46
|
+
|
47
|
+
:return: The router of this AssociateOrDisassociateRouterWithRuleRequestBody.
|
48
|
+
:rtype: :class:`huaweicloudsdkdns.v2.RouterForRule`
|
49
|
+
"""
|
50
|
+
return self._router
|
51
|
+
|
52
|
+
@router.setter
|
53
|
+
def router(self, router):
|
54
|
+
r"""Sets the router of this AssociateOrDisassociateRouterWithRuleRequestBody.
|
55
|
+
|
56
|
+
:param router: The router of this AssociateOrDisassociateRouterWithRuleRequestBody.
|
57
|
+
:type router: :class:`huaweicloudsdkdns.v2.RouterForRule`
|
58
|
+
"""
|
59
|
+
self._router = router
|
60
|
+
|
61
|
+
def to_dict(self):
|
62
|
+
"""Returns the model properties as a dict"""
|
63
|
+
result = {}
|
64
|
+
|
65
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
66
|
+
value = getattr(self, attr)
|
67
|
+
if isinstance(value, list):
|
68
|
+
result[attr] = list(map(
|
69
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
70
|
+
value
|
71
|
+
))
|
72
|
+
elif hasattr(value, "to_dict"):
|
73
|
+
result[attr] = value.to_dict()
|
74
|
+
elif isinstance(value, dict):
|
75
|
+
result[attr] = dict(map(
|
76
|
+
lambda item: (item[0], item[1].to_dict())
|
77
|
+
if hasattr(item[1], "to_dict") else item,
|
78
|
+
value.items()
|
79
|
+
))
|
80
|
+
else:
|
81
|
+
if attr in self.sensitive_list:
|
82
|
+
result[attr] = "****"
|
83
|
+
else:
|
84
|
+
result[attr] = value
|
85
|
+
|
86
|
+
return result
|
87
|
+
|
88
|
+
def to_str(self):
|
89
|
+
"""Returns the string representation of the model"""
|
90
|
+
import simplejson as json
|
91
|
+
if six.PY2:
|
92
|
+
import sys
|
93
|
+
reload(sys)
|
94
|
+
sys.setdefaultencoding("utf-8")
|
95
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
96
|
+
|
97
|
+
def __repr__(self):
|
98
|
+
"""For `print`"""
|
99
|
+
return self.to_str()
|
100
|
+
|
101
|
+
def __eq__(self, other):
|
102
|
+
"""Returns true if both objects are equal"""
|
103
|
+
if not isinstance(other, AssociateOrDisassociateRouterWithRuleRequestBody):
|
104
|
+
return False
|
105
|
+
|
106
|
+
return self.__dict__ == other.__dict__
|
107
|
+
|
108
|
+
def __ne__(self, other):
|
109
|
+
"""Returns true if both objects are not equal"""
|
110
|
+
return not self == other
|