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
|
@@ -33,29 +33,24 @@ class CreateCenInterRegionBandwidthResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'inter_region_bandwidth_id': 'str'
|
|
37
|
-
'request_id': 'str'
|
|
36
|
+
'inter_region_bandwidth_id': 'str'
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
attribute_map = {
|
|
41
|
-
'inter_region_bandwidth_id': 'InterRegionBandwidthId'
|
|
42
|
-
'request_id': 'RequestId'
|
|
40
|
+
'inter_region_bandwidth_id': 'InterRegionBandwidthId'
|
|
43
41
|
}
|
|
44
42
|
|
|
45
|
-
def __init__(self, inter_region_bandwidth_id=None,
|
|
43
|
+
def __init__(self, inter_region_bandwidth_id=None, _configuration=None): # noqa: E501
|
|
46
44
|
"""CreateCenInterRegionBandwidthResponse - a model defined in Swagger""" # noqa: E501
|
|
47
45
|
if _configuration is None:
|
|
48
46
|
_configuration = Configuration()
|
|
49
47
|
self._configuration = _configuration
|
|
50
48
|
|
|
51
49
|
self._inter_region_bandwidth_id = None
|
|
52
|
-
self._request_id = None
|
|
53
50
|
self.discriminator = None
|
|
54
51
|
|
|
55
52
|
if inter_region_bandwidth_id is not None:
|
|
56
53
|
self.inter_region_bandwidth_id = inter_region_bandwidth_id
|
|
57
|
-
if request_id is not None:
|
|
58
|
-
self.request_id = request_id
|
|
59
54
|
|
|
60
55
|
@property
|
|
61
56
|
def inter_region_bandwidth_id(self):
|
|
@@ -78,27 +73,6 @@ class CreateCenInterRegionBandwidthResponse(object):
|
|
|
78
73
|
|
|
79
74
|
self._inter_region_bandwidth_id = inter_region_bandwidth_id
|
|
80
75
|
|
|
81
|
-
@property
|
|
82
|
-
def request_id(self):
|
|
83
|
-
"""Gets the request_id of this CreateCenInterRegionBandwidthResponse. # noqa: E501
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
:return: The request_id of this CreateCenInterRegionBandwidthResponse. # noqa: E501
|
|
87
|
-
:rtype: str
|
|
88
|
-
"""
|
|
89
|
-
return self._request_id
|
|
90
|
-
|
|
91
|
-
@request_id.setter
|
|
92
|
-
def request_id(self, request_id):
|
|
93
|
-
"""Sets the request_id of this CreateCenInterRegionBandwidthResponse.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
:param request_id: The request_id of this CreateCenInterRegionBandwidthResponse. # noqa: E501
|
|
97
|
-
:type: str
|
|
98
|
-
"""
|
|
99
|
-
|
|
100
|
-
self._request_id = request_id
|
|
101
|
-
|
|
102
76
|
def to_dict(self):
|
|
103
77
|
"""Returns the model properties as a dict"""
|
|
104
78
|
result = {}
|
|
@@ -132,6 +132,9 @@ class CreateCenRequest(object):
|
|
|
132
132
|
:param description: The description of this CreateCenRequest. # noqa: E501
|
|
133
133
|
:type: str
|
|
134
134
|
"""
|
|
135
|
+
if (self._configuration.client_side_validation and
|
|
136
|
+
description is not None and len(description) > 255):
|
|
137
|
+
raise ValueError("Invalid value for `description`, length must be less than or equal to `255`") # noqa: E501
|
|
135
138
|
|
|
136
139
|
self._description = description
|
|
137
140
|
|
|
@@ -33,29 +33,24 @@ class CreateCenResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'cen_id': 'str'
|
|
37
|
-
'request_id': 'str'
|
|
36
|
+
'cen_id': 'str'
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
attribute_map = {
|
|
41
|
-
'cen_id': 'CenId'
|
|
42
|
-
'request_id': 'RequestId'
|
|
40
|
+
'cen_id': 'CenId'
|
|
43
41
|
}
|
|
44
42
|
|
|
45
|
-
def __init__(self, cen_id=None,
|
|
43
|
+
def __init__(self, cen_id=None, _configuration=None): # noqa: E501
|
|
46
44
|
"""CreateCenResponse - a model defined in Swagger""" # noqa: E501
|
|
47
45
|
if _configuration is None:
|
|
48
46
|
_configuration = Configuration()
|
|
49
47
|
self._configuration = _configuration
|
|
50
48
|
|
|
51
49
|
self._cen_id = None
|
|
52
|
-
self._request_id = None
|
|
53
50
|
self.discriminator = None
|
|
54
51
|
|
|
55
52
|
if cen_id is not None:
|
|
56
53
|
self.cen_id = cen_id
|
|
57
|
-
if request_id is not None:
|
|
58
|
-
self.request_id = request_id
|
|
59
54
|
|
|
60
55
|
@property
|
|
61
56
|
def cen_id(self):
|
|
@@ -78,27 +73,6 @@ class CreateCenResponse(object):
|
|
|
78
73
|
|
|
79
74
|
self._cen_id = cen_id
|
|
80
75
|
|
|
81
|
-
@property
|
|
82
|
-
def request_id(self):
|
|
83
|
-
"""Gets the request_id of this CreateCenResponse. # noqa: E501
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
:return: The request_id of this CreateCenResponse. # noqa: E501
|
|
87
|
-
:rtype: str
|
|
88
|
-
"""
|
|
89
|
-
return self._request_id
|
|
90
|
-
|
|
91
|
-
@request_id.setter
|
|
92
|
-
def request_id(self, request_id):
|
|
93
|
-
"""Sets the request_id of this CreateCenResponse.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
:param request_id: The request_id of this CreateCenResponse. # noqa: E501
|
|
97
|
-
:type: str
|
|
98
|
-
"""
|
|
99
|
-
|
|
100
|
-
self._request_id = request_id
|
|
101
|
-
|
|
102
76
|
def to_dict(self):
|
|
103
77
|
"""Returns the model properties as a dict"""
|
|
104
78
|
result = {}
|
|
@@ -33,46 +33,18 @@ class CreateCenServiceRouteEntryResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""CreateCenServiceRouteEntryResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this CreateCenServiceRouteEntryResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this CreateCenServiceRouteEntryResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this CreateCenServiceRouteEntryResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this CreateCenServiceRouteEntryResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class CreateCenSummaryRouteEntryResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""CreateCenSummaryRouteEntryResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this CreateCenSummaryRouteEntryResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this CreateCenSummaryRouteEntryResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this CreateCenSummaryRouteEntryResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this CreateCenSummaryRouteEntryResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class DeleteCenBandwidthPackageResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""DeleteCenBandwidthPackageResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this DeleteCenBandwidthPackageResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this DeleteCenBandwidthPackageResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this DeleteCenBandwidthPackageResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this DeleteCenBandwidthPackageResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class DeleteCenInterRegionBandwidthResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""DeleteCenInterRegionBandwidthResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this DeleteCenInterRegionBandwidthResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this DeleteCenInterRegionBandwidthResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this DeleteCenInterRegionBandwidthResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this DeleteCenInterRegionBandwidthResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class DeleteCenResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""DeleteCenResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this DeleteCenResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this DeleteCenResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this DeleteCenResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this DeleteCenResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class DeleteCenServiceRouteEntryResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""DeleteCenServiceRouteEntryResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this DeleteCenServiceRouteEntryResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this DeleteCenServiceRouteEntryResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this DeleteCenServiceRouteEntryResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this DeleteCenServiceRouteEntryResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -33,46 +33,18 @@ class DeleteCenSummaryRouteEntryResponse(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
-
'request_id': 'str'
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
attribute_map = {
|
|
40
|
-
'request_id': 'RequestId'
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
def __init__(self,
|
|
41
|
+
def __init__(self, _configuration=None): # noqa: E501
|
|
44
42
|
"""DeleteCenSummaryRouteEntryResponse - a model defined in Swagger""" # noqa: E501
|
|
45
43
|
if _configuration is None:
|
|
46
44
|
_configuration = Configuration()
|
|
47
45
|
self._configuration = _configuration
|
|
48
|
-
|
|
49
|
-
self._request_id = None
|
|
50
46
|
self.discriminator = None
|
|
51
47
|
|
|
52
|
-
if request_id is not None:
|
|
53
|
-
self.request_id = request_id
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
def request_id(self):
|
|
57
|
-
"""Gets the request_id of this DeleteCenSummaryRouteEntryResponse. # noqa: E501
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
:return: The request_id of this DeleteCenSummaryRouteEntryResponse. # noqa: E501
|
|
61
|
-
:rtype: str
|
|
62
|
-
"""
|
|
63
|
-
return self._request_id
|
|
64
|
-
|
|
65
|
-
@request_id.setter
|
|
66
|
-
def request_id(self, request_id):
|
|
67
|
-
"""Sets the request_id of this DeleteCenSummaryRouteEntryResponse.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:param request_id: The request_id of this DeleteCenSummaryRouteEntryResponse. # noqa: E501
|
|
71
|
-
:type: str
|
|
72
|
-
"""
|
|
73
|
-
|
|
74
|
-
self._request_id = request_id
|
|
75
|
-
|
|
76
48
|
def to_dict(self):
|
|
77
49
|
"""Returns the model properties as a dict"""
|
|
78
50
|
result = {}
|
|
@@ -34,41 +34,43 @@ class DescribeCenAttachedInstanceAttributesResponse(object):
|
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
36
|
'cen_id': 'str',
|
|
37
|
+
'creation_time': 'str',
|
|
37
38
|
'instance_id': 'str',
|
|
38
39
|
'instance_owner_id': 'str',
|
|
39
40
|
'instance_region_id': 'str',
|
|
40
41
|
'instance_type': 'str',
|
|
41
|
-
'request_id': 'str',
|
|
42
42
|
'status': 'str'
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
attribute_map = {
|
|
46
46
|
'cen_id': 'CenId',
|
|
47
|
+
'creation_time': 'CreationTime',
|
|
47
48
|
'instance_id': 'InstanceId',
|
|
48
49
|
'instance_owner_id': 'InstanceOwnerId',
|
|
49
50
|
'instance_region_id': 'InstanceRegionId',
|
|
50
51
|
'instance_type': 'InstanceType',
|
|
51
|
-
'request_id': 'RequestId',
|
|
52
52
|
'status': 'Status'
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
def __init__(self, cen_id=None, instance_id=None, instance_owner_id=None, instance_region_id=None, instance_type=None,
|
|
55
|
+
def __init__(self, cen_id=None, creation_time=None, instance_id=None, instance_owner_id=None, instance_region_id=None, instance_type=None, status=None, _configuration=None): # noqa: E501
|
|
56
56
|
"""DescribeCenAttachedInstanceAttributesResponse - a model defined in Swagger""" # noqa: E501
|
|
57
57
|
if _configuration is None:
|
|
58
58
|
_configuration = Configuration()
|
|
59
59
|
self._configuration = _configuration
|
|
60
60
|
|
|
61
61
|
self._cen_id = None
|
|
62
|
+
self._creation_time = None
|
|
62
63
|
self._instance_id = None
|
|
63
64
|
self._instance_owner_id = None
|
|
64
65
|
self._instance_region_id = None
|
|
65
66
|
self._instance_type = None
|
|
66
|
-
self._request_id = None
|
|
67
67
|
self._status = None
|
|
68
68
|
self.discriminator = None
|
|
69
69
|
|
|
70
70
|
if cen_id is not None:
|
|
71
71
|
self.cen_id = cen_id
|
|
72
|
+
if creation_time is not None:
|
|
73
|
+
self.creation_time = creation_time
|
|
72
74
|
if instance_id is not None:
|
|
73
75
|
self.instance_id = instance_id
|
|
74
76
|
if instance_owner_id is not None:
|
|
@@ -77,8 +79,6 @@ class DescribeCenAttachedInstanceAttributesResponse(object):
|
|
|
77
79
|
self.instance_region_id = instance_region_id
|
|
78
80
|
if instance_type is not None:
|
|
79
81
|
self.instance_type = instance_type
|
|
80
|
-
if request_id is not None:
|
|
81
|
-
self.request_id = request_id
|
|
82
82
|
if status is not None:
|
|
83
83
|
self.status = status
|
|
84
84
|
|
|
@@ -103,6 +103,27 @@ class DescribeCenAttachedInstanceAttributesResponse(object):
|
|
|
103
103
|
|
|
104
104
|
self._cen_id = cen_id
|
|
105
105
|
|
|
106
|
+
@property
|
|
107
|
+
def creation_time(self):
|
|
108
|
+
"""Gets the creation_time of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
:return: The creation_time of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
112
|
+
:rtype: str
|
|
113
|
+
"""
|
|
114
|
+
return self._creation_time
|
|
115
|
+
|
|
116
|
+
@creation_time.setter
|
|
117
|
+
def creation_time(self, creation_time):
|
|
118
|
+
"""Sets the creation_time of this DescribeCenAttachedInstanceAttributesResponse.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param creation_time: The creation_time of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
122
|
+
:type: str
|
|
123
|
+
"""
|
|
124
|
+
|
|
125
|
+
self._creation_time = creation_time
|
|
126
|
+
|
|
106
127
|
@property
|
|
107
128
|
def instance_id(self):
|
|
108
129
|
"""Gets the instance_id of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
@@ -187,27 +208,6 @@ class DescribeCenAttachedInstanceAttributesResponse(object):
|
|
|
187
208
|
|
|
188
209
|
self._instance_type = instance_type
|
|
189
210
|
|
|
190
|
-
@property
|
|
191
|
-
def request_id(self):
|
|
192
|
-
"""Gets the request_id of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
:return: The request_id of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
196
|
-
:rtype: str
|
|
197
|
-
"""
|
|
198
|
-
return self._request_id
|
|
199
|
-
|
|
200
|
-
@request_id.setter
|
|
201
|
-
def request_id(self, request_id):
|
|
202
|
-
"""Sets the request_id of this DescribeCenAttachedInstanceAttributesResponse.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
:param request_id: The request_id of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
206
|
-
:type: str
|
|
207
|
-
"""
|
|
208
|
-
|
|
209
|
-
self._request_id = request_id
|
|
210
|
-
|
|
211
211
|
@property
|
|
212
212
|
def status(self):
|
|
213
213
|
"""Gets the status of this DescribeCenAttachedInstanceAttributesResponse. # noqa: E501
|
|
@@ -36,7 +36,6 @@ class DescribeCenAttachedInstancesResponse(object):
|
|
|
36
36
|
'attached_instances': 'list[AttachedInstanceForDescribeCenAttachedInstancesOutput]',
|
|
37
37
|
'page_number': 'int',
|
|
38
38
|
'page_size': 'int',
|
|
39
|
-
'request_id': 'str',
|
|
40
39
|
'total_count': 'int'
|
|
41
40
|
}
|
|
42
41
|
|
|
@@ -44,11 +43,10 @@ class DescribeCenAttachedInstancesResponse(object):
|
|
|
44
43
|
'attached_instances': 'AttachedInstances',
|
|
45
44
|
'page_number': 'PageNumber',
|
|
46
45
|
'page_size': 'PageSize',
|
|
47
|
-
'request_id': 'RequestId',
|
|
48
46
|
'total_count': 'TotalCount'
|
|
49
47
|
}
|
|
50
48
|
|
|
51
|
-
def __init__(self, attached_instances=None, page_number=None, page_size=None,
|
|
49
|
+
def __init__(self, attached_instances=None, page_number=None, page_size=None, total_count=None, _configuration=None): # noqa: E501
|
|
52
50
|
"""DescribeCenAttachedInstancesResponse - a model defined in Swagger""" # noqa: E501
|
|
53
51
|
if _configuration is None:
|
|
54
52
|
_configuration = Configuration()
|
|
@@ -57,7 +55,6 @@ class DescribeCenAttachedInstancesResponse(object):
|
|
|
57
55
|
self._attached_instances = None
|
|
58
56
|
self._page_number = None
|
|
59
57
|
self._page_size = None
|
|
60
|
-
self._request_id = None
|
|
61
58
|
self._total_count = None
|
|
62
59
|
self.discriminator = None
|
|
63
60
|
|
|
@@ -67,8 +64,6 @@ class DescribeCenAttachedInstancesResponse(object):
|
|
|
67
64
|
self.page_number = page_number
|
|
68
65
|
if page_size is not None:
|
|
69
66
|
self.page_size = page_size
|
|
70
|
-
if request_id is not None:
|
|
71
|
-
self.request_id = request_id
|
|
72
67
|
if total_count is not None:
|
|
73
68
|
self.total_count = total_count
|
|
74
69
|
|
|
@@ -135,27 +130,6 @@ class DescribeCenAttachedInstancesResponse(object):
|
|
|
135
130
|
|
|
136
131
|
self._page_size = page_size
|
|
137
132
|
|
|
138
|
-
@property
|
|
139
|
-
def request_id(self):
|
|
140
|
-
"""Gets the request_id of this DescribeCenAttachedInstancesResponse. # noqa: E501
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
:return: The request_id of this DescribeCenAttachedInstancesResponse. # noqa: E501
|
|
144
|
-
:rtype: str
|
|
145
|
-
"""
|
|
146
|
-
return self._request_id
|
|
147
|
-
|
|
148
|
-
@request_id.setter
|
|
149
|
-
def request_id(self, request_id):
|
|
150
|
-
"""Sets the request_id of this DescribeCenAttachedInstancesResponse.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
:param request_id: The request_id of this DescribeCenAttachedInstancesResponse. # noqa: E501
|
|
154
|
-
:type: str
|
|
155
|
-
"""
|
|
156
|
-
|
|
157
|
-
self._request_id = request_id
|
|
158
|
-
|
|
159
133
|
@property
|
|
160
134
|
def total_count(self):
|
|
161
135
|
"""Gets the total_count of this DescribeCenAttachedInstancesResponse. # noqa: E501
|