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 SetRecordSetsStatusResponse(SdkResponse):
|
13
10
|
|
14
|
-
|
15
11
|
"""
|
16
12
|
Attributes:
|
17
13
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +15,6 @@ class SetRecordSetsStatusResponse(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 = {
|
@@ -40,7 +35,8 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
40
35
|
'line': 'str',
|
41
36
|
'weight': 'int',
|
42
37
|
'health_check_id': 'str',
|
43
|
-
'alias_target': 'AliasTarget'
|
38
|
+
'alias_target': 'AliasTarget',
|
39
|
+
'bundle': 'str'
|
44
40
|
}
|
45
41
|
|
46
42
|
attribute_map = {
|
@@ -61,13 +57,56 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
61
57
|
'line': 'line',
|
62
58
|
'weight': 'weight',
|
63
59
|
'health_check_id': 'health_check_id',
|
64
|
-
'alias_target': 'alias_target'
|
60
|
+
'alias_target': 'alias_target',
|
61
|
+
'bundle': 'bundle'
|
65
62
|
}
|
66
63
|
|
67
|
-
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, line=None, weight=None, health_check_id=None, alias_target=None):
|
68
|
-
"""SetRecordSetsStatusResponse
|
64
|
+
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, line=None, weight=None, health_check_id=None, alias_target=None, bundle=None):
|
65
|
+
r"""SetRecordSetsStatusResponse
|
66
|
+
|
67
|
+
The model defined in huaweicloud sdk
|
68
|
+
|
69
|
+
:param id: **参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
70
|
+
:type id: str
|
71
|
+
:param name: **参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
72
|
+
:type name: str
|
73
|
+
:param description: **参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
74
|
+
:type description: str
|
75
|
+
:param zone_id: **参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
76
|
+
:type zone_id: str
|
77
|
+
:param zone_name: **参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
78
|
+
:type zone_name: str
|
79
|
+
:param type: **参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
80
|
+
:type type: str
|
81
|
+
:param ttl: **参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
82
|
+
:type ttl: int
|
83
|
+
:param records: **参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
84
|
+
:type records: list[str]
|
85
|
+
:param created_at: **参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
86
|
+
:type created_at: str
|
87
|
+
:param updated_at: **参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
88
|
+
:type updated_at: str
|
89
|
+
:param status: **参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - DISABLE:暂停
|
90
|
+
:type status: str
|
91
|
+
:param default: **参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
92
|
+
:type default: bool
|
93
|
+
:param project_id: **参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
94
|
+
:type project_id: str
|
95
|
+
:param links:
|
96
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
97
|
+
:param line: **参数解释:** 解析线路ID。 **取值范围:** 不涉及。
|
98
|
+
:type line: str
|
99
|
+
:param weight: **参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
|
100
|
+
:type weight: int
|
101
|
+
:param health_check_id: **参数解释:** 健康检查ID。 **取值范围:** 不涉及。
|
102
|
+
:type health_check_id: str
|
103
|
+
:param alias_target:
|
104
|
+
:type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
|
105
|
+
:param bundle: **参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
106
|
+
:type bundle: str
|
107
|
+
"""
|
69
108
|
|
70
|
-
super().__init__()
|
109
|
+
super(SetRecordSetsStatusResponse, self).__init__()
|
71
110
|
|
72
111
|
self._id = None
|
73
112
|
self._name = None
|
@@ -87,6 +126,7 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
87
126
|
self._weight = None
|
88
127
|
self._health_check_id = None
|
89
128
|
self._alias_target = None
|
129
|
+
self._bundle = None
|
90
130
|
self.discriminator = None
|
91
131
|
|
92
132
|
if id is not None:
|
@@ -125,12 +165,14 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
125
165
|
self.health_check_id = health_check_id
|
126
166
|
if alias_target is not None:
|
127
167
|
self.alias_target = alias_target
|
168
|
+
if bundle is not None:
|
169
|
+
self.bundle = bundle
|
128
170
|
|
129
171
|
@property
|
130
172
|
def id(self):
|
131
|
-
"""Gets the id of this SetRecordSetsStatusResponse.
|
173
|
+
r"""Gets the id of this SetRecordSetsStatusResponse.
|
132
174
|
|
133
|
-
|
175
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
134
176
|
|
135
177
|
:return: The id of this SetRecordSetsStatusResponse.
|
136
178
|
:rtype: str
|
@@ -139,20 +181,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
139
181
|
|
140
182
|
@id.setter
|
141
183
|
def id(self, id):
|
142
|
-
"""Sets the id of this SetRecordSetsStatusResponse.
|
184
|
+
r"""Sets the id of this SetRecordSetsStatusResponse.
|
143
185
|
|
144
|
-
|
186
|
+
**参数解释:** 记录集的ID。 **取值范围:** 不涉及。
|
145
187
|
|
146
188
|
:param id: The id of this SetRecordSetsStatusResponse.
|
147
|
-
:type: str
|
189
|
+
:type id: str
|
148
190
|
"""
|
149
191
|
self._id = id
|
150
192
|
|
151
193
|
@property
|
152
194
|
def name(self):
|
153
|
-
"""Gets the name of this SetRecordSetsStatusResponse.
|
195
|
+
r"""Gets the name of this SetRecordSetsStatusResponse.
|
154
196
|
|
155
|
-
|
197
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
156
198
|
|
157
199
|
:return: The name of this SetRecordSetsStatusResponse.
|
158
200
|
:rtype: str
|
@@ -161,20 +203,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
161
203
|
|
162
204
|
@name.setter
|
163
205
|
def name(self, name):
|
164
|
-
"""Sets the name of this SetRecordSetsStatusResponse.
|
206
|
+
r"""Sets the name of this SetRecordSetsStatusResponse.
|
165
207
|
|
166
|
-
|
208
|
+
**参数解释:** 记录集的名称。 **取值范围:** 不涉及。
|
167
209
|
|
168
210
|
:param name: The name of this SetRecordSetsStatusResponse.
|
169
|
-
:type: str
|
211
|
+
:type name: str
|
170
212
|
"""
|
171
213
|
self._name = name
|
172
214
|
|
173
215
|
@property
|
174
216
|
def description(self):
|
175
|
-
"""Gets the description of this SetRecordSetsStatusResponse.
|
217
|
+
r"""Gets the description of this SetRecordSetsStatusResponse.
|
176
218
|
|
177
|
-
|
219
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
178
220
|
|
179
221
|
:return: The description of this SetRecordSetsStatusResponse.
|
180
222
|
:rtype: str
|
@@ -183,20 +225,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
183
225
|
|
184
226
|
@description.setter
|
185
227
|
def description(self, description):
|
186
|
-
"""Sets the description of this SetRecordSetsStatusResponse.
|
228
|
+
r"""Sets the description of this SetRecordSetsStatusResponse.
|
187
229
|
|
188
|
-
|
230
|
+
**参数解释:** 记录集的描述信息。 **取值范围:** 长度不超过255个字符。
|
189
231
|
|
190
232
|
:param description: The description of this SetRecordSetsStatusResponse.
|
191
|
-
:type: str
|
233
|
+
:type description: str
|
192
234
|
"""
|
193
235
|
self._description = description
|
194
236
|
|
195
237
|
@property
|
196
238
|
def zone_id(self):
|
197
|
-
"""Gets the zone_id of this SetRecordSetsStatusResponse.
|
239
|
+
r"""Gets the zone_id of this SetRecordSetsStatusResponse.
|
198
240
|
|
199
|
-
|
241
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
200
242
|
|
201
243
|
:return: The zone_id of this SetRecordSetsStatusResponse.
|
202
244
|
:rtype: str
|
@@ -205,20 +247,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
205
247
|
|
206
248
|
@zone_id.setter
|
207
249
|
def zone_id(self, zone_id):
|
208
|
-
"""Sets the zone_id of this SetRecordSetsStatusResponse.
|
250
|
+
r"""Sets the zone_id of this SetRecordSetsStatusResponse.
|
209
251
|
|
210
|
-
|
252
|
+
**参数解释:** 托管该记录的域名ID。 **取值范围:** 不涉及。
|
211
253
|
|
212
254
|
:param zone_id: The zone_id of this SetRecordSetsStatusResponse.
|
213
|
-
:type: str
|
255
|
+
:type zone_id: str
|
214
256
|
"""
|
215
257
|
self._zone_id = zone_id
|
216
258
|
|
217
259
|
@property
|
218
260
|
def zone_name(self):
|
219
|
-
"""Gets the zone_name of this SetRecordSetsStatusResponse.
|
261
|
+
r"""Gets the zone_name of this SetRecordSetsStatusResponse.
|
220
262
|
|
221
|
-
|
263
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
222
264
|
|
223
265
|
:return: The zone_name of this SetRecordSetsStatusResponse.
|
224
266
|
:rtype: str
|
@@ -227,20 +269,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
227
269
|
|
228
270
|
@zone_name.setter
|
229
271
|
def zone_name(self, zone_name):
|
230
|
-
"""Sets the zone_name of this SetRecordSetsStatusResponse.
|
272
|
+
r"""Sets the zone_name of this SetRecordSetsStatusResponse.
|
231
273
|
|
232
|
-
|
274
|
+
**参数解释:** 托管该记录的域名。 **取值范围:** 不涉及。
|
233
275
|
|
234
276
|
:param zone_name: The zone_name of this SetRecordSetsStatusResponse.
|
235
|
-
:type: str
|
277
|
+
:type zone_name: str
|
236
278
|
"""
|
237
279
|
self._zone_name = zone_name
|
238
280
|
|
239
281
|
@property
|
240
282
|
def type(self):
|
241
|
-
"""Gets the type of this SetRecordSetsStatusResponse.
|
283
|
+
r"""Gets the type of this SetRecordSetsStatusResponse.
|
242
284
|
|
243
|
-
记录类型。
|
285
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
244
286
|
|
245
287
|
:return: The type of this SetRecordSetsStatusResponse.
|
246
288
|
:rtype: str
|
@@ -249,20 +291,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
249
291
|
|
250
292
|
@type.setter
|
251
293
|
def type(self, type):
|
252
|
-
"""Sets the type of this SetRecordSetsStatusResponse.
|
294
|
+
r"""Sets the type of this SetRecordSetsStatusResponse.
|
253
295
|
|
254
|
-
记录类型。
|
296
|
+
**参数解释:** 记录类型。 **取值范围:** - 公网域名的记录类型: A、AAAA、MX、CNAME、TXT、SRV、NS、SOA、CAA。 - 内网域名的记录类型: A、AAAA、MX、CNAME、TXT、PTR、SRV、NS、SOA。
|
255
297
|
|
256
298
|
:param type: The type of this SetRecordSetsStatusResponse.
|
257
|
-
:type: str
|
299
|
+
:type type: str
|
258
300
|
"""
|
259
301
|
self._type = type
|
260
302
|
|
261
303
|
@property
|
262
304
|
def ttl(self):
|
263
|
-
"""Gets the ttl of this SetRecordSetsStatusResponse.
|
305
|
+
r"""Gets the ttl of this SetRecordSetsStatusResponse.
|
264
306
|
|
265
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
307
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
266
308
|
|
267
309
|
:return: The ttl of this SetRecordSetsStatusResponse.
|
268
310
|
:rtype: int
|
@@ -271,20 +313,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
271
313
|
|
272
314
|
@ttl.setter
|
273
315
|
def ttl(self, ttl):
|
274
|
-
"""Sets the ttl of this SetRecordSetsStatusResponse.
|
316
|
+
r"""Sets the ttl of this SetRecordSetsStatusResponse.
|
275
317
|
|
276
|
-
解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
318
|
+
**参数解释:** 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。 **取值范围:** 1~2147483647。
|
277
319
|
|
278
320
|
:param ttl: The ttl of this SetRecordSetsStatusResponse.
|
279
|
-
:type: int
|
321
|
+
:type ttl: int
|
280
322
|
"""
|
281
323
|
self._ttl = ttl
|
282
324
|
|
283
325
|
@property
|
284
326
|
def records(self):
|
285
|
-
"""Gets the records of this SetRecordSetsStatusResponse.
|
327
|
+
r"""Gets the records of this SetRecordSetsStatusResponse.
|
286
328
|
|
287
|
-
域名解析后的值。
|
329
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
288
330
|
|
289
331
|
:return: The records of this SetRecordSetsStatusResponse.
|
290
332
|
:rtype: list[str]
|
@@ -293,20 +335,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
293
335
|
|
294
336
|
@records.setter
|
295
337
|
def records(self, records):
|
296
|
-
"""Sets the records of this SetRecordSetsStatusResponse.
|
338
|
+
r"""Sets the records of this SetRecordSetsStatusResponse.
|
297
339
|
|
298
|
-
域名解析后的值。
|
340
|
+
**参数解释:** 域名解析后的值。 **取值范围:** 不涉及。
|
299
341
|
|
300
342
|
:param records: The records of this SetRecordSetsStatusResponse.
|
301
|
-
:type: list[str]
|
343
|
+
:type records: list[str]
|
302
344
|
"""
|
303
345
|
self._records = records
|
304
346
|
|
305
347
|
@property
|
306
348
|
def created_at(self):
|
307
|
-
"""Gets the created_at of this SetRecordSetsStatusResponse.
|
349
|
+
r"""Gets the created_at of this SetRecordSetsStatusResponse.
|
308
350
|
|
309
|
-
|
351
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
310
352
|
|
311
353
|
:return: The created_at of this SetRecordSetsStatusResponse.
|
312
354
|
:rtype: str
|
@@ -315,20 +357,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
315
357
|
|
316
358
|
@created_at.setter
|
317
359
|
def created_at(self, created_at):
|
318
|
-
"""Sets the created_at of this SetRecordSetsStatusResponse.
|
360
|
+
r"""Sets the created_at of this SetRecordSetsStatusResponse.
|
319
361
|
|
320
|
-
|
362
|
+
**参数解释:** 记录集的创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
321
363
|
|
322
364
|
:param created_at: The created_at of this SetRecordSetsStatusResponse.
|
323
|
-
:type: str
|
365
|
+
:type created_at: str
|
324
366
|
"""
|
325
367
|
self._created_at = created_at
|
326
368
|
|
327
369
|
@property
|
328
370
|
def updated_at(self):
|
329
|
-
"""Gets the updated_at of this SetRecordSetsStatusResponse.
|
371
|
+
r"""Gets the updated_at of this SetRecordSetsStatusResponse.
|
330
372
|
|
331
|
-
|
373
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
332
374
|
|
333
375
|
:return: The updated_at of this SetRecordSetsStatusResponse.
|
334
376
|
:rtype: str
|
@@ -337,20 +379,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
337
379
|
|
338
380
|
@updated_at.setter
|
339
381
|
def updated_at(self, updated_at):
|
340
|
-
"""Sets the updated_at of this SetRecordSetsStatusResponse.
|
382
|
+
r"""Sets the updated_at of this SetRecordSetsStatusResponse.
|
341
383
|
|
342
|
-
|
384
|
+
**参数解释:** 记录集的最近一次修改时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。 **取值范围:** 不涉及。
|
343
385
|
|
344
386
|
:param updated_at: The updated_at of this SetRecordSetsStatusResponse.
|
345
|
-
:type: str
|
387
|
+
:type updated_at: str
|
346
388
|
"""
|
347
389
|
self._updated_at = updated_at
|
348
390
|
|
349
391
|
@property
|
350
392
|
def status(self):
|
351
|
-
"""Gets the status of this SetRecordSetsStatusResponse.
|
393
|
+
r"""Gets the status of this SetRecordSetsStatusResponse.
|
352
394
|
|
353
|
-
|
395
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - DISABLE:暂停
|
354
396
|
|
355
397
|
:return: The status of this SetRecordSetsStatusResponse.
|
356
398
|
:rtype: str
|
@@ -359,20 +401,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
359
401
|
|
360
402
|
@status.setter
|
361
403
|
def status(self, status):
|
362
|
-
"""Sets the status of this SetRecordSetsStatusResponse.
|
404
|
+
r"""Sets the status of this SetRecordSetsStatusResponse.
|
363
405
|
|
364
|
-
|
406
|
+
**参数解释:** 记录集状态。 **取值范围:** - ACTIVE:正常 - DISABLE:暂停
|
365
407
|
|
366
408
|
:param status: The status of this SetRecordSetsStatusResponse.
|
367
|
-
:type: str
|
409
|
+
:type status: str
|
368
410
|
"""
|
369
411
|
self._status = status
|
370
412
|
|
371
413
|
@property
|
372
414
|
def default(self):
|
373
|
-
"""Gets the default of this SetRecordSetsStatusResponse.
|
415
|
+
r"""Gets the default of this SetRecordSetsStatusResponse.
|
374
416
|
|
375
|
-
|
417
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
376
418
|
|
377
419
|
:return: The default of this SetRecordSetsStatusResponse.
|
378
420
|
:rtype: bool
|
@@ -381,20 +423,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
381
423
|
|
382
424
|
@default.setter
|
383
425
|
def default(self, default):
|
384
|
-
"""Sets the default of this SetRecordSetsStatusResponse.
|
426
|
+
r"""Sets the default of this SetRecordSetsStatusResponse.
|
385
427
|
|
386
|
-
|
428
|
+
**参数解释:** 标识是否由系统默认生成,系统默认生成的记录集不能删除。 **取值范围:** 不涉及。
|
387
429
|
|
388
430
|
:param default: The default of this SetRecordSetsStatusResponse.
|
389
|
-
:type: bool
|
431
|
+
:type default: bool
|
390
432
|
"""
|
391
433
|
self._default = default
|
392
434
|
|
393
435
|
@property
|
394
436
|
def project_id(self):
|
395
|
-
"""Gets the project_id of this SetRecordSetsStatusResponse.
|
437
|
+
r"""Gets the project_id of this SetRecordSetsStatusResponse.
|
396
438
|
|
397
|
-
|
439
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
398
440
|
|
399
441
|
:return: The project_id of this SetRecordSetsStatusResponse.
|
400
442
|
:rtype: str
|
@@ -403,40 +445,38 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
403
445
|
|
404
446
|
@project_id.setter
|
405
447
|
def project_id(self, project_id):
|
406
|
-
"""Sets the project_id of this SetRecordSetsStatusResponse.
|
448
|
+
r"""Sets the project_id of this SetRecordSetsStatusResponse.
|
407
449
|
|
408
|
-
|
450
|
+
**参数解释:** 该记录集所属的项目ID。 **取值范围:** 不涉及。
|
409
451
|
|
410
452
|
:param project_id: The project_id of this SetRecordSetsStatusResponse.
|
411
|
-
:type: str
|
453
|
+
:type project_id: str
|
412
454
|
"""
|
413
455
|
self._project_id = project_id
|
414
456
|
|
415
457
|
@property
|
416
458
|
def links(self):
|
417
|
-
"""Gets the links of this SetRecordSetsStatusResponse.
|
418
|
-
|
459
|
+
r"""Gets the links of this SetRecordSetsStatusResponse.
|
419
460
|
|
420
461
|
:return: The links of this SetRecordSetsStatusResponse.
|
421
|
-
:rtype: PageLink
|
462
|
+
:rtype: :class:`huaweicloudsdkdns.v2.PageLink`
|
422
463
|
"""
|
423
464
|
return self._links
|
424
465
|
|
425
466
|
@links.setter
|
426
467
|
def links(self, links):
|
427
|
-
"""Sets the links of this SetRecordSetsStatusResponse.
|
428
|
-
|
468
|
+
r"""Sets the links of this SetRecordSetsStatusResponse.
|
429
469
|
|
430
470
|
:param links: The links of this SetRecordSetsStatusResponse.
|
431
|
-
:type: PageLink
|
471
|
+
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
432
472
|
"""
|
433
473
|
self._links = links
|
434
474
|
|
435
475
|
@property
|
436
476
|
def line(self):
|
437
|
-
"""Gets the line of this SetRecordSetsStatusResponse.
|
477
|
+
r"""Gets the line of this SetRecordSetsStatusResponse.
|
438
478
|
|
439
|
-
解析线路ID。
|
479
|
+
**参数解释:** 解析线路ID。 **取值范围:** 不涉及。
|
440
480
|
|
441
481
|
:return: The line of this SetRecordSetsStatusResponse.
|
442
482
|
:rtype: str
|
@@ -445,20 +485,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
445
485
|
|
446
486
|
@line.setter
|
447
487
|
def line(self, line):
|
448
|
-
"""Sets the line of this SetRecordSetsStatusResponse.
|
488
|
+
r"""Sets the line of this SetRecordSetsStatusResponse.
|
449
489
|
|
450
|
-
解析线路ID。
|
490
|
+
**参数解释:** 解析线路ID。 **取值范围:** 不涉及。
|
451
491
|
|
452
492
|
:param line: The line of this SetRecordSetsStatusResponse.
|
453
|
-
:type: str
|
493
|
+
:type line: str
|
454
494
|
"""
|
455
495
|
self._line = line
|
456
496
|
|
457
497
|
@property
|
458
498
|
def weight(self):
|
459
|
-
"""Gets the weight of this SetRecordSetsStatusResponse.
|
499
|
+
r"""Gets the weight of this SetRecordSetsStatusResponse.
|
460
500
|
|
461
|
-
解析记录的权重。
|
501
|
+
**参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
|
462
502
|
|
463
503
|
:return: The weight of this SetRecordSetsStatusResponse.
|
464
504
|
:rtype: int
|
@@ -467,20 +507,20 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
467
507
|
|
468
508
|
@weight.setter
|
469
509
|
def weight(self, weight):
|
470
|
-
"""Sets the weight of this SetRecordSetsStatusResponse.
|
510
|
+
r"""Sets the weight of this SetRecordSetsStatusResponse.
|
471
511
|
|
472
|
-
解析记录的权重。
|
512
|
+
**参数解释:** 解析记录的权重。 **取值范围:** 0~1000。
|
473
513
|
|
474
514
|
:param weight: The weight of this SetRecordSetsStatusResponse.
|
475
|
-
:type: int
|
515
|
+
:type weight: int
|
476
516
|
"""
|
477
517
|
self._weight = weight
|
478
518
|
|
479
519
|
@property
|
480
520
|
def health_check_id(self):
|
481
|
-
"""Gets the health_check_id of this SetRecordSetsStatusResponse.
|
521
|
+
r"""Gets the health_check_id of this SetRecordSetsStatusResponse.
|
482
522
|
|
483
|
-
健康检查ID。
|
523
|
+
**参数解释:** 健康检查ID。 **取值范围:** 不涉及。
|
484
524
|
|
485
525
|
:return: The health_check_id of this SetRecordSetsStatusResponse.
|
486
526
|
:rtype: str
|
@@ -489,35 +529,55 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
489
529
|
|
490
530
|
@health_check_id.setter
|
491
531
|
def health_check_id(self, health_check_id):
|
492
|
-
"""Sets the health_check_id of this SetRecordSetsStatusResponse.
|
532
|
+
r"""Sets the health_check_id of this SetRecordSetsStatusResponse.
|
493
533
|
|
494
|
-
健康检查ID。
|
534
|
+
**参数解释:** 健康检查ID。 **取值范围:** 不涉及。
|
495
535
|
|
496
536
|
:param health_check_id: The health_check_id of this SetRecordSetsStatusResponse.
|
497
|
-
:type: str
|
537
|
+
:type health_check_id: str
|
498
538
|
"""
|
499
539
|
self._health_check_id = health_check_id
|
500
540
|
|
501
541
|
@property
|
502
542
|
def alias_target(self):
|
503
|
-
"""Gets the alias_target of this SetRecordSetsStatusResponse.
|
504
|
-
|
543
|
+
r"""Gets the alias_target of this SetRecordSetsStatusResponse.
|
505
544
|
|
506
545
|
:return: The alias_target of this SetRecordSetsStatusResponse.
|
507
|
-
:rtype: AliasTarget
|
546
|
+
:rtype: :class:`huaweicloudsdkdns.v2.AliasTarget`
|
508
547
|
"""
|
509
548
|
return self._alias_target
|
510
549
|
|
511
550
|
@alias_target.setter
|
512
551
|
def alias_target(self, alias_target):
|
513
|
-
"""Sets the alias_target of this SetRecordSetsStatusResponse.
|
514
|
-
|
552
|
+
r"""Sets the alias_target of this SetRecordSetsStatusResponse.
|
515
553
|
|
516
554
|
:param alias_target: The alias_target of this SetRecordSetsStatusResponse.
|
517
|
-
:type: AliasTarget
|
555
|
+
:type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
|
518
556
|
"""
|
519
557
|
self._alias_target = alias_target
|
520
558
|
|
559
|
+
@property
|
560
|
+
def bundle(self):
|
561
|
+
r"""Gets the bundle of this SetRecordSetsStatusResponse.
|
562
|
+
|
563
|
+
**参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
564
|
+
|
565
|
+
:return: The bundle of this SetRecordSetsStatusResponse.
|
566
|
+
:rtype: str
|
567
|
+
"""
|
568
|
+
return self._bundle
|
569
|
+
|
570
|
+
@bundle.setter
|
571
|
+
def bundle(self, bundle):
|
572
|
+
r"""Sets the bundle of this SetRecordSetsStatusResponse.
|
573
|
+
|
574
|
+
**参数解释:** 规格,默认规格,保留字段。 **取值范围:** 不涉及。
|
575
|
+
|
576
|
+
:param bundle: The bundle of this SetRecordSetsStatusResponse.
|
577
|
+
:type bundle: str
|
578
|
+
"""
|
579
|
+
self._bundle = bundle
|
580
|
+
|
521
581
|
def to_dict(self):
|
522
582
|
"""Returns the model properties as a dict"""
|
523
583
|
result = {}
|
@@ -547,10 +607,15 @@ class SetRecordSetsStatusResponse(SdkResponse):
|
|
547
607
|
|
548
608
|
def to_str(self):
|
549
609
|
"""Returns the string representation of the model"""
|
550
|
-
|
610
|
+
import simplejson as json
|
611
|
+
if six.PY2:
|
612
|
+
import sys
|
613
|
+
reload(sys)
|
614
|
+
sys.setdefaultencoding("utf-8")
|
615
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
551
616
|
|
552
617
|
def __repr__(self):
|
553
|
-
"""For `print`
|
618
|
+
"""For `print`"""
|
554
619
|
return self.to_str()
|
555
620
|
|
556
621
|
def __eq__(self, other):
|