volcengine-python-sdk 4.0.16__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.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/RECORD +270 -141
- {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/top_level.txt +1 -0
- 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/auth/providers/sts_provider.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkllmshield/__init__.py +82 -0
- volcenginesdkllmshield/api/__init__.py +4 -0
- volcenginesdkllmshield/api/llm_shield_sdk_v2.py +470 -0
- volcenginesdkllmshield/models/__init__.py +20 -0
- volcenginesdkllmshield/models/llm_shield_sign.py +159 -0
- 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
- volcenginesdkwafruntime/__init__.py +4 -2
- volcenginesdkwafruntime/api/waf_runtime_api.py +7 -3
- volcenginesdkwafruntime/models/llm_stream_session.py +4 -2
- 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.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
apig
|
|
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 ItemForListGatewayLBsOutput(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
|
+
'ip_list': 'list[IPListForListGatewayLBsOutput]',
|
|
37
|
+
'imported_clb_spec': 'ImportedCLBSpecForListGatewayLBsOutput',
|
|
38
|
+
'load_balancer_id': 'str',
|
|
39
|
+
'message': 'str',
|
|
40
|
+
'ports': 'list[PortForListGatewayLBsOutput]',
|
|
41
|
+
'source_type': 'str',
|
|
42
|
+
'status': 'str',
|
|
43
|
+
'type': 'str'
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
attribute_map = {
|
|
47
|
+
'ip_list': 'IPList',
|
|
48
|
+
'imported_clb_spec': 'ImportedCLBSpec',
|
|
49
|
+
'load_balancer_id': 'LoadBalancerId',
|
|
50
|
+
'message': 'Message',
|
|
51
|
+
'ports': 'Ports',
|
|
52
|
+
'source_type': 'SourceType',
|
|
53
|
+
'status': 'Status',
|
|
54
|
+
'type': 'Type'
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
def __init__(self, ip_list=None, imported_clb_spec=None, load_balancer_id=None, message=None, ports=None, source_type=None, status=None, type=None, _configuration=None): # noqa: E501
|
|
58
|
+
"""ItemForListGatewayLBsOutput - a model defined in Swagger""" # noqa: E501
|
|
59
|
+
if _configuration is None:
|
|
60
|
+
_configuration = Configuration()
|
|
61
|
+
self._configuration = _configuration
|
|
62
|
+
|
|
63
|
+
self._ip_list = None
|
|
64
|
+
self._imported_clb_spec = None
|
|
65
|
+
self._load_balancer_id = None
|
|
66
|
+
self._message = None
|
|
67
|
+
self._ports = None
|
|
68
|
+
self._source_type = None
|
|
69
|
+
self._status = None
|
|
70
|
+
self._type = None
|
|
71
|
+
self.discriminator = None
|
|
72
|
+
|
|
73
|
+
if ip_list is not None:
|
|
74
|
+
self.ip_list = ip_list
|
|
75
|
+
if imported_clb_spec is not None:
|
|
76
|
+
self.imported_clb_spec = imported_clb_spec
|
|
77
|
+
if load_balancer_id is not None:
|
|
78
|
+
self.load_balancer_id = load_balancer_id
|
|
79
|
+
if message is not None:
|
|
80
|
+
self.message = message
|
|
81
|
+
if ports is not None:
|
|
82
|
+
self.ports = ports
|
|
83
|
+
if source_type is not None:
|
|
84
|
+
self.source_type = source_type
|
|
85
|
+
if status is not None:
|
|
86
|
+
self.status = status
|
|
87
|
+
if type is not None:
|
|
88
|
+
self.type = type
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
def ip_list(self):
|
|
92
|
+
"""Gets the ip_list of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
:return: The ip_list of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
96
|
+
:rtype: list[IPListForListGatewayLBsOutput]
|
|
97
|
+
"""
|
|
98
|
+
return self._ip_list
|
|
99
|
+
|
|
100
|
+
@ip_list.setter
|
|
101
|
+
def ip_list(self, ip_list):
|
|
102
|
+
"""Sets the ip_list of this ItemForListGatewayLBsOutput.
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
:param ip_list: The ip_list of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
106
|
+
:type: list[IPListForListGatewayLBsOutput]
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
self._ip_list = ip_list
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
def imported_clb_spec(self):
|
|
113
|
+
"""Gets the imported_clb_spec of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:return: The imported_clb_spec of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
117
|
+
:rtype: ImportedCLBSpecForListGatewayLBsOutput
|
|
118
|
+
"""
|
|
119
|
+
return self._imported_clb_spec
|
|
120
|
+
|
|
121
|
+
@imported_clb_spec.setter
|
|
122
|
+
def imported_clb_spec(self, imported_clb_spec):
|
|
123
|
+
"""Sets the imported_clb_spec of this ItemForListGatewayLBsOutput.
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
:param imported_clb_spec: The imported_clb_spec of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
127
|
+
:type: ImportedCLBSpecForListGatewayLBsOutput
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
self._imported_clb_spec = imported_clb_spec
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
def load_balancer_id(self):
|
|
134
|
+
"""Gets the load_balancer_id of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
:return: The load_balancer_id of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
138
|
+
:rtype: str
|
|
139
|
+
"""
|
|
140
|
+
return self._load_balancer_id
|
|
141
|
+
|
|
142
|
+
@load_balancer_id.setter
|
|
143
|
+
def load_balancer_id(self, load_balancer_id):
|
|
144
|
+
"""Sets the load_balancer_id of this ItemForListGatewayLBsOutput.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:param load_balancer_id: The load_balancer_id of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
148
|
+
:type: str
|
|
149
|
+
"""
|
|
150
|
+
|
|
151
|
+
self._load_balancer_id = load_balancer_id
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
def message(self):
|
|
155
|
+
"""Gets the message of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
:return: The message of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
159
|
+
:rtype: str
|
|
160
|
+
"""
|
|
161
|
+
return self._message
|
|
162
|
+
|
|
163
|
+
@message.setter
|
|
164
|
+
def message(self, message):
|
|
165
|
+
"""Sets the message of this ItemForListGatewayLBsOutput.
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
:param message: The message of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
169
|
+
:type: str
|
|
170
|
+
"""
|
|
171
|
+
|
|
172
|
+
self._message = message
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
def ports(self):
|
|
176
|
+
"""Gets the ports of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
:return: The ports of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
180
|
+
:rtype: list[PortForListGatewayLBsOutput]
|
|
181
|
+
"""
|
|
182
|
+
return self._ports
|
|
183
|
+
|
|
184
|
+
@ports.setter
|
|
185
|
+
def ports(self, ports):
|
|
186
|
+
"""Sets the ports of this ItemForListGatewayLBsOutput.
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
:param ports: The ports of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
190
|
+
:type: list[PortForListGatewayLBsOutput]
|
|
191
|
+
"""
|
|
192
|
+
|
|
193
|
+
self._ports = ports
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
def source_type(self):
|
|
197
|
+
"""Gets the source_type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
:return: The source_type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
201
|
+
:rtype: str
|
|
202
|
+
"""
|
|
203
|
+
return self._source_type
|
|
204
|
+
|
|
205
|
+
@source_type.setter
|
|
206
|
+
def source_type(self, source_type):
|
|
207
|
+
"""Sets the source_type of this ItemForListGatewayLBsOutput.
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
:param source_type: The source_type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
211
|
+
:type: str
|
|
212
|
+
"""
|
|
213
|
+
|
|
214
|
+
self._source_type = source_type
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
def status(self):
|
|
218
|
+
"""Gets the status of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
:return: The status of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
222
|
+
:rtype: str
|
|
223
|
+
"""
|
|
224
|
+
return self._status
|
|
225
|
+
|
|
226
|
+
@status.setter
|
|
227
|
+
def status(self, status):
|
|
228
|
+
"""Sets the status of this ItemForListGatewayLBsOutput.
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
:param status: The status of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
232
|
+
:type: str
|
|
233
|
+
"""
|
|
234
|
+
|
|
235
|
+
self._status = status
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
def type(self):
|
|
239
|
+
"""Gets the type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
:return: The type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
243
|
+
:rtype: str
|
|
244
|
+
"""
|
|
245
|
+
return self._type
|
|
246
|
+
|
|
247
|
+
@type.setter
|
|
248
|
+
def type(self, type):
|
|
249
|
+
"""Sets the type of this ItemForListGatewayLBsOutput.
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
:param type: The type of this ItemForListGatewayLBsOutput. # noqa: E501
|
|
253
|
+
:type: str
|
|
254
|
+
"""
|
|
255
|
+
|
|
256
|
+
self._type = type
|
|
257
|
+
|
|
258
|
+
def to_dict(self):
|
|
259
|
+
"""Returns the model properties as a dict"""
|
|
260
|
+
result = {}
|
|
261
|
+
|
|
262
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
263
|
+
value = getattr(self, attr)
|
|
264
|
+
if isinstance(value, list):
|
|
265
|
+
result[attr] = list(map(
|
|
266
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
267
|
+
value
|
|
268
|
+
))
|
|
269
|
+
elif hasattr(value, "to_dict"):
|
|
270
|
+
result[attr] = value.to_dict()
|
|
271
|
+
elif isinstance(value, dict):
|
|
272
|
+
result[attr] = dict(map(
|
|
273
|
+
lambda item: (item[0], item[1].to_dict())
|
|
274
|
+
if hasattr(item[1], "to_dict") else item,
|
|
275
|
+
value.items()
|
|
276
|
+
))
|
|
277
|
+
else:
|
|
278
|
+
result[attr] = value
|
|
279
|
+
if issubclass(ItemForListGatewayLBsOutput, dict):
|
|
280
|
+
for key, value in self.items():
|
|
281
|
+
result[key] = value
|
|
282
|
+
|
|
283
|
+
return result
|
|
284
|
+
|
|
285
|
+
def to_str(self):
|
|
286
|
+
"""Returns the string representation of the model"""
|
|
287
|
+
return pprint.pformat(self.to_dict())
|
|
288
|
+
|
|
289
|
+
def __repr__(self):
|
|
290
|
+
"""For `print` and `pprint`"""
|
|
291
|
+
return self.to_str()
|
|
292
|
+
|
|
293
|
+
def __eq__(self, other):
|
|
294
|
+
"""Returns true if both objects are equal"""
|
|
295
|
+
if not isinstance(other, ItemForListGatewayLBsOutput):
|
|
296
|
+
return False
|
|
297
|
+
|
|
298
|
+
return self.to_dict() == other.to_dict()
|
|
299
|
+
|
|
300
|
+
def __ne__(self, other):
|
|
301
|
+
"""Returns true if both objects are not equal"""
|
|
302
|
+
if not isinstance(other, ItemForListGatewayLBsOutput):
|
|
303
|
+
return True
|
|
304
|
+
|
|
305
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -37,6 +37,7 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
37
37
|
'comments': 'str',
|
|
38
38
|
'create_time': 'str',
|
|
39
39
|
'custom_domains': 'list[CustomDomainForListGatewayServicesOutput]',
|
|
40
|
+
'domain_spec': 'DomainSpecForListGatewayServicesOutput',
|
|
40
41
|
'domains': 'list[DomainForListGatewayServicesOutput]',
|
|
41
42
|
'gateway_id': 'str',
|
|
42
43
|
'gateway_name': 'str',
|
|
@@ -44,8 +45,7 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
44
45
|
'message': 'str',
|
|
45
46
|
'name': 'str',
|
|
46
47
|
'protocol': 'list[str]',
|
|
47
|
-
'status': 'str'
|
|
48
|
-
'tags': 'list[TagForListGatewayServicesOutput]'
|
|
48
|
+
'status': 'str'
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
attribute_map = {
|
|
@@ -53,6 +53,7 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
53
53
|
'comments': 'Comments',
|
|
54
54
|
'create_time': 'CreateTime',
|
|
55
55
|
'custom_domains': 'CustomDomains',
|
|
56
|
+
'domain_spec': 'DomainSpec',
|
|
56
57
|
'domains': 'Domains',
|
|
57
58
|
'gateway_id': 'GatewayId',
|
|
58
59
|
'gateway_name': 'GatewayName',
|
|
@@ -60,11 +61,10 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
60
61
|
'message': 'Message',
|
|
61
62
|
'name': 'Name',
|
|
62
63
|
'protocol': 'Protocol',
|
|
63
|
-
'status': 'Status'
|
|
64
|
-
'tags': 'Tags'
|
|
64
|
+
'status': 'Status'
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
def __init__(self, auth_spec=None, comments=None, create_time=None, custom_domains=None, domains=None, gateway_id=None, gateway_name=None, id=None, message=None, name=None, protocol=None, status=None,
|
|
67
|
+
def __init__(self, auth_spec=None, comments=None, create_time=None, custom_domains=None, domain_spec=None, domains=None, gateway_id=None, gateway_name=None, id=None, message=None, name=None, protocol=None, status=None, _configuration=None): # noqa: E501
|
|
68
68
|
"""ItemForListGatewayServicesOutput - a model defined in Swagger""" # noqa: E501
|
|
69
69
|
if _configuration is None:
|
|
70
70
|
_configuration = Configuration()
|
|
@@ -74,6 +74,7 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
74
74
|
self._comments = None
|
|
75
75
|
self._create_time = None
|
|
76
76
|
self._custom_domains = None
|
|
77
|
+
self._domain_spec = None
|
|
77
78
|
self._domains = None
|
|
78
79
|
self._gateway_id = None
|
|
79
80
|
self._gateway_name = None
|
|
@@ -82,7 +83,6 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
82
83
|
self._name = None
|
|
83
84
|
self._protocol = None
|
|
84
85
|
self._status = None
|
|
85
|
-
self._tags = None
|
|
86
86
|
self.discriminator = None
|
|
87
87
|
|
|
88
88
|
if auth_spec is not None:
|
|
@@ -93,6 +93,8 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
93
93
|
self.create_time = create_time
|
|
94
94
|
if custom_domains is not None:
|
|
95
95
|
self.custom_domains = custom_domains
|
|
96
|
+
if domain_spec is not None:
|
|
97
|
+
self.domain_spec = domain_spec
|
|
96
98
|
if domains is not None:
|
|
97
99
|
self.domains = domains
|
|
98
100
|
if gateway_id is not None:
|
|
@@ -109,8 +111,6 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
109
111
|
self.protocol = protocol
|
|
110
112
|
if status is not None:
|
|
111
113
|
self.status = status
|
|
112
|
-
if tags is not None:
|
|
113
|
-
self.tags = tags
|
|
114
114
|
|
|
115
115
|
@property
|
|
116
116
|
def auth_spec(self):
|
|
@@ -196,6 +196,27 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
196
196
|
|
|
197
197
|
self._custom_domains = custom_domains
|
|
198
198
|
|
|
199
|
+
@property
|
|
200
|
+
def domain_spec(self):
|
|
201
|
+
"""Gets the domain_spec of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
:return: The domain_spec of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
205
|
+
:rtype: DomainSpecForListGatewayServicesOutput
|
|
206
|
+
"""
|
|
207
|
+
return self._domain_spec
|
|
208
|
+
|
|
209
|
+
@domain_spec.setter
|
|
210
|
+
def domain_spec(self, domain_spec):
|
|
211
|
+
"""Sets the domain_spec of this ItemForListGatewayServicesOutput.
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
:param domain_spec: The domain_spec of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
215
|
+
:type: DomainSpecForListGatewayServicesOutput
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
self._domain_spec = domain_spec
|
|
219
|
+
|
|
199
220
|
@property
|
|
200
221
|
def domains(self):
|
|
201
222
|
"""Gets the domains of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
@@ -364,27 +385,6 @@ class ItemForListGatewayServicesOutput(object):
|
|
|
364
385
|
|
|
365
386
|
self._status = status
|
|
366
387
|
|
|
367
|
-
@property
|
|
368
|
-
def tags(self):
|
|
369
|
-
"""Gets the tags of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
:return: The tags of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
373
|
-
:rtype: list[TagForListGatewayServicesOutput]
|
|
374
|
-
"""
|
|
375
|
-
return self._tags
|
|
376
|
-
|
|
377
|
-
@tags.setter
|
|
378
|
-
def tags(self, tags):
|
|
379
|
-
"""Sets the tags of this ItemForListGatewayServicesOutput.
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
:param tags: The tags of this ItemForListGatewayServicesOutput. # noqa: E501
|
|
383
|
-
:type: list[TagForListGatewayServicesOutput]
|
|
384
|
-
"""
|
|
385
|
-
|
|
386
|
-
self._tags = tags
|
|
387
|
-
|
|
388
388
|
def to_dict(self):
|
|
389
389
|
"""Returns the model properties as a dict"""
|
|
390
390
|
result = {}
|
|
@@ -49,6 +49,7 @@ class ItemForListGatewaysOutput(object):
|
|
|
49
49
|
'resource_spec': 'ResourceSpecForListGatewaysOutput',
|
|
50
50
|
'status': 'str',
|
|
51
51
|
'tags': 'list[TagForListGatewaysOutput]',
|
|
52
|
+
'trace_spec': 'TraceSpecForListGatewaysOutput',
|
|
52
53
|
'type': 'str',
|
|
53
54
|
'version': 'str'
|
|
54
55
|
}
|
|
@@ -70,11 +71,12 @@ class ItemForListGatewaysOutput(object):
|
|
|
70
71
|
'resource_spec': 'ResourceSpec',
|
|
71
72
|
'status': 'Status',
|
|
72
73
|
'tags': 'Tags',
|
|
74
|
+
'trace_spec': 'TraceSpec',
|
|
73
75
|
'type': 'Type',
|
|
74
76
|
'version': 'Version'
|
|
75
77
|
}
|
|
76
78
|
|
|
77
|
-
def __init__(self, backend_spec=None, comments=None, create_time=None, custom_log=None, events=None, id=None, log_spec=None, message=None, monitor_spec=None, name=None, network_spec=None, project_name=None, region=None, resource_spec=None, status=None, tags=None, type=None, version=None, _configuration=None): # noqa: E501
|
|
79
|
+
def __init__(self, backend_spec=None, comments=None, create_time=None, custom_log=None, events=None, id=None, log_spec=None, message=None, monitor_spec=None, name=None, network_spec=None, project_name=None, region=None, resource_spec=None, status=None, tags=None, trace_spec=None, type=None, version=None, _configuration=None): # noqa: E501
|
|
78
80
|
"""ItemForListGatewaysOutput - a model defined in Swagger""" # noqa: E501
|
|
79
81
|
if _configuration is None:
|
|
80
82
|
_configuration = Configuration()
|
|
@@ -96,6 +98,7 @@ class ItemForListGatewaysOutput(object):
|
|
|
96
98
|
self._resource_spec = None
|
|
97
99
|
self._status = None
|
|
98
100
|
self._tags = None
|
|
101
|
+
self._trace_spec = None
|
|
99
102
|
self._type = None
|
|
100
103
|
self._version = None
|
|
101
104
|
self.discriminator = None
|
|
@@ -132,6 +135,8 @@ class ItemForListGatewaysOutput(object):
|
|
|
132
135
|
self.status = status
|
|
133
136
|
if tags is not None:
|
|
134
137
|
self.tags = tags
|
|
138
|
+
if trace_spec is not None:
|
|
139
|
+
self.trace_spec = trace_spec
|
|
135
140
|
if type is not None:
|
|
136
141
|
self.type = type
|
|
137
142
|
if version is not None:
|
|
@@ -473,6 +478,27 @@ class ItemForListGatewaysOutput(object):
|
|
|
473
478
|
|
|
474
479
|
self._tags = tags
|
|
475
480
|
|
|
481
|
+
@property
|
|
482
|
+
def trace_spec(self):
|
|
483
|
+
"""Gets the trace_spec of this ItemForListGatewaysOutput. # noqa: E501
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
:return: The trace_spec of this ItemForListGatewaysOutput. # noqa: E501
|
|
487
|
+
:rtype: TraceSpecForListGatewaysOutput
|
|
488
|
+
"""
|
|
489
|
+
return self._trace_spec
|
|
490
|
+
|
|
491
|
+
@trace_spec.setter
|
|
492
|
+
def trace_spec(self, trace_spec):
|
|
493
|
+
"""Sets the trace_spec of this ItemForListGatewaysOutput.
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
:param trace_spec: The trace_spec of this ItemForListGatewaysOutput. # noqa: E501
|
|
497
|
+
:type: TraceSpecForListGatewaysOutput
|
|
498
|
+
"""
|
|
499
|
+
|
|
500
|
+
self._trace_spec = trace_spec
|
|
501
|
+
|
|
476
502
|
@property
|
|
477
503
|
def type(self):
|
|
478
504
|
"""Gets the type of this ItemForListGatewaysOutput. # noqa: E501
|
|
@@ -42,9 +42,7 @@ class ItemForListUpstreamsOutput(object):
|
|
|
42
42
|
'load_balancer_settings': 'LoadBalancerSettingsForListUpstreamsOutput',
|
|
43
43
|
'name': 'str',
|
|
44
44
|
'protocol': 'str',
|
|
45
|
-
'resource_type': 'str',
|
|
46
45
|
'source_type': 'str',
|
|
47
|
-
'tags': 'list[TagForListUpstreamsOutput]',
|
|
48
46
|
'tls_settings': 'TlsSettingsForListUpstreamsOutput',
|
|
49
47
|
'update_time': 'str',
|
|
50
48
|
'upstream_spec': 'UpstreamSpecForListUpstreamsOutput',
|
|
@@ -61,16 +59,14 @@ class ItemForListUpstreamsOutput(object):
|
|
|
61
59
|
'load_balancer_settings': 'LoadBalancerSettings',
|
|
62
60
|
'name': 'Name',
|
|
63
61
|
'protocol': 'Protocol',
|
|
64
|
-
'resource_type': 'ResourceType',
|
|
65
62
|
'source_type': 'SourceType',
|
|
66
|
-
'tags': 'Tags',
|
|
67
63
|
'tls_settings': 'TlsSettings',
|
|
68
64
|
'update_time': 'UpdateTime',
|
|
69
65
|
'upstream_spec': 'UpstreamSpec',
|
|
70
66
|
'version_details': 'VersionDetails'
|
|
71
67
|
}
|
|
72
68
|
|
|
73
|
-
def __init__(self, backend_target_list=None, circuit_breaking_settings=None, comments=None, create_time=None, gateway_id=None, id=None, load_balancer_settings=None, name=None, protocol=None,
|
|
69
|
+
def __init__(self, backend_target_list=None, circuit_breaking_settings=None, comments=None, create_time=None, gateway_id=None, id=None, load_balancer_settings=None, name=None, protocol=None, source_type=None, tls_settings=None, update_time=None, upstream_spec=None, version_details=None, _configuration=None): # noqa: E501
|
|
74
70
|
"""ItemForListUpstreamsOutput - a model defined in Swagger""" # noqa: E501
|
|
75
71
|
if _configuration is None:
|
|
76
72
|
_configuration = Configuration()
|
|
@@ -85,9 +81,7 @@ class ItemForListUpstreamsOutput(object):
|
|
|
85
81
|
self._load_balancer_settings = None
|
|
86
82
|
self._name = None
|
|
87
83
|
self._protocol = None
|
|
88
|
-
self._resource_type = None
|
|
89
84
|
self._source_type = None
|
|
90
|
-
self._tags = None
|
|
91
85
|
self._tls_settings = None
|
|
92
86
|
self._update_time = None
|
|
93
87
|
self._upstream_spec = None
|
|
@@ -112,12 +106,8 @@ class ItemForListUpstreamsOutput(object):
|
|
|
112
106
|
self.name = name
|
|
113
107
|
if protocol is not None:
|
|
114
108
|
self.protocol = protocol
|
|
115
|
-
if resource_type is not None:
|
|
116
|
-
self.resource_type = resource_type
|
|
117
109
|
if source_type is not None:
|
|
118
110
|
self.source_type = source_type
|
|
119
|
-
if tags is not None:
|
|
120
|
-
self.tags = tags
|
|
121
111
|
if tls_settings is not None:
|
|
122
112
|
self.tls_settings = tls_settings
|
|
123
113
|
if update_time is not None:
|
|
@@ -316,27 +306,6 @@ class ItemForListUpstreamsOutput(object):
|
|
|
316
306
|
|
|
317
307
|
self._protocol = protocol
|
|
318
308
|
|
|
319
|
-
@property
|
|
320
|
-
def resource_type(self):
|
|
321
|
-
"""Gets the resource_type of this ItemForListUpstreamsOutput. # noqa: E501
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
:return: The resource_type of this ItemForListUpstreamsOutput. # noqa: E501
|
|
325
|
-
:rtype: str
|
|
326
|
-
"""
|
|
327
|
-
return self._resource_type
|
|
328
|
-
|
|
329
|
-
@resource_type.setter
|
|
330
|
-
def resource_type(self, resource_type):
|
|
331
|
-
"""Sets the resource_type of this ItemForListUpstreamsOutput.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
:param resource_type: The resource_type of this ItemForListUpstreamsOutput. # noqa: E501
|
|
335
|
-
:type: str
|
|
336
|
-
"""
|
|
337
|
-
|
|
338
|
-
self._resource_type = resource_type
|
|
339
|
-
|
|
340
309
|
@property
|
|
341
310
|
def source_type(self):
|
|
342
311
|
"""Gets the source_type of this ItemForListUpstreamsOutput. # noqa: E501
|
|
@@ -358,27 +327,6 @@ class ItemForListUpstreamsOutput(object):
|
|
|
358
327
|
|
|
359
328
|
self._source_type = source_type
|
|
360
329
|
|
|
361
|
-
@property
|
|
362
|
-
def tags(self):
|
|
363
|
-
"""Gets the tags of this ItemForListUpstreamsOutput. # noqa: E501
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
:return: The tags of this ItemForListUpstreamsOutput. # noqa: E501
|
|
367
|
-
:rtype: list[TagForListUpstreamsOutput]
|
|
368
|
-
"""
|
|
369
|
-
return self._tags
|
|
370
|
-
|
|
371
|
-
@tags.setter
|
|
372
|
-
def tags(self, tags):
|
|
373
|
-
"""Sets the tags of this ItemForListUpstreamsOutput.
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
:param tags: The tags of this ItemForListUpstreamsOutput. # noqa: E501
|
|
377
|
-
:type: list[TagForListUpstreamsOutput]
|
|
378
|
-
"""
|
|
379
|
-
|
|
380
|
-
self._tags = tags
|
|
381
|
-
|
|
382
330
|
@property
|
|
383
331
|
def tls_settings(self):
|
|
384
332
|
"""Gets the tls_settings of this ItemForListUpstreamsOutput. # noqa: E501
|
|
@@ -19,7 +19,7 @@ import six
|
|
|
19
19
|
from volcenginesdkcore.configuration import Configuration
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class
|
|
22
|
+
class LabelForCreateUpstreamVersionInput(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 TagForListGatewayServicesOutput(object):
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
|
|
46
|
-
"""
|
|
46
|
+
"""LabelForCreateUpstreamVersionInput - 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 TagForListGatewayServicesOutput(object):
|
|
|
59
59
|
|
|
60
60
|
@property
|
|
61
61
|
def key(self):
|
|
62
|
-
"""Gets the key of this
|
|
62
|
+
"""Gets the key of this LabelForCreateUpstreamVersionInput. # noqa: E501
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
:return: The key of this
|
|
65
|
+
:return: The key of this LabelForCreateUpstreamVersionInput. # 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 LabelForCreateUpstreamVersionInput.
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
:param key: The key of this
|
|
75
|
+
:param key: The key of this LabelForCreateUpstreamVersionInput. # noqa: E501
|
|
76
76
|
:type: str
|
|
77
77
|
"""
|
|
78
78
|
|
|
@@ -80,20 +80,20 @@ class TagForListGatewayServicesOutput(object):
|
|
|
80
80
|
|
|
81
81
|
@property
|
|
82
82
|
def value(self):
|
|
83
|
-
"""Gets the value of this
|
|
83
|
+
"""Gets the value of this LabelForCreateUpstreamVersionInput. # noqa: E501
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
:return: The value of this
|
|
86
|
+
:return: The value of this LabelForCreateUpstreamVersionInput. # 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 LabelForCreateUpstreamVersionInput.
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param value: The value of this
|
|
96
|
+
:param value: The value of this LabelForCreateUpstreamVersionInput. # noqa: E501
|
|
97
97
|
:type: str
|
|
98
98
|
"""
|
|
99
99
|
|
|
@@ -120,7 +120,7 @@ class TagForListGatewayServicesOutput(object):
|
|
|
120
120
|
))
|
|
121
121
|
else:
|
|
122
122
|
result[attr] = value
|
|
123
|
-
if issubclass(
|
|
123
|
+
if issubclass(LabelForCreateUpstreamVersionInput, dict):
|
|
124
124
|
for key, value in self.items():
|
|
125
125
|
result[key] = value
|
|
126
126
|
|
|
@@ -136,14 +136,14 @@ class TagForListGatewayServicesOutput(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, LabelForCreateUpstreamVersionInput):
|
|
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, LabelForCreateUpstreamVersionInput):
|
|
147
147
|
return True
|
|
148
148
|
|
|
149
149
|
return self.to_dict() != other.to_dict()
|