huaweicloudsdkdns 3.0.43rc0__py3-none-any.whl → 3.1.161__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 +137 -11
- huaweicloudsdkdns/v2/dns_async_client.py +4624 -1735
- huaweicloudsdkdns/v2/dns_client.py +4637 -1749
- huaweicloudsdkdns/v2/model/__init__.py +136 -9
- huaweicloudsdkdns/v2/model/alias_target.py +27 -20
- 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 +27 -20
- huaweicloudsdkdns/v2/model/{associate_router_req.py → associate_router_request_body.py} +23 -20
- huaweicloudsdkdns/v2/model/associate_router_response.py +35 -25
- huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +200 -0
- huaweicloudsdkdns/v2/model/batch_create_tag_request.py +33 -22
- huaweicloudsdkdns/v2/model/batch_create_tag_response.py +14 -10
- 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 +139 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_hand_tags.py +24 -17
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set.py +229 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +139 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +166 -0
- huaweicloudsdkdns/v2/model/create_custom_line_request.py +20 -17
- huaweicloudsdkdns/v2/model/{create_custom_lines.py → create_custom_line_request_body.py} +36 -27
- huaweicloudsdkdns/v2/model/create_custom_line_response.py +53 -35
- huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +33 -22
- huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +97 -50
- 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_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/create_line_groups_req.py +171 -0
- huaweicloudsdkdns/v2/model/create_line_groups_resp.py +289 -0
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +101 -55
- huaweicloudsdkdns/v2/model/create_private_zone_request.py +19 -16
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +156 -95
- huaweicloudsdkdns/v2/model/create_ptr_req.py +47 -34
- 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 +63 -46
- huaweicloudsdkdns/v2/model/create_public_zone_request.py +19 -16
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +125 -91
- huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +199 -0
- huaweicloudsdkdns/v2/model/create_record_set_request.py +27 -20
- huaweicloudsdkdns/v2/model/create_record_set_request_body.py +286 -0
- huaweicloudsdkdns/v2/model/create_record_set_response.py +111 -55
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +139 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +166 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +27 -20
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +370 -0
- huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +138 -102
- 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_req.py +19 -16
- huaweicloudsdkdns/v2/model/create_tag_request.py +33 -22
- huaweicloudsdkdns/v2/model/create_tag_response.py +14 -10
- huaweicloudsdkdns/v2/model/delete_custom_line_request.py +20 -13
- huaweicloudsdkdns/v2/model/delete_custom_line_response.py +53 -35
- 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 +114 -0
- huaweicloudsdkdns/v2/model/delete_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/delete_private_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +126 -92
- 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 +20 -13
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +121 -91
- huaweicloudsdkdns/v2/model/delete_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/delete_record_set_response.py +111 -81
- huaweicloudsdkdns/v2/model/delete_record_sets_request.py +27 -16
- huaweicloudsdkdns/v2/model/delete_record_sets_response.py +138 -102
- 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 +34 -19
- huaweicloudsdkdns/v2/model/delete_tag_response.py +14 -10
- 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 +27 -20
- huaweicloudsdkdns/v2/model/disassociate_router_response.py +35 -25
- huaweicloudsdkdns/v2/model/{disassociaterouter_req.py → disassociaterouter_request_body.py} +23 -20
- huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +198 -0
- 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/{update_public_zone_status.py → ip_info.py} +35 -29
- 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 +52 -35
- huaweicloudsdkdns/v2/model/link.py +115 -0
- huaweicloudsdkdns/v2/model/links_item.py +27 -20
- huaweicloudsdkdns/v2/model/list_api_versions_item.py +35 -26
- huaweicloudsdkdns/v2/model/list_api_versions_request.py +13 -10
- huaweicloudsdkdns/v2/model/list_api_versions_response.py +20 -16
- huaweicloudsdkdns/v2/model/list_custom_line_request.py +109 -28
- huaweicloudsdkdns/v2/model/list_custom_line_response.py +29 -21
- 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_line_groups_request.py +202 -0
- huaweicloudsdkdns/v2/model/list_line_groups_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_name_servers_request.py +27 -16
- huaweicloudsdkdns/v2/model/list_name_servers_response.py +22 -14
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +217 -37
- huaweicloudsdkdns/v2/model/list_private_zones_response.py +35 -27
- huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +99 -51
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +55 -28
- huaweicloudsdkdns/v2/model/list_ptr_records_response.py +35 -27
- 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 +186 -35
- huaweicloudsdkdns/v2/model/list_public_zones_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets.py +110 -81
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +124 -48
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +35 -27
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +131 -51
- huaweicloudsdkdns/v2/model/list_record_sets_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +152 -60
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +36 -28
- huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +517 -0
- 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/list_tag_req.py +64 -45
- huaweicloudsdkdns/v2/model/list_tag_request.py +26 -19
- huaweicloudsdkdns/v2/model/list_tag_response.py +29 -17
- huaweicloudsdkdns/v2/model/list_tags_request.py +20 -13
- huaweicloudsdkdns/v2/model/list_tags_response.py +20 -14
- huaweicloudsdkdns/v2/model/match.py +143 -0
- huaweicloudsdkdns/v2/model/{metedata.py → metadata.py} +24 -19
- huaweicloudsdkdns/v2/model/name_servers_resp.py +31 -20
- huaweicloudsdkdns/v2/model/nameserver.py +27 -20
- huaweicloudsdkdns/v2/model/ns_records.py +28 -19
- huaweicloudsdkdns/v2/model/page_info.py +173 -0
- huaweicloudsdkdns/v2/model/page_link.py +27 -20
- huaweicloudsdkdns/v2/model/private_name_server.py +27 -20
- huaweicloudsdkdns/v2/model/private_zone_resp.py +191 -98
- 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 +575 -0
- huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +658 -0
- huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +169 -105
- huaweicloudsdkdns/v2/model/recordset_data.py +600 -0
- huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
- huaweicloudsdkdns/v2/model/resource_item.py +36 -25
- huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +33 -22
- huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +14 -10
- huaweicloudsdkdns/v2/model/restore_ptr_req.py +22 -17
- huaweicloudsdkdns/v2/model/router.py +59 -23
- huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
- huaweicloudsdkdns/v2/model/router_with_status.py +34 -25
- 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 +27 -20
- huaweicloudsdkdns/v2/model/{set_record_sets_status_req.py → set_record_sets_status_request_body.py} +24 -19
- huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +170 -105
- huaweicloudsdkdns/v2/model/show_api_info_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_api_info_response.py +20 -16
- huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/show_domain_quota_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_domain_quota_response.py +116 -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 +114 -0
- huaweicloudsdkdns/v2/model/show_line_group_response.py +290 -0
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +22 -14
- huaweicloudsdkdns/v2/model/show_private_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_private_zone_response.py +187 -95
- huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +97 -50
- 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 +20 -13
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +22 -16
- huaweicloudsdkdns/v2/model/show_public_zone_request.py +20 -13
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +127 -93
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +371 -16
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +162 -127
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +35 -27
- huaweicloudsdkdns/v2/model/show_record_set_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_record_set_response.py +143 -84
- huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +27 -16
- huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +170 -105
- 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 +27 -16
- huaweicloudsdkdns/v2/model/show_resource_tag_response.py +22 -14
- huaweicloudsdkdns/v2/model/tag.py +27 -20
- huaweicloudsdkdns/v2/model/tag_values.py +27 -20
- huaweicloudsdkdns/v2/model/update_custom_line_request.py +27 -20
- huaweicloudsdkdns/v2/model/{update_customs_line_req.py → update_custom_line_request_body.py} +36 -27
- huaweicloudsdkdns/v2/model/update_custom_line_response.py +53 -35
- 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 +139 -0
- huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +171 -0
- huaweicloudsdkdns/v2/model/update_line_groups_response.py +290 -0
- huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +34 -25
- huaweicloudsdkdns/v2/model/update_private_zone_request.py +26 -19
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +126 -92
- 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_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_ptr_record_response.py +65 -47
- huaweicloudsdkdns/v2/model/update_ptr_req.py +40 -29
- 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 +36 -27
- huaweicloudsdkdns/v2/model/update_public_zone_request.py +26 -19
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +120 -88
- huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +27 -20
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +118 -86
- huaweicloudsdkdns/v2/model/update_record_set_req.py +52 -37
- huaweicloudsdkdns/v2/model/update_record_set_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_record_set_response.py +111 -55
- huaweicloudsdkdns/v2/model/update_record_sets_req.py +55 -40
- huaweicloudsdkdns/v2/model/update_record_sets_request.py +33 -22
- huaweicloudsdkdns/v2/model/update_record_sets_response.py +138 -102
- 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_zone_status_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/values_item.py +21 -16
- huaweicloudsdkdns/v2/model/version_item.py +56 -41
- huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
- huaweicloudsdkdns/v2/model/zone_data.py +517 -0
- huaweicloudsdkdns/v2/region/dns_region.py +88 -38
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/METADATA +9 -9
- huaweicloudsdkdns-3.1.161.dist-info/RECORD +273 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/WHEEL +1 -1
- huaweicloudsdkdns/v2/model/create_record_set_req.py +0 -263
- huaweicloudsdkdns/v2/model/create_record_set_with_line_req.py +0 -348
- huaweicloudsdkdns-3.0.43rc0.dist-info/RECORD +0 -146
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.0.43rc0.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/top_level.txt +0 -0
@@ -1,17 +1,13 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
5
|
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
7
|
|
11
8
|
|
12
9
|
class ShowRecordSetResponse(SdkResponse):
|
13
10
|
|
14
|
-
|
15
11
|
"""
|
16
12
|
Attributes:
|
17
13
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +15,6 @@ class ShowRecordSetResponse(SdkResponse):
|
|
19
15
|
attribute_map (dict): The key is attribute name
|
20
16
|
and the value is json key in definition.
|
21
17
|
"""
|
22
|
-
|
23
18
|
sensitive_list = []
|
24
19
|
|
25
20
|
openapi_types = {
|
@@ -36,7 +31,8 @@ class ShowRecordSetResponse(SdkResponse):
|
|
36
31
|
'status': 'str',
|
37
32
|
'default': 'bool',
|
38
33
|
'project_id': 'str',
|
39
|
-
'links': 'PageLink'
|
34
|
+
'links': 'PageLink',
|
35
|
+
'bundle': 'str'
|
40
36
|
}
|
41
37
|
|
42
38
|
attribute_map = {
|
@@ -53,13 +49,48 @@ class ShowRecordSetResponse(SdkResponse):
|
|
53
49
|
'status': 'status',
|
54
50
|
'default': 'default',
|
55
51
|
'project_id': 'project_id',
|
56
|
-
'links': 'links'
|
52
|
+
'links': 'links',
|
53
|
+
'bundle': 'bundle'
|
57
54
|
}
|
58
55
|
|
59
|
-
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, create_at=None, update_at=None, status=None, default=None, project_id=None, links=None):
|
60
|
-
"""ShowRecordSetResponse
|
56
|
+
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, create_at=None, update_at=None, status=None, default=None, project_id=None, links=None, bundle=None):
|
57
|
+
r"""ShowRecordSetResponse
|
58
|
+
|
59
|
+
The model defined in huaweicloud sdk
|
60
|
+
|
61
|
+
:param id: **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
62
|
+
:type id: str
|
63
|
+
:param name: **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
64
|
+
:type name: str
|
65
|
+
:param description: **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
66
|
+
:type description: str
|
67
|
+
:param zone_id: **参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
68
|
+
:type zone_id: str
|
69
|
+
:param zone_name: **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
70
|
+
:type zone_name: str
|
71
|
+
:param type: **参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
72
|
+
:type type: str
|
73
|
+
:param ttl: **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
74
|
+
:type ttl: int
|
75
|
+
:param records: **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
76
|
+
:type records: list[str]
|
77
|
+
:param create_at: **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
78
|
+
:type create_at: str
|
79
|
+
:param update_at: **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
80
|
+
:type update_at: str
|
81
|
+
:param status: **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
82
|
+
:type status: str
|
83
|
+
:param default: **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
84
|
+
:type default: bool
|
85
|
+
:param project_id: **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
86
|
+
:type project_id: str
|
87
|
+
:param links:
|
88
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
89
|
+
:param bundle: **参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
90
|
+
:type bundle: str
|
91
|
+
"""
|
61
92
|
|
62
|
-
super().__init__()
|
93
|
+
super(ShowRecordSetResponse, self).__init__()
|
63
94
|
|
64
95
|
self._id = None
|
65
96
|
self._name = None
|
@@ -75,6 +106,7 @@ class ShowRecordSetResponse(SdkResponse):
|
|
75
106
|
self._default = None
|
76
107
|
self._project_id = None
|
77
108
|
self._links = None
|
109
|
+
self._bundle = None
|
78
110
|
self.discriminator = None
|
79
111
|
|
80
112
|
if id is not None:
|
@@ -105,12 +137,14 @@ class ShowRecordSetResponse(SdkResponse):
|
|
105
137
|
self.project_id = project_id
|
106
138
|
if links is not None:
|
107
139
|
self.links = links
|
140
|
+
if bundle is not None:
|
141
|
+
self.bundle = bundle
|
108
142
|
|
109
143
|
@property
|
110
144
|
def id(self):
|
111
|
-
"""Gets the id of this ShowRecordSetResponse.
|
145
|
+
r"""Gets the id of this ShowRecordSetResponse.
|
112
146
|
|
113
|
-
|
147
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
114
148
|
|
115
149
|
:return: The id of this ShowRecordSetResponse.
|
116
150
|
:rtype: str
|
@@ -119,20 +153,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
119
153
|
|
120
154
|
@id.setter
|
121
155
|
def id(self, id):
|
122
|
-
"""Sets the id of this ShowRecordSetResponse.
|
156
|
+
r"""Sets the id of this ShowRecordSetResponse.
|
123
157
|
|
124
|
-
|
158
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
125
159
|
|
126
160
|
:param id: The id of this ShowRecordSetResponse.
|
127
|
-
:type: str
|
161
|
+
:type id: str
|
128
162
|
"""
|
129
163
|
self._id = id
|
130
164
|
|
131
165
|
@property
|
132
166
|
def name(self):
|
133
|
-
"""Gets the name of this ShowRecordSetResponse.
|
167
|
+
r"""Gets the name of this ShowRecordSetResponse.
|
134
168
|
|
135
|
-
|
169
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
136
170
|
|
137
171
|
:return: The name of this ShowRecordSetResponse.
|
138
172
|
:rtype: str
|
@@ -141,20 +175,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
141
175
|
|
142
176
|
@name.setter
|
143
177
|
def name(self, name):
|
144
|
-
"""Sets the name of this ShowRecordSetResponse.
|
178
|
+
r"""Sets the name of this ShowRecordSetResponse.
|
145
179
|
|
146
|
-
|
180
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
147
181
|
|
148
182
|
:param name: The name of this ShowRecordSetResponse.
|
149
|
-
:type: str
|
183
|
+
:type name: str
|
150
184
|
"""
|
151
185
|
self._name = name
|
152
186
|
|
153
187
|
@property
|
154
188
|
def description(self):
|
155
|
-
"""Gets the description of this ShowRecordSetResponse.
|
189
|
+
r"""Gets the description of this ShowRecordSetResponse.
|
156
190
|
|
157
|
-
|
191
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
158
192
|
|
159
193
|
:return: The description of this ShowRecordSetResponse.
|
160
194
|
:rtype: str
|
@@ -163,20 +197,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
163
197
|
|
164
198
|
@description.setter
|
165
199
|
def description(self, description):
|
166
|
-
"""Sets the description of this ShowRecordSetResponse.
|
200
|
+
r"""Sets the description of this ShowRecordSetResponse.
|
167
201
|
|
168
|
-
|
202
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
169
203
|
|
170
204
|
:param description: The description of this ShowRecordSetResponse.
|
171
|
-
:type: str
|
205
|
+
:type description: str
|
172
206
|
"""
|
173
207
|
self._description = description
|
174
208
|
|
175
209
|
@property
|
176
210
|
def zone_id(self):
|
177
|
-
"""Gets the zone_id of this ShowRecordSetResponse.
|
211
|
+
r"""Gets the zone_id of this ShowRecordSetResponse.
|
178
212
|
|
179
|
-
|
213
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
180
214
|
|
181
215
|
:return: The zone_id of this ShowRecordSetResponse.
|
182
216
|
:rtype: str
|
@@ -185,20 +219,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
185
219
|
|
186
220
|
@zone_id.setter
|
187
221
|
def zone_id(self, zone_id):
|
188
|
-
"""Sets the zone_id of this ShowRecordSetResponse.
|
222
|
+
r"""Sets the zone_id of this ShowRecordSetResponse.
|
189
223
|
|
190
|
-
|
224
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
191
225
|
|
192
226
|
:param zone_id: The zone_id of this ShowRecordSetResponse.
|
193
|
-
:type: str
|
227
|
+
:type zone_id: str
|
194
228
|
"""
|
195
229
|
self._zone_id = zone_id
|
196
230
|
|
197
231
|
@property
|
198
232
|
def zone_name(self):
|
199
|
-
"""Gets the zone_name of this ShowRecordSetResponse.
|
233
|
+
r"""Gets the zone_name of this ShowRecordSetResponse.
|
200
234
|
|
201
|
-
|
235
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
202
236
|
|
203
237
|
:return: The zone_name of this ShowRecordSetResponse.
|
204
238
|
:rtype: str
|
@@ -207,20 +241,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
207
241
|
|
208
242
|
@zone_name.setter
|
209
243
|
def zone_name(self, zone_name):
|
210
|
-
"""Sets the zone_name of this ShowRecordSetResponse.
|
244
|
+
r"""Sets the zone_name of this ShowRecordSetResponse.
|
211
245
|
|
212
|
-
|
246
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
213
247
|
|
214
248
|
:param zone_name: The zone_name of this ShowRecordSetResponse.
|
215
|
-
:type: str
|
249
|
+
:type zone_name: str
|
216
250
|
"""
|
217
251
|
self._zone_name = zone_name
|
218
252
|
|
219
253
|
@property
|
220
254
|
def type(self):
|
221
|
-
"""Gets the type of this ShowRecordSetResponse.
|
255
|
+
r"""Gets the type of this ShowRecordSetResponse.
|
222
256
|
|
223
|
-
记录类型。
|
257
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
224
258
|
|
225
259
|
:return: The type of this ShowRecordSetResponse.
|
226
260
|
:rtype: str
|
@@ -229,20 +263,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
229
263
|
|
230
264
|
@type.setter
|
231
265
|
def type(self, type):
|
232
|
-
"""Sets the type of this ShowRecordSetResponse.
|
266
|
+
r"""Sets the type of this ShowRecordSetResponse.
|
233
267
|
|
234
|
-
记录类型。
|
268
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
235
269
|
|
236
270
|
:param type: The type of this ShowRecordSetResponse.
|
237
|
-
:type: str
|
271
|
+
:type type: str
|
238
272
|
"""
|
239
273
|
self._type = type
|
240
274
|
|
241
275
|
@property
|
242
276
|
def ttl(self):
|
243
|
-
"""Gets the ttl of this ShowRecordSetResponse.
|
277
|
+
r"""Gets the ttl of this ShowRecordSetResponse.
|
244
278
|
|
245
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
279
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
246
280
|
|
247
281
|
:return: The ttl of this ShowRecordSetResponse.
|
248
282
|
:rtype: int
|
@@ -251,20 +285,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
251
285
|
|
252
286
|
@ttl.setter
|
253
287
|
def ttl(self, ttl):
|
254
|
-
"""Sets the ttl of this ShowRecordSetResponse.
|
288
|
+
r"""Sets the ttl of this ShowRecordSetResponse.
|
255
289
|
|
256
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
290
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
257
291
|
|
258
292
|
:param ttl: The ttl of this ShowRecordSetResponse.
|
259
|
-
:type: int
|
293
|
+
:type ttl: int
|
260
294
|
"""
|
261
295
|
self._ttl = ttl
|
262
296
|
|
263
297
|
@property
|
264
298
|
def records(self):
|
265
|
-
"""Gets the records of this ShowRecordSetResponse.
|
299
|
+
r"""Gets the records of this ShowRecordSetResponse.
|
266
300
|
|
267
|
-
域名解析后的值。
|
301
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
268
302
|
|
269
303
|
:return: The records of this ShowRecordSetResponse.
|
270
304
|
:rtype: list[str]
|
@@ -273,20 +307,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
273
307
|
|
274
308
|
@records.setter
|
275
309
|
def records(self, records):
|
276
|
-
"""Sets the records of this ShowRecordSetResponse.
|
310
|
+
r"""Sets the records of this ShowRecordSetResponse.
|
277
311
|
|
278
|
-
域名解析后的值。
|
312
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
279
313
|
|
280
314
|
:param records: The records of this ShowRecordSetResponse.
|
281
|
-
:type: list[str]
|
315
|
+
:type records: list[str]
|
282
316
|
"""
|
283
317
|
self._records = records
|
284
318
|
|
285
319
|
@property
|
286
320
|
def create_at(self):
|
287
|
-
"""Gets the create_at of this ShowRecordSetResponse.
|
321
|
+
r"""Gets the create_at of this ShowRecordSetResponse.
|
288
322
|
|
289
|
-
|
323
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
290
324
|
|
291
325
|
:return: The create_at of this ShowRecordSetResponse.
|
292
326
|
:rtype: str
|
@@ -295,20 +329,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
295
329
|
|
296
330
|
@create_at.setter
|
297
331
|
def create_at(self, create_at):
|
298
|
-
"""Sets the create_at of this ShowRecordSetResponse.
|
332
|
+
r"""Sets the create_at of this ShowRecordSetResponse.
|
299
333
|
|
300
|
-
|
334
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
301
335
|
|
302
336
|
:param create_at: The create_at of this ShowRecordSetResponse.
|
303
|
-
:type: str
|
337
|
+
:type create_at: str
|
304
338
|
"""
|
305
339
|
self._create_at = create_at
|
306
340
|
|
307
341
|
@property
|
308
342
|
def update_at(self):
|
309
|
-
"""Gets the update_at of this ShowRecordSetResponse.
|
343
|
+
r"""Gets the update_at of this ShowRecordSetResponse.
|
310
344
|
|
311
|
-
|
345
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
312
346
|
|
313
347
|
:return: The update_at of this ShowRecordSetResponse.
|
314
348
|
:rtype: str
|
@@ -317,20 +351,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
317
351
|
|
318
352
|
@update_at.setter
|
319
353
|
def update_at(self, update_at):
|
320
|
-
"""Sets the update_at of this ShowRecordSetResponse.
|
354
|
+
r"""Sets the update_at of this ShowRecordSetResponse.
|
321
355
|
|
322
|
-
|
356
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
323
357
|
|
324
358
|
:param update_at: The update_at of this ShowRecordSetResponse.
|
325
|
-
:type: str
|
359
|
+
:type update_at: str
|
326
360
|
"""
|
327
361
|
self._update_at = update_at
|
328
362
|
|
329
363
|
@property
|
330
364
|
def status(self):
|
331
|
-
"""Gets the status of this ShowRecordSetResponse.
|
365
|
+
r"""Gets the status of this ShowRecordSetResponse.
|
332
366
|
|
333
|
-
|
367
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
334
368
|
|
335
369
|
:return: The status of this ShowRecordSetResponse.
|
336
370
|
:rtype: str
|
@@ -339,20 +373,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
339
373
|
|
340
374
|
@status.setter
|
341
375
|
def status(self, status):
|
342
|
-
"""Sets the status of this ShowRecordSetResponse.
|
376
|
+
r"""Sets the status of this ShowRecordSetResponse.
|
343
377
|
|
344
|
-
|
378
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - PENDING_CREATE:创建中 - PENDING_UPDATE:更新中 - PENDING_DELETE:删除中 - PENDING_FREEZE:冻结中 - FREEZE:冻结 - ILLEGAL:违规冻结 - POLICE:公安冻结 - PENDING_DISABLE:暂停中 - DISABLE:暂停 - ERROR:失败
|
345
379
|
|
346
380
|
:param status: The status of this ShowRecordSetResponse.
|
347
|
-
:type: str
|
381
|
+
:type status: str
|
348
382
|
"""
|
349
383
|
self._status = status
|
350
384
|
|
351
385
|
@property
|
352
386
|
def default(self):
|
353
|
-
"""Gets the default of this ShowRecordSetResponse.
|
387
|
+
r"""Gets the default of this ShowRecordSetResponse.
|
354
388
|
|
355
|
-
|
389
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
356
390
|
|
357
391
|
:return: The default of this ShowRecordSetResponse.
|
358
392
|
:rtype: bool
|
@@ -361,20 +395,20 @@ class ShowRecordSetResponse(SdkResponse):
|
|
361
395
|
|
362
396
|
@default.setter
|
363
397
|
def default(self, default):
|
364
|
-
"""Sets the default of this ShowRecordSetResponse.
|
398
|
+
r"""Sets the default of this ShowRecordSetResponse.
|
365
399
|
|
366
|
-
|
400
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
367
401
|
|
368
402
|
:param default: The default of this ShowRecordSetResponse.
|
369
|
-
:type: bool
|
403
|
+
:type default: bool
|
370
404
|
"""
|
371
405
|
self._default = default
|
372
406
|
|
373
407
|
@property
|
374
408
|
def project_id(self):
|
375
|
-
"""Gets the project_id of this ShowRecordSetResponse.
|
409
|
+
r"""Gets the project_id of this ShowRecordSetResponse.
|
376
410
|
|
377
|
-
|
411
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
378
412
|
|
379
413
|
:return: The project_id of this ShowRecordSetResponse.
|
380
414
|
:rtype: str
|
@@ -383,35 +417,55 @@ class ShowRecordSetResponse(SdkResponse):
|
|
383
417
|
|
384
418
|
@project_id.setter
|
385
419
|
def project_id(self, project_id):
|
386
|
-
"""Sets the project_id of this ShowRecordSetResponse.
|
420
|
+
r"""Sets the project_id of this ShowRecordSetResponse.
|
387
421
|
|
388
|
-
|
422
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
389
423
|
|
390
424
|
:param project_id: The project_id of this ShowRecordSetResponse.
|
391
|
-
:type: str
|
425
|
+
:type project_id: str
|
392
426
|
"""
|
393
427
|
self._project_id = project_id
|
394
428
|
|
395
429
|
@property
|
396
430
|
def links(self):
|
397
|
-
"""Gets the links of this ShowRecordSetResponse.
|
398
|
-
|
431
|
+
r"""Gets the links of this ShowRecordSetResponse.
|
399
432
|
|
400
433
|
:return: The links of this ShowRecordSetResponse.
|
401
|
-
:rtype: PageLink
|
434
|
+
:rtype: :class:`huaweicloudsdkdns.v2.PageLink`
|
402
435
|
"""
|
403
436
|
return self._links
|
404
437
|
|
405
438
|
@links.setter
|
406
439
|
def links(self, links):
|
407
|
-
"""Sets the links of this ShowRecordSetResponse.
|
408
|
-
|
440
|
+
r"""Sets the links of this ShowRecordSetResponse.
|
409
441
|
|
410
442
|
:param links: The links of this ShowRecordSetResponse.
|
411
|
-
:type: PageLink
|
443
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
412
444
|
"""
|
413
445
|
self._links = links
|
414
446
|
|
447
|
+
@property
|
448
|
+
def bundle(self):
|
449
|
+
r"""Gets the bundle of this ShowRecordSetResponse.
|
450
|
+
|
451
|
+
**参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
452
|
+
|
453
|
+
:return: The bundle of this ShowRecordSetResponse.
|
454
|
+
:rtype: str
|
455
|
+
"""
|
456
|
+
return self._bundle
|
457
|
+
|
458
|
+
@bundle.setter
|
459
|
+
def bundle(self, bundle):
|
460
|
+
r"""Sets the bundle of this ShowRecordSetResponse.
|
461
|
+
|
462
|
+
**参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
463
|
+
|
464
|
+
:param bundle: The bundle of this ShowRecordSetResponse.
|
465
|
+
:type bundle: str
|
466
|
+
"""
|
467
|
+
self._bundle = bundle
|
468
|
+
|
415
469
|
def to_dict(self):
|
416
470
|
"""Returns the model properties as a dict"""
|
417
471
|
result = {}
|
@@ -441,10 +495,15 @@ class ShowRecordSetResponse(SdkResponse):
|
|
441
495
|
|
442
496
|
def to_str(self):
|
443
497
|
"""Returns the string representation of the model"""
|
444
|
-
|
498
|
+
import simplejson as json
|
499
|
+
if six.PY2:
|
500
|
+
import sys
|
501
|
+
reload(sys)
|
502
|
+
sys.setdefaultencoding("utf-8")
|
503
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
445
504
|
|
446
505
|
def __repr__(self):
|
447
|
-
"""For `print`
|
506
|
+
"""For `print`"""
|
448
507
|
return self.to_str()
|
449
508
|
|
450
509
|
def __eq__(self, other):
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class ShowRecordSetWithLineRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class ShowRecordSetWithLineRequest:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -33,7 +27,15 @@ class ShowRecordSetWithLineRequest:
|
|
33
27
|
}
|
34
28
|
|
35
29
|
def __init__(self, zone_id=None, recordset_id=None):
|
36
|
-
"""ShowRecordSetWithLineRequest
|
30
|
+
r"""ShowRecordSetWithLineRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param zone_id: **参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
35
|
+
:type zone_id: str
|
36
|
+
:param recordset_id: **参数解释:** 记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
37
|
+
:type recordset_id: str
|
38
|
+
"""
|
37
39
|
|
38
40
|
|
39
41
|
|
@@ -46,8 +48,9 @@ class ShowRecordSetWithLineRequest:
|
|
46
48
|
|
47
49
|
@property
|
48
50
|
def zone_id(self):
|
49
|
-
"""Gets the zone_id of this ShowRecordSetWithLineRequest.
|
51
|
+
r"""Gets the zone_id of this ShowRecordSetWithLineRequest.
|
50
52
|
|
53
|
+
**参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
51
54
|
|
52
55
|
:return: The zone_id of this ShowRecordSetWithLineRequest.
|
53
56
|
:rtype: str
|
@@ -56,18 +59,20 @@ class ShowRecordSetWithLineRequest:
|
|
56
59
|
|
57
60
|
@zone_id.setter
|
58
61
|
def zone_id(self, zone_id):
|
59
|
-
"""Sets the zone_id of this ShowRecordSetWithLineRequest.
|
62
|
+
r"""Sets the zone_id of this ShowRecordSetWithLineRequest.
|
60
63
|
|
64
|
+
**参数解释:** 域名ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
61
65
|
|
62
66
|
:param zone_id: The zone_id of this ShowRecordSetWithLineRequest.
|
63
|
-
:type: str
|
67
|
+
:type zone_id: str
|
64
68
|
"""
|
65
69
|
self._zone_id = zone_id
|
66
70
|
|
67
71
|
@property
|
68
72
|
def recordset_id(self):
|
69
|
-
"""Gets the recordset_id of this ShowRecordSetWithLineRequest.
|
73
|
+
r"""Gets the recordset_id of this ShowRecordSetWithLineRequest.
|
70
74
|
|
75
|
+
**参数解释:** 记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
71
76
|
|
72
77
|
:return: The recordset_id of this ShowRecordSetWithLineRequest.
|
73
78
|
:rtype: str
|
@@ -76,11 +81,12 @@ class ShowRecordSetWithLineRequest:
|
|
76
81
|
|
77
82
|
@recordset_id.setter
|
78
83
|
def recordset_id(self, recordset_id):
|
79
|
-
"""Sets the recordset_id of this ShowRecordSetWithLineRequest.
|
84
|
+
r"""Sets the recordset_id of this ShowRecordSetWithLineRequest.
|
80
85
|
|
86
|
+
**参数解释:** 记录集ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
81
87
|
|
82
88
|
:param recordset_id: The recordset_id of this ShowRecordSetWithLineRequest.
|
83
|
-
:type: str
|
89
|
+
:type recordset_id: str
|
84
90
|
"""
|
85
91
|
self._recordset_id = recordset_id
|
86
92
|
|
@@ -113,10 +119,15 @@ class ShowRecordSetWithLineRequest:
|
|
113
119
|
|
114
120
|
def to_str(self):
|
115
121
|
"""Returns the string representation of the model"""
|
116
|
-
|
122
|
+
import simplejson as json
|
123
|
+
if six.PY2:
|
124
|
+
import sys
|
125
|
+
reload(sys)
|
126
|
+
sys.setdefaultencoding("utf-8")
|
127
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
117
128
|
|
118
129
|
def __repr__(self):
|
119
|
-
"""For `print`
|
130
|
+
"""For `print`"""
|
120
131
|
return self.to_str()
|
121
132
|
|
122
133
|
def __eq__(self, other):
|