volcengine-python-sdk 4.0.17__py2.py3-none-any.whl → 4.0.18__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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/RECORD +261 -137
- volcenginesdkapig/__init__.py +52 -10
- volcenginesdkapig/api/apig_api.py +1489 -228
- volcenginesdkapig/models/__init__.py +52 -10
- volcenginesdkapig/models/apm_trace_spec_for_create_gateway_input.py +123 -0
- volcenginesdkapig/models/apm_trace_spec_for_get_gateway_output.py +95 -0
- volcenginesdkapig/models/apm_trace_spec_for_list_gateways_output.py +95 -0
- volcenginesdkapig/models/apm_trace_spec_for_update_gateway_trace_input.py +123 -0
- volcenginesdkapig/models/attach_gateway_lb_request.py +150 -0
- volcenginesdkapig/models/{tag_for_get_upstream_output.py → attach_gateway_lb_response.py} +20 -46
- volcenginesdkapig/models/create_custom_domain_request.py +255 -0
- volcenginesdkapig/models/create_custom_domain_response.py +123 -0
- volcenginesdkapig/models/create_gateway_request.py +17 -43
- volcenginesdkapig/models/create_upstream_request.py +1 -53
- volcenginesdkapig/models/create_upstream_version_request.py +150 -0
- volcenginesdkapig/models/create_upstream_version_response.py +149 -0
- volcenginesdkapig/models/custom_domain_for_get_custom_domain_output.py +357 -0
- volcenginesdkapig/models/delete_custom_domain_request.py +124 -0
- volcenginesdkapig/models/delete_custom_domain_response.py +95 -0
- volcenginesdkapig/models/delete_gateway_request.py +1 -27
- volcenginesdkapig/models/delete_upstream_version_request.py +151 -0
- volcenginesdkapig/models/delete_upstream_version_response.py +95 -0
- volcenginesdkapig20221112/models/tag_for_get_route_output.py → volcenginesdkapig/models/detach_gateway_lb_request.py +22 -47
- volcenginesdkapig/models/detach_gateway_lb_response.py +95 -0
- volcenginesdkapig/models/domain_spec_for_get_gateway_service_output.py +123 -0
- volcenginesdkapig/models/domain_spec_for_list_gateway_services_output.py +123 -0
- volcenginesdkapig/models/domain_spec_for_update_gateway_service_input.py +123 -0
- volcenginesdkapig/models/filter_for_list_gateways_input.py +1 -27
- volcenginesdkapig/models/gateway_for_get_gateway_output.py +17 -43
- volcenginesdkapig/models/gateway_service_for_get_gateway_service_output.py +29 -29
- volcenginesdkapig20221112/models/tag_for_list_routes_output.py → volcenginesdkapig/models/get_custom_domain_request.py +22 -47
- volcenginesdkapig/models/get_custom_domain_response.py +123 -0
- volcenginesdkapig/models/get_jwt_token_request.py +123 -0
- volcenginesdkapig/models/{tag_for_list_gateways_input.py → get_jwt_token_response.py} +20 -46
- volcenginesdkapig/models/imported_clb_spec_for_attach_gateway_lb_input.py +149 -0
- volcenginesdkapig/models/imported_clb_spec_for_list_gateway_lbs_output.py +201 -0
- volcenginesdkapig/models/ip_list_for_list_gateway_lbs_output.py +149 -0
- volcenginesdkapig/models/item_for_list_custom_domains_output.py +357 -0
- volcenginesdkapig/models/item_for_list_gateway_lbs_output.py +305 -0
- volcenginesdkapig/models/item_for_list_gateway_services_output.py +29 -29
- volcenginesdkapig/models/item_for_list_gateways_output.py +27 -1
- volcenginesdkapig/models/item_for_list_upstreams_output.py +1 -53
- volcenginesdkapig/models/{tag_for_list_gateway_services_output.py → label_for_create_upstream_version_input.py} +13 -13
- volcenginesdkapig/models/{tag_for_get_gateway_service_output.py → label_for_update_upstream_version_input.py} +13 -13
- volcenginesdkapig/models/list_custom_domains_request.py +201 -0
- volcenginesdkapig/models/list_custom_domains_response.py +149 -0
- volcenginesdkapig/models/list_gateway_lbs_request.py +124 -0
- volcenginesdkapig/models/list_gateway_lbs_response.py +149 -0
- volcenginesdkapig/models/list_upstreams_request.py +1 -27
- volcenginesdkapig/models/port_for_list_gateway_lbs_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_create_gateway_input.py +201 -0
- volcenginesdkapig/models/tls_trace_spec_for_get_gateway_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_list_gateways_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_update_gateway_trace_input.py +201 -0
- volcenginesdkapig/models/trace_spec_for_create_gateway_input.py +201 -0
- volcenginesdkapig/models/trace_spec_for_get_gateway_output.py +201 -0
- volcenginesdkapig/models/trace_spec_for_list_gateways_output.py +201 -0
- volcenginesdkapig/models/trace_spec_for_update_gateway_trace_input.py +201 -0
- volcenginesdkapig/models/update_custom_domain_request.py +228 -0
- volcenginesdkapig/models/update_custom_domain_response.py +123 -0
- volcenginesdkapig/models/update_gateway_service_request.py +27 -1
- volcenginesdkapig/models/update_gateway_trace_request.py +150 -0
- volcenginesdkapig/models/update_gateway_trace_response.py +123 -0
- volcenginesdkapig/models/update_upstream_version_request.py +150 -0
- volcenginesdkapig/models/update_upstream_version_response.py +149 -0
- volcenginesdkapig/models/upstream_for_get_upstream_output.py +1 -53
- volcenginesdkapig/models/upstream_version_for_create_upstream_version_input.py +175 -0
- volcenginesdkapig/models/upstream_version_for_update_upstream_version_input.py +175 -0
- volcenginesdkapig20221112/__init__.py +12 -3
- volcenginesdkapig20221112/models/__init__.py +12 -3
- volcenginesdkapig/models/tag_for_list_upstreams_output.py → volcenginesdkapig20221112/models/allow_origin_for_create_route_input.py +25 -25
- volcenginesdkapig20221112/models/{tag_for_create_route_input.py → allow_origin_for_get_route_output.py} +24 -24
- volcenginesdkapig20221112/models/allow_origin_for_list_routes_output.py +149 -0
- volcenginesdkapig20221112/models/allow_origin_for_update_route_input.py +149 -0
- volcenginesdkapig20221112/models/cors_policy_setting_for_create_route_input.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_get_route_output.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_list_routes_output.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_update_route_input.py +159 -3
- volcenginesdkapig20221112/models/create_route_request.py +27 -53
- volcenginesdkapig20221112/models/fallback_setting_for_create_route_input.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_get_route_output.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_list_routes_output.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_update_route_input.py +175 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_create_route_input.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_get_route_output.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_list_routes_output.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_update_route_input.py +201 -0
- volcenginesdkapig20221112/models/header_operation_for_create_route_input.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_get_route_output.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_list_routes_output.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_update_route_input.py +1 -27
- volcenginesdkapig20221112/models/item_for_list_routes_output.py +27 -53
- volcenginesdkapig20221112/models/list_routes_request.py +1 -27
- volcenginesdkapig20221112/models/route_for_get_route_output.py +27 -53
- volcenginesdkapig20221112/models/update_route_request.py +27 -1
- volcenginesdkarkruntime/resources/images/images.py +178 -4
- volcenginesdkarkruntime/types/images/__init__.py +3 -2
- volcenginesdkarkruntime/types/images/image_gen_completed_event.py +51 -0
- volcenginesdkarkruntime/types/images/image_gen_generating_event.py +53 -0
- volcenginesdkarkruntime/types/images/image_gen_stream_event.py +24 -0
- volcenginesdkarkruntime/types/images/images.py +6 -2
- volcenginesdkarkruntime/types/responses/mcp_input_item_param.py +109 -0
- volcenginesdkarkruntime/types/responses/mcp_tool.py +80 -0
- volcenginesdkarkruntime/types/responses/mcp_tool_param.py +78 -0
- volcenginesdkarkruntime/types/responses/response_create_params.py +2 -1
- volcenginesdkarkruntime/types/responses/response_input_param.py +5 -0
- volcenginesdkarkruntime/types/responses/response_item.py +4 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_delta_event.py +37 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_done_event.py +34 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_completed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_failed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_in_progress_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_item.py +110 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_completed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_failed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_in_progress_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_output_item.py +4 -0
- volcenginesdkarkruntime/types/responses/response_stream_event.py +18 -0
- volcenginesdkarkruntime/types/responses/response_tool_usage.py +32 -0
- volcenginesdkarkruntime/types/responses/response_usage.py +7 -0
- volcenginesdkarkruntime/types/responses/tool.py +3 -1
- volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +29 -0
- volcenginesdkarkruntime/types/responses/tool_param.py +2 -1
- volcenginesdkarkruntime/types/responses/web_search_tool.py +49 -0
- volcenginesdkarkruntime/types/responses/web_search_tool_param.py +1 -1
- volcenginesdkcen/__init__.py +9 -0
- volcenginesdkcen/api/cen_api.py +388 -0
- volcenginesdkcen/models/__init__.py +9 -0
- volcenginesdkcen/models/associate_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/attach_instance_to_cen_response.py +1 -29
- volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_billing_output.py +279 -0
- volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_output.py +50 -24
- volcenginesdkcen/models/create_cen_bandwidth_package_request.py +27 -1
- volcenginesdkcen/models/create_cen_bandwidth_package_response.py +3 -29
- volcenginesdkcen/models/create_cen_inter_region_bandwidth_request.py +27 -1
- volcenginesdkcen/models/create_cen_inter_region_bandwidth_response.py +3 -29
- volcenginesdkcen/models/create_cen_request.py +3 -0
- volcenginesdkcen/models/create_cen_response.py +3 -29
- volcenginesdkcen/models/create_cen_service_route_entry_response.py +1 -29
- volcenginesdkcen/models/create_cen_summary_route_entry_response.py +1 -29
- volcenginesdkcen/models/delete_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/delete_cen_inter_region_bandwidth_response.py +1 -29
- volcenginesdkcen/models/delete_cen_response.py +1 -29
- volcenginesdkcen/models/delete_cen_service_route_entry_response.py +1 -29
- volcenginesdkcen/models/delete_cen_summary_route_entry_response.py +1 -29
- volcenginesdkcen/models/describe_cen_attached_instance_attributes_response.py +27 -27
- volcenginesdkcen/models/describe_cen_attached_instances_response.py +1 -27
- volcenginesdkcen/models/describe_cen_attributes_response.py +1 -27
- volcenginesdkcen/models/describe_cen_bandwidth_package_attributes_response.py +41 -41
- volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_request.py +175 -0
- volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_response.py +201 -0
- volcenginesdkcen/models/describe_cen_bandwidth_packages_response.py +1 -27
- volcenginesdkcen/models/describe_cen_inter_region_bandwidth_attributes_response.py +1 -27
- volcenginesdkcen/models/describe_cen_inter_region_bandwidths_response.py +1 -27
- volcenginesdkcen/models/describe_cen_route_entries_response.py +1 -27
- volcenginesdkcen/models/describe_cen_summary_route_entries_response.py +1 -27
- volcenginesdkcen/models/describe_cens_response.py +1 -27
- volcenginesdkcen/models/describe_grant_rules_to_cen_response.py +1 -27
- volcenginesdkcen/models/describe_instance_granted_rules_response.py +1 -27
- volcenginesdkcen/models/detach_instance_from_cen_response.py +1 -29
- volcenginesdkcen/models/disassociate_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/grant_instance_to_cen_response.py +1 -29
- volcenginesdkcen/models/list_tags_for_resources_response.py +1 -27
- volcenginesdkcen/models/modify_cen_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_bandwidth_package_association_request.py +151 -0
- volcenginesdkcen/models/modify_cen_bandwidth_package_association_response.py +95 -0
- volcenginesdkcen/models/modify_cen_bandwidth_package_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_request.py +27 -1
- volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_service_route_entry_attributes_response.py +1 -29
- volcenginesdkcen/models/publish_cen_route_entry_response.py +1 -29
- volcenginesdkcen/models/renew_cen_bandwidth_package_request.py +176 -0
- volcenginesdkcen/models/renew_cen_bandwidth_package_response.py +95 -0
- volcenginesdkcen/models/revoke_instance_from_cen_response.py +1 -29
- volcenginesdkcen/models/set_cen_bandwidth_package_renewal_request.py +203 -0
- volcenginesdkcen/models/set_cen_bandwidth_package_renewal_response.py +95 -0
- volcenginesdkcen/models/tag_filter_for_describe_cens_input.py +15 -15
- volcenginesdkcen/models/tag_resources_response.py +1 -29
- volcenginesdkcen/models/untag_resources_response.py +1 -29
- volcenginesdkcen/models/withdraw_cen_route_entry_response.py +1 -29
- volcenginesdkclb/__init__.py +2 -0
- volcenginesdkclb/api/clb_api.py +97 -0
- volcenginesdkclb/models/__init__.py +2 -0
- volcenginesdkclb/models/certificate_for_describe_nlb_listener_certificates_output.py +27 -1
- volcenginesdkclb/models/create_nlb_listener_request.py +157 -1
- volcenginesdkclb/models/describe_certificates_response.py +1 -53
- volcenginesdkclb/models/describe_load_balancers_request.py +53 -1
- volcenginesdkclb/models/describe_load_balancers_response.py +1 -27
- volcenginesdkclb/models/describe_nlb_listener_attributes_response.py +131 -1
- volcenginesdkclb/models/describe_nlb_listener_certificates_request.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_group_attributes_response.py +1 -27
- volcenginesdkclb/models/modify_nlb_listener_additional_certificates_request.py +202 -0
- volcenginesdkclb/models/modify_nlb_listener_additional_certificates_response.py +123 -0
- volcenginesdkclb/models/modify_nlb_listener_attributes_request.py +157 -1
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdktransitrouter/__init__.py +49 -6
- volcenginesdktransitrouter/api/transitrouter_api.py +2318 -572
- volcenginesdktransitrouter/models/__init__.py +49 -4
- volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_request.py +178 -0
- volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_bandwidth_package_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_flow_log_request.py +388 -0
- volcenginesdktransitrouter/models/create_transit_router_flow_log_response.py +123 -0
- volcenginesdktransitrouter/models/create_transit_router_forward_policy_entry_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_multicast_domain_request.py +228 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_domain_response.py +123 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_request.py +204 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_request.py +204 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_route_policy_entry_request.py +27 -1
- volcenginesdktransitrouter/models/delete_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/delete_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_request.py +124 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_request.py +178 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_request.py +178 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_response.py +95 -0
- volcenginesdktransitrouter/models/describe_transit_router_flow_logs_request.py +386 -0
- volcenginesdktransitrouter/models/describe_transit_router_flow_logs_response.py +123 -0
- volcenginesdktransitrouter/models/describe_transit_router_forward_policy_entries_request.py +27 -1
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_request.py +279 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_response.py +201 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_request.py +254 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_response.py +201 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_request.py +435 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_response.py +123 -0
- volcenginesdktransitrouter/models/describe_transit_router_route_entries_request.py +79 -1
- volcenginesdktransitrouter/models/describe_transit_router_route_entries_response.py +55 -3
- volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_request.py +178 -0
- volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/models.py +2198 -2208
- volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_request.py +202 -0
- volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_response.py +95 -0
- volcenginesdktransitrouter/models/modify_transit_router_forward_policy_entry_attributes_request.py +27 -1
- volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_request.py +176 -0
- volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_response.py +95 -0
- volcenginesdktransitrouter/models/modify_transit_router_route_policy_entry_attributes_request.py +27 -1
- volcenginesdktransitrouter/models/start_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/start_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/stop_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/stop_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_flow_logs_input.py +149 -0
- volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_multicast_domains_input.py +149 -0
- volcenginesdkapig/models/tag_for_get_gateway_output.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_flow_log_input.py +14 -14
- volcenginesdkapig/models/tag_for_create_gateway_input.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_multicast_domain_input.py +14 -14
- volcenginesdkapig/models/tag_for_create_upstream_input.py → volcenginesdktransitrouter/models/tag_for_describe_transit_router_multicast_domains_output.py +14 -14
- volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_peer_attachments_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_vpn_attachments_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_flow_log_for_describe_transit_router_flow_logs_output.py +513 -0
- volcenginesdktransitrouter/models/transit_router_for_describe_transit_routers_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_multicast_domains_for_describe_transit_router_multicast_domains_output.py +279 -0
- volcenginesdktransitrouter/models/transit_router_multicast_group_for_describe_transit_router_multicast_groups_output.py +487 -0
- volcenginesdkapig/models/backend_spec_for_create_gateway_input.py +0 -149
- volcenginesdkapig/models/backend_spec_for_get_gateway_output.py +0 -149
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/top_level.txt +0 -0
volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_multicast_domains_input.py
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
transitrouter
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class TagFilterForDescribeTransitRouterMulticastDomainsInput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'key': 'str',
|
|
37
|
+
'values': 'list[str]'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'key': 'Key',
|
|
42
|
+
'values': 'Values'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
def __init__(self, key=None, values=None, _configuration=None): # noqa: E501
|
|
46
|
+
"""TagFilterForDescribeTransitRouterMulticastDomainsInput - a model defined in Swagger""" # noqa: E501
|
|
47
|
+
if _configuration is None:
|
|
48
|
+
_configuration = Configuration()
|
|
49
|
+
self._configuration = _configuration
|
|
50
|
+
|
|
51
|
+
self._key = None
|
|
52
|
+
self._values = None
|
|
53
|
+
self.discriminator = None
|
|
54
|
+
|
|
55
|
+
if key is not None:
|
|
56
|
+
self.key = key
|
|
57
|
+
if values is not None:
|
|
58
|
+
self.values = values
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def key(self):
|
|
62
|
+
"""Gets the key of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
:return: The key of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
66
|
+
:rtype: str
|
|
67
|
+
"""
|
|
68
|
+
return self._key
|
|
69
|
+
|
|
70
|
+
@key.setter
|
|
71
|
+
def key(self, key):
|
|
72
|
+
"""Sets the key of this TagFilterForDescribeTransitRouterMulticastDomainsInput.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param key: The key of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
76
|
+
:type: str
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._key = key
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def values(self):
|
|
83
|
+
"""Gets the values of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:return: The values of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
87
|
+
:rtype: list[str]
|
|
88
|
+
"""
|
|
89
|
+
return self._values
|
|
90
|
+
|
|
91
|
+
@values.setter
|
|
92
|
+
def values(self, values):
|
|
93
|
+
"""Sets the values of this TagFilterForDescribeTransitRouterMulticastDomainsInput.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param values: The values of this TagFilterForDescribeTransitRouterMulticastDomainsInput. # noqa: E501
|
|
97
|
+
:type: list[str]
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
self._values = values
|
|
101
|
+
|
|
102
|
+
def to_dict(self):
|
|
103
|
+
"""Returns the model properties as a dict"""
|
|
104
|
+
result = {}
|
|
105
|
+
|
|
106
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
107
|
+
value = getattr(self, attr)
|
|
108
|
+
if isinstance(value, list):
|
|
109
|
+
result[attr] = list(map(
|
|
110
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
111
|
+
value
|
|
112
|
+
))
|
|
113
|
+
elif hasattr(value, "to_dict"):
|
|
114
|
+
result[attr] = value.to_dict()
|
|
115
|
+
elif isinstance(value, dict):
|
|
116
|
+
result[attr] = dict(map(
|
|
117
|
+
lambda item: (item[0], item[1].to_dict())
|
|
118
|
+
if hasattr(item[1], "to_dict") else item,
|
|
119
|
+
value.items()
|
|
120
|
+
))
|
|
121
|
+
else:
|
|
122
|
+
result[attr] = value
|
|
123
|
+
if issubclass(TagFilterForDescribeTransitRouterMulticastDomainsInput, dict):
|
|
124
|
+
for key, value in self.items():
|
|
125
|
+
result[key] = value
|
|
126
|
+
|
|
127
|
+
return result
|
|
128
|
+
|
|
129
|
+
def to_str(self):
|
|
130
|
+
"""Returns the string representation of the model"""
|
|
131
|
+
return pprint.pformat(self.to_dict())
|
|
132
|
+
|
|
133
|
+
def __repr__(self):
|
|
134
|
+
"""For `print` and `pprint`"""
|
|
135
|
+
return self.to_str()
|
|
136
|
+
|
|
137
|
+
def __eq__(self, other):
|
|
138
|
+
"""Returns true if both objects are equal"""
|
|
139
|
+
if not isinstance(other, TagFilterForDescribeTransitRouterMulticastDomainsInput):
|
|
140
|
+
return False
|
|
141
|
+
|
|
142
|
+
return self.to_dict() == other.to_dict()
|
|
143
|
+
|
|
144
|
+
def __ne__(self, other):
|
|
145
|
+
"""Returns true if both objects are not equal"""
|
|
146
|
+
if not isinstance(other, TagFilterForDescribeTransitRouterMulticastDomainsInput):
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
transitrouter
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ import six
|
|
|
19
19
|
from volcenginesdkcore.configuration import Configuration
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class
|
|
22
|
+
class TagForCreateTransitRouterFlowLogInput(object):
|
|
23
23
|
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
24
|
|
|
25
25
|
Do not edit the class manually.
|
|
@@ -43,7 +43,7 @@ class TagForGetGatewayOutput(object):
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
|
|
46
|
-
"""
|
|
46
|
+
"""TagForCreateTransitRouterFlowLogInput - a model defined in Swagger""" # noqa: E501
|
|
47
47
|
if _configuration is None:
|
|
48
48
|
_configuration = Configuration()
|
|
49
49
|
self._configuration = _configuration
|
|
@@ -59,20 +59,20 @@ class TagForGetGatewayOutput(object):
|
|
|
59
59
|
|
|
60
60
|
@property
|
|
61
61
|
def key(self):
|
|
62
|
-
"""Gets the key of this
|
|
62
|
+
"""Gets the key of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
:return: The key of this
|
|
65
|
+
:return: The key of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
66
66
|
:rtype: str
|
|
67
67
|
"""
|
|
68
68
|
return self._key
|
|
69
69
|
|
|
70
70
|
@key.setter
|
|
71
71
|
def key(self, key):
|
|
72
|
-
"""Sets the key of this
|
|
72
|
+
"""Sets the key of this TagForCreateTransitRouterFlowLogInput.
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
:param key: The key of this
|
|
75
|
+
:param key: The key of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
76
76
|
:type: str
|
|
77
77
|
"""
|
|
78
78
|
|
|
@@ -80,20 +80,20 @@ class TagForGetGatewayOutput(object):
|
|
|
80
80
|
|
|
81
81
|
@property
|
|
82
82
|
def value(self):
|
|
83
|
-
"""Gets the value of this
|
|
83
|
+
"""Gets the value of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
:return: The value of this
|
|
86
|
+
:return: The value of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
87
87
|
:rtype: str
|
|
88
88
|
"""
|
|
89
89
|
return self._value
|
|
90
90
|
|
|
91
91
|
@value.setter
|
|
92
92
|
def value(self, value):
|
|
93
|
-
"""Sets the value of this
|
|
93
|
+
"""Sets the value of this TagForCreateTransitRouterFlowLogInput.
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param value: The value of this
|
|
96
|
+
:param value: The value of this TagForCreateTransitRouterFlowLogInput. # noqa: E501
|
|
97
97
|
:type: str
|
|
98
98
|
"""
|
|
99
99
|
|
|
@@ -120,7 +120,7 @@ class TagForGetGatewayOutput(object):
|
|
|
120
120
|
))
|
|
121
121
|
else:
|
|
122
122
|
result[attr] = value
|
|
123
|
-
if issubclass(
|
|
123
|
+
if issubclass(TagForCreateTransitRouterFlowLogInput, dict):
|
|
124
124
|
for key, value in self.items():
|
|
125
125
|
result[key] = value
|
|
126
126
|
|
|
@@ -136,14 +136,14 @@ class TagForGetGatewayOutput(object):
|
|
|
136
136
|
|
|
137
137
|
def __eq__(self, other):
|
|
138
138
|
"""Returns true if both objects are equal"""
|
|
139
|
-
if not isinstance(other,
|
|
139
|
+
if not isinstance(other, TagForCreateTransitRouterFlowLogInput):
|
|
140
140
|
return False
|
|
141
141
|
|
|
142
142
|
return self.to_dict() == other.to_dict()
|
|
143
143
|
|
|
144
144
|
def __ne__(self, other):
|
|
145
145
|
"""Returns true if both objects are not equal"""
|
|
146
|
-
if not isinstance(other,
|
|
146
|
+
if not isinstance(other, TagForCreateTransitRouterFlowLogInput):
|
|
147
147
|
return True
|
|
148
148
|
|
|
149
149
|
return self.to_dict() != other.to_dict()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
transitrouter
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ import six
|
|
|
19
19
|
from volcenginesdkcore.configuration import Configuration
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class
|
|
22
|
+
class TagForCreateTransitRouterMulticastDomainInput(object):
|
|
23
23
|
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
24
|
|
|
25
25
|
Do not edit the class manually.
|
|
@@ -43,7 +43,7 @@ class TagForCreateGatewayInput(object):
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
|
|
46
|
-
"""
|
|
46
|
+
"""TagForCreateTransitRouterMulticastDomainInput - a model defined in Swagger""" # noqa: E501
|
|
47
47
|
if _configuration is None:
|
|
48
48
|
_configuration = Configuration()
|
|
49
49
|
self._configuration = _configuration
|
|
@@ -59,20 +59,20 @@ class TagForCreateGatewayInput(object):
|
|
|
59
59
|
|
|
60
60
|
@property
|
|
61
61
|
def key(self):
|
|
62
|
-
"""Gets the key of this
|
|
62
|
+
"""Gets the key of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
:return: The key of this
|
|
65
|
+
:return: The key of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
66
66
|
:rtype: str
|
|
67
67
|
"""
|
|
68
68
|
return self._key
|
|
69
69
|
|
|
70
70
|
@key.setter
|
|
71
71
|
def key(self, key):
|
|
72
|
-
"""Sets the key of this
|
|
72
|
+
"""Sets the key of this TagForCreateTransitRouterMulticastDomainInput.
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
:param key: The key of this
|
|
75
|
+
:param key: The key of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
76
76
|
:type: str
|
|
77
77
|
"""
|
|
78
78
|
|
|
@@ -80,20 +80,20 @@ class TagForCreateGatewayInput(object):
|
|
|
80
80
|
|
|
81
81
|
@property
|
|
82
82
|
def value(self):
|
|
83
|
-
"""Gets the value of this
|
|
83
|
+
"""Gets the value of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
:return: The value of this
|
|
86
|
+
:return: The value of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
87
87
|
:rtype: str
|
|
88
88
|
"""
|
|
89
89
|
return self._value
|
|
90
90
|
|
|
91
91
|
@value.setter
|
|
92
92
|
def value(self, value):
|
|
93
|
-
"""Sets the value of this
|
|
93
|
+
"""Sets the value of this TagForCreateTransitRouterMulticastDomainInput.
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param value: The value of this
|
|
96
|
+
:param value: The value of this TagForCreateTransitRouterMulticastDomainInput. # noqa: E501
|
|
97
97
|
:type: str
|
|
98
98
|
"""
|
|
99
99
|
|
|
@@ -120,7 +120,7 @@ class TagForCreateGatewayInput(object):
|
|
|
120
120
|
))
|
|
121
121
|
else:
|
|
122
122
|
result[attr] = value
|
|
123
|
-
if issubclass(
|
|
123
|
+
if issubclass(TagForCreateTransitRouterMulticastDomainInput, dict):
|
|
124
124
|
for key, value in self.items():
|
|
125
125
|
result[key] = value
|
|
126
126
|
|
|
@@ -136,14 +136,14 @@ class TagForCreateGatewayInput(object):
|
|
|
136
136
|
|
|
137
137
|
def __eq__(self, other):
|
|
138
138
|
"""Returns true if both objects are equal"""
|
|
139
|
-
if not isinstance(other,
|
|
139
|
+
if not isinstance(other, TagForCreateTransitRouterMulticastDomainInput):
|
|
140
140
|
return False
|
|
141
141
|
|
|
142
142
|
return self.to_dict() == other.to_dict()
|
|
143
143
|
|
|
144
144
|
def __ne__(self, other):
|
|
145
145
|
"""Returns true if both objects are not equal"""
|
|
146
|
-
if not isinstance(other,
|
|
146
|
+
if not isinstance(other, TagForCreateTransitRouterMulticastDomainInput):
|
|
147
147
|
return True
|
|
148
148
|
|
|
149
149
|
return self.to_dict() != other.to_dict()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
transitrouter
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ import six
|
|
|
19
19
|
from volcenginesdkcore.configuration import Configuration
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class
|
|
22
|
+
class TagForDescribeTransitRouterMulticastDomainsOutput(object):
|
|
23
23
|
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
24
|
|
|
25
25
|
Do not edit the class manually.
|
|
@@ -43,7 +43,7 @@ class TagForCreateUpstreamInput(object):
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
|
|
46
|
-
"""
|
|
46
|
+
"""TagForDescribeTransitRouterMulticastDomainsOutput - a model defined in Swagger""" # noqa: E501
|
|
47
47
|
if _configuration is None:
|
|
48
48
|
_configuration = Configuration()
|
|
49
49
|
self._configuration = _configuration
|
|
@@ -59,20 +59,20 @@ class TagForCreateUpstreamInput(object):
|
|
|
59
59
|
|
|
60
60
|
@property
|
|
61
61
|
def key(self):
|
|
62
|
-
"""Gets the key of this
|
|
62
|
+
"""Gets the key of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
:return: The key of this
|
|
65
|
+
:return: The key of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
66
66
|
:rtype: str
|
|
67
67
|
"""
|
|
68
68
|
return self._key
|
|
69
69
|
|
|
70
70
|
@key.setter
|
|
71
71
|
def key(self, key):
|
|
72
|
-
"""Sets the key of this
|
|
72
|
+
"""Sets the key of this TagForDescribeTransitRouterMulticastDomainsOutput.
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
:param key: The key of this
|
|
75
|
+
:param key: The key of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
76
76
|
:type: str
|
|
77
77
|
"""
|
|
78
78
|
|
|
@@ -80,20 +80,20 @@ class TagForCreateUpstreamInput(object):
|
|
|
80
80
|
|
|
81
81
|
@property
|
|
82
82
|
def value(self):
|
|
83
|
-
"""Gets the value of this
|
|
83
|
+
"""Gets the value of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
:return: The value of this
|
|
86
|
+
:return: The value of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
87
87
|
:rtype: str
|
|
88
88
|
"""
|
|
89
89
|
return self._value
|
|
90
90
|
|
|
91
91
|
@value.setter
|
|
92
92
|
def value(self, value):
|
|
93
|
-
"""Sets the value of this
|
|
93
|
+
"""Sets the value of this TagForDescribeTransitRouterMulticastDomainsOutput.
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param value: The value of this
|
|
96
|
+
:param value: The value of this TagForDescribeTransitRouterMulticastDomainsOutput. # noqa: E501
|
|
97
97
|
:type: str
|
|
98
98
|
"""
|
|
99
99
|
|
|
@@ -120,7 +120,7 @@ class TagForCreateUpstreamInput(object):
|
|
|
120
120
|
))
|
|
121
121
|
else:
|
|
122
122
|
result[attr] = value
|
|
123
|
-
if issubclass(
|
|
123
|
+
if issubclass(TagForDescribeTransitRouterMulticastDomainsOutput, dict):
|
|
124
124
|
for key, value in self.items():
|
|
125
125
|
result[key] = value
|
|
126
126
|
|
|
@@ -136,14 +136,14 @@ class TagForCreateUpstreamInput(object):
|
|
|
136
136
|
|
|
137
137
|
def __eq__(self, other):
|
|
138
138
|
"""Returns true if both objects are equal"""
|
|
139
|
-
if not isinstance(other,
|
|
139
|
+
if not isinstance(other, TagForDescribeTransitRouterMulticastDomainsOutput):
|
|
140
140
|
return False
|
|
141
141
|
|
|
142
142
|
return self.to_dict() == other.to_dict()
|
|
143
143
|
|
|
144
144
|
def __ne__(self, other):
|
|
145
145
|
"""Returns true if both objects are not equal"""
|
|
146
|
-
if not isinstance(other,
|
|
146
|
+
if not isinstance(other, TagForDescribeTransitRouterMulticastDomainsOutput):
|
|
147
147
|
return True
|
|
148
148
|
|
|
149
149
|
return self.to_dict() != other.to_dict()
|
|
@@ -37,6 +37,7 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
37
37
|
'bandwidth': 'int',
|
|
38
38
|
'creation_time': 'str',
|
|
39
39
|
'description': 'str',
|
|
40
|
+
'ipv6_enabled': 'str',
|
|
40
41
|
'peer_transit_router_id': 'str',
|
|
41
42
|
'peer_transit_router_region_id': 'str',
|
|
42
43
|
'status': 'str',
|
|
@@ -57,6 +58,7 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
57
58
|
'bandwidth': 'Bandwidth',
|
|
58
59
|
'creation_time': 'CreationTime',
|
|
59
60
|
'description': 'Description',
|
|
61
|
+
'ipv6_enabled': 'Ipv6Enabled',
|
|
60
62
|
'peer_transit_router_id': 'PeerTransitRouterId',
|
|
61
63
|
'peer_transit_router_region_id': 'PeerTransitRouterRegionId',
|
|
62
64
|
'status': 'Status',
|
|
@@ -72,7 +74,7 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
72
74
|
'update_time': 'UpdateTime'
|
|
73
75
|
}
|
|
74
76
|
|
|
75
|
-
def __init__(self, auto_publish_route_enabled=None, bandwidth=None, creation_time=None, description=None, peer_transit_router_id=None, peer_transit_router_region_id=None, status=None, tags=None, transit_router_attachment_id=None, transit_router_attachment_name=None, transit_router_bandwidth_package_id=None, transit_router_forward_policy_table_id=None, transit_router_id=None, transit_router_route_table_id=None, transit_router_traffic_qos_marking_policy_id=None, transit_router_traffic_qos_queue_policy_id=None, update_time=None, _configuration=None): # noqa: E501
|
|
77
|
+
def __init__(self, auto_publish_route_enabled=None, bandwidth=None, creation_time=None, description=None, ipv6_enabled=None, peer_transit_router_id=None, peer_transit_router_region_id=None, status=None, tags=None, transit_router_attachment_id=None, transit_router_attachment_name=None, transit_router_bandwidth_package_id=None, transit_router_forward_policy_table_id=None, transit_router_id=None, transit_router_route_table_id=None, transit_router_traffic_qos_marking_policy_id=None, transit_router_traffic_qos_queue_policy_id=None, update_time=None, _configuration=None): # noqa: E501
|
|
76
78
|
"""TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput - a model defined in Swagger""" # noqa: E501
|
|
77
79
|
if _configuration is None:
|
|
78
80
|
_configuration = Configuration()
|
|
@@ -82,6 +84,7 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
82
84
|
self._bandwidth = None
|
|
83
85
|
self._creation_time = None
|
|
84
86
|
self._description = None
|
|
87
|
+
self._ipv6_enabled = None
|
|
85
88
|
self._peer_transit_router_id = None
|
|
86
89
|
self._peer_transit_router_region_id = None
|
|
87
90
|
self._status = None
|
|
@@ -105,6 +108,8 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
105
108
|
self.creation_time = creation_time
|
|
106
109
|
if description is not None:
|
|
107
110
|
self.description = description
|
|
111
|
+
if ipv6_enabled is not None:
|
|
112
|
+
self.ipv6_enabled = ipv6_enabled
|
|
108
113
|
if peer_transit_router_id is not None:
|
|
109
114
|
self.peer_transit_router_id = peer_transit_router_id
|
|
110
115
|
if peer_transit_router_region_id is not None:
|
|
@@ -216,6 +221,27 @@ class TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput(objec
|
|
|
216
221
|
|
|
217
222
|
self._description = description
|
|
218
223
|
|
|
224
|
+
@property
|
|
225
|
+
def ipv6_enabled(self):
|
|
226
|
+
"""Gets the ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput. # noqa: E501
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
:return: The ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput. # noqa: E501
|
|
230
|
+
:rtype: str
|
|
231
|
+
"""
|
|
232
|
+
return self._ipv6_enabled
|
|
233
|
+
|
|
234
|
+
@ipv6_enabled.setter
|
|
235
|
+
def ipv6_enabled(self, ipv6_enabled):
|
|
236
|
+
"""Sets the ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput.
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
:param ipv6_enabled: The ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput. # noqa: E501
|
|
240
|
+
:type: str
|
|
241
|
+
"""
|
|
242
|
+
|
|
243
|
+
self._ipv6_enabled = ipv6_enabled
|
|
244
|
+
|
|
219
245
|
@property
|
|
220
246
|
def peer_transit_router_id(self):
|
|
221
247
|
"""Gets the peer_transit_router_id of this TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput. # noqa: E501
|
|
@@ -36,6 +36,7 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
36
36
|
'auto_publish_route_enabled': 'bool',
|
|
37
37
|
'creation_time': 'str',
|
|
38
38
|
'description': 'str',
|
|
39
|
+
'ipv6_enabled': 'str',
|
|
39
40
|
'status': 'str',
|
|
40
41
|
'tags': 'list[TagForDescribeTransitRouterVpnAttachmentsOutput]',
|
|
41
42
|
'transit_router_attachment_id': 'str',
|
|
@@ -50,6 +51,7 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
50
51
|
'auto_publish_route_enabled': 'AutoPublishRouteEnabled',
|
|
51
52
|
'creation_time': 'CreationTime',
|
|
52
53
|
'description': 'Description',
|
|
54
|
+
'ipv6_enabled': 'Ipv6Enabled',
|
|
53
55
|
'status': 'Status',
|
|
54
56
|
'tags': 'Tags',
|
|
55
57
|
'transit_router_attachment_id': 'TransitRouterAttachmentId',
|
|
@@ -60,7 +62,7 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
60
62
|
'zone_id': 'ZoneId'
|
|
61
63
|
}
|
|
62
64
|
|
|
63
|
-
def __init__(self, auto_publish_route_enabled=None, creation_time=None, description=None, status=None, tags=None, transit_router_attachment_id=None, transit_router_attachment_name=None, transit_router_id=None, update_time=None, vpn_connection_id=None, zone_id=None, _configuration=None): # noqa: E501
|
|
65
|
+
def __init__(self, auto_publish_route_enabled=None, creation_time=None, description=None, ipv6_enabled=None, status=None, tags=None, transit_router_attachment_id=None, transit_router_attachment_name=None, transit_router_id=None, update_time=None, vpn_connection_id=None, zone_id=None, _configuration=None): # noqa: E501
|
|
64
66
|
"""TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput - a model defined in Swagger""" # noqa: E501
|
|
65
67
|
if _configuration is None:
|
|
66
68
|
_configuration = Configuration()
|
|
@@ -69,6 +71,7 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
69
71
|
self._auto_publish_route_enabled = None
|
|
70
72
|
self._creation_time = None
|
|
71
73
|
self._description = None
|
|
74
|
+
self._ipv6_enabled = None
|
|
72
75
|
self._status = None
|
|
73
76
|
self._tags = None
|
|
74
77
|
self._transit_router_attachment_id = None
|
|
@@ -85,6 +88,8 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
85
88
|
self.creation_time = creation_time
|
|
86
89
|
if description is not None:
|
|
87
90
|
self.description = description
|
|
91
|
+
if ipv6_enabled is not None:
|
|
92
|
+
self.ipv6_enabled = ipv6_enabled
|
|
88
93
|
if status is not None:
|
|
89
94
|
self.status = status
|
|
90
95
|
if tags is not None:
|
|
@@ -165,6 +170,27 @@ class TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput(object
|
|
|
165
170
|
|
|
166
171
|
self._description = description
|
|
167
172
|
|
|
173
|
+
@property
|
|
174
|
+
def ipv6_enabled(self):
|
|
175
|
+
"""Gets the ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput. # noqa: E501
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
:return: The ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput. # noqa: E501
|
|
179
|
+
:rtype: str
|
|
180
|
+
"""
|
|
181
|
+
return self._ipv6_enabled
|
|
182
|
+
|
|
183
|
+
@ipv6_enabled.setter
|
|
184
|
+
def ipv6_enabled(self, ipv6_enabled):
|
|
185
|
+
"""Sets the ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput.
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
:param ipv6_enabled: The ipv6_enabled of this TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput. # noqa: E501
|
|
189
|
+
:type: str
|
|
190
|
+
"""
|
|
191
|
+
|
|
192
|
+
self._ipv6_enabled = ipv6_enabled
|
|
193
|
+
|
|
168
194
|
@property
|
|
169
195
|
def status(self):
|
|
170
196
|
"""Gets the status of this TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput. # noqa: E501
|