waldur-api-client 7.7.3__py3-none-any.whl → 7.7.5__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 waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/access_subnets/access_subnets_count.py +236 -0
- waldur_api_client/api/admin_announcements/admin_announcements_count.py +248 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_list.py → auth_tokens/auth_tokens_count.py} +27 -28
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_questions_list.py → autoprovisioning_rules/autoprovisioning_rules_count.py} +27 -42
- waldur_api_client/api/aws_images/aws_images_count.py +221 -0
- waldur_api_client/api/aws_instances/aws_instances_count.py +469 -0
- waldur_api_client/api/aws_regions/aws_regions_count.py +202 -0
- waldur_api_client/api/aws_sizes/aws_sizes_count.py +221 -0
- waldur_api_client/api/aws_volumes/aws_volumes_count.py +172 -0
- waldur_api_client/api/azure_images/azure_images_count.py +269 -0
- waldur_api_client/api/azure_locations/azure_locations_count.py +251 -0
- waldur_api_client/api/azure_public_ips/azure_public_ips_count.py +502 -0
- waldur_api_client/api/azure_resource_groups/azure_resource_groups_count.py +172 -0
- waldur_api_client/api/azure_sizes/azure_sizes_count.py +284 -0
- waldur_api_client/api/azure_sql_databases/azure_sql_databases_count.py +535 -0
- waldur_api_client/api/azure_sql_servers/azure_sql_servers_count.py +502 -0
- waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_count.py +502 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_count.py +310 -0
- waldur_api_client/api/backend_resources/backend_resources_count.py +314 -0
- waldur_api_client/api/booking_offerings/booking_offerings_count.py +172 -0
- waldur_api_client/api/booking_resources/booking_resources_count.py +658 -0
- waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_count.py +187 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_count.py +230 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_count.py +125 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_count.py +244 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_count.py +191 -0
- waldur_api_client/api/call_rounds/call_rounds_count.py +172 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py → checklists_admin/checklists_admin_checklist_questions.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +172 -0
- waldur_api_client/api/checklists_admin/checklists_admin_create.py +148 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_destroy.py → checklists_admin/checklists_admin_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_list.py → checklists_admin/checklists_admin_list.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_retrieve.py → checklists_admin/checklists_admin_retrieve.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_update.py +162 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_count.py +172 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_create.py → checklists_admin_categories/checklists_admin_categories_create.py} +23 -23
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py → checklists_admin_categories/checklists_admin_categories_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_list.py → checklists_admin_categories/checklists_admin_categories_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py → checklists_admin_categories/checklists_admin_categories_partial_update.py} +23 -23
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_retrieve.py → checklists_admin_categories/checklists_admin_categories_retrieve.py} +11 -10
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_update.py → checklists_admin_categories/checklists_admin_categories_update.py} +23 -23
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_count.py +209 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_update.py} +1 -1
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_count.py +191 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py → checklists_admin_question_options/checklists_admin_question_options_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py → checklists_admin_question_options/checklists_admin_question_options_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py → checklists_admin_question_options/checklists_admin_question_options_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py → checklists_admin_question_options/checklists_admin_question_options_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py → checklists_admin_question_options/checklists_admin_question_options_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py → checklists_admin_question_options/checklists_admin_question_options_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_user_answers_list.py → checklists_admin_questions/checklists_admin_questions_count.py} +44 -52
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py → checklists_admin_questions/checklists_admin_questions_create.py} +1 -1
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_destroy.py +89 -0
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py → checklists_admin_questions/checklists_admin_questions_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py → checklists_admin_questions/checklists_admin_questions_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py → checklists_admin_questions/checklists_admin_questions_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py → checklists_admin_questions/checklists_admin_questions_update.py} +1 -1
- waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_count.py +254 -0
- waldur_api_client/api/customer_credits/customer_credits_count.py +244 -0
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_count.py +247 -0
- waldur_api_client/api/customer_quotas/customer_quotas_count.py +172 -0
- waldur_api_client/api/customers/customers_count.py +390 -0
- waldur_api_client/api/customers/customers_countries_count.py +390 -0
- waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_count.py +469 -0
- waldur_api_client/api/digitalocean_images/digitalocean_images_count.py +255 -0
- waldur_api_client/api/digitalocean_regions/digitalocean_regions_count.py +202 -0
- waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_count.py +247 -0
- waldur_api_client/api/email_logs/email_logs_count.py +259 -0
- waldur_api_client/api/event_subscriptions/event_subscriptions_count.py +225 -0
- waldur_api_client/api/events/events_count.py +295 -0
- waldur_api_client/api/{customers/marketplace_checklists_customer_retrieve.py → events/events_count_count.py} +30 -49
- waldur_api_client/api/events/events_event_groups_count.py +125 -0
- waldur_api_client/api/events/events_scope_types_count.py +125 -0
- waldur_api_client/api/events_stats/events_stats_count.py +172 -0
- waldur_api_client/api/external_links/external_links_count.py +202 -0
- waldur_api_client/api/external_links/external_links_create.py +148 -0
- waldur_api_client/api/external_links/external_links_destroy.py +89 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_list.py → external_links/external_links_list.py} +43 -26
- waldur_api_client/api/external_links/external_links_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py → external_links/external_links_retrieve.py} +13 -15
- waldur_api_client/api/external_links/external_links_update.py +162 -0
- waldur_api_client/api/financial_reports/financial_reports_count.py +390 -0
- waldur_api_client/api/freeipa_profiles/freeipa_profiles_count.py +206 -0
- waldur_api_client/api/{customers/marketplace_checklists_customer_update.py → google_auth/google_auth_callback_count.py} +66 -62
- waldur_api_client/api/google_auth/google_auth_count.py +187 -0
- waldur_api_client/api/hooks/hooks_count.py +172 -0
- waldur_api_client/api/hooks_email/hooks_email_count.py +300 -0
- waldur_api_client/api/hooks_web/hooks_web_count.py +320 -0
- waldur_api_client/api/identity_providers/identity_providers_count.py +172 -0
- waldur_api_client/api/invoice_items/invoice_items_costs_count.py +191 -0
- waldur_api_client/api/invoice_items/invoice_items_count.py +323 -0
- waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_total_price_count.py +293 -0
- waldur_api_client/api/invoices/invoices_count.py +337 -0
- waldur_api_client/api/invoices/invoices_growth_count.py +187 -0
- waldur_api_client/api/keycloak_groups/keycloak_groups_count.py +221 -0
- waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_count.py +325 -0
- waldur_api_client/api/keys/keys_count.py +359 -0
- waldur_api_client/api/lexis_links/lexis_links_count.py +260 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_count.py +172 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py → maintenance_announcement_offerings/maintenance_announcement_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py → maintenance_announcement_offerings/maintenance_announcement_offerings_list.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py → maintenance_announcement_offerings/maintenance_announcement_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_update.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_count.py +267 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_list.py} +96 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_update.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_cancel_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_complete_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_count.py +325 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py → maintenance_announcements/maintenance_announcements_create.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_list.py +328 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py → maintenance_announcements/maintenance_announcements_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py → maintenance_announcements/maintenance_announcements_retrieve.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_schedule.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_start_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_unschedule.py +148 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py → maintenance_announcements/maintenance_announcements_update.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_count.py +229 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py → maintenance_announcements_template/maintenance_announcements_template_create.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py → maintenance_announcements_template/maintenance_announcements_template_list.py} +58 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py → maintenance_announcements_template/maintenance_announcements_template_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py → maintenance_announcements_template/maintenance_announcements_template_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py → maintenance_announcements_template/maintenance_announcements_template_update.py} +1 -1
- waldur_api_client/api/marketplace_categories/marketplace_categories_count.py +319 -0
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py → marketplace_category_columns/marketplace_category_columns_count.py} +59 -39
- waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_count.py +209 -0
- waldur_api_client/api/marketplace_category_components/marketplace_category_components_count.py +172 -0
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_count.py +187 -0
- waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_count.py +172 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +353 -0
- waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_count.py +398 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +300 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +247 -0
- waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_count.py +440 -0
- waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_count.py +440 -0
- waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_count.py +195 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +224 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_begin_creating.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +388 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py +91 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py → marketplace_offering_users/marketplace_offering_users_set_deleted.py} +7 -5
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_deleting.py +91 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_creating.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_deleting.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_ok.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py +0 -16
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_comments_partial_update.py +172 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +517 -0
- waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py +239 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +224 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +251 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_count.py +272 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py +270 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +626 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +640 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_count.py +172 -0
- waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_count.py +257 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +640 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_count.py +332 -0
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +247 -0
- waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_count.py +172 -0
- waldur_api_client/api/marketplace_sections/marketplace_sections_count.py +172 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py +244 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_count.py +172 -0
- waldur_api_client/api/notification_messages/notification_messages_count.py +262 -0
- waldur_api_client/api/notification_messages_templates/notification_messages_templates_count.py +247 -0
- waldur_api_client/api/openstack_backups/openstack_backups_count.py +535 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_count.py +460 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_count.py +547 -0
- waldur_api_client/api/openstack_images/openstack_images_count.py +287 -0
- waldur_api_client/api/openstack_images/openstack_images_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_instances/openstack_instances_count.py +565 -0
- waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_count.py +469 -0
- waldur_api_client/api/openstack_migrations/openstack_migrations_count.py +209 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +259 -0
- waldur_api_client/api/openstack_networks/openstack_networks_count.py +562 -0
- waldur_api_client/api/openstack_ports/openstack_ports_count.py +394 -0
- waldur_api_client/api/openstack_routers/openstack_routers_count.py +236 -0
- waldur_api_client/api/openstack_security_groups/openstack_security_groups_count.py +517 -0
- waldur_api_client/api/openstack_server_groups/openstack_server_groups_count.py +502 -0
- waldur_api_client/api/openstack_snapshots/openstack_snapshots_count.py +583 -0
- waldur_api_client/api/openstack_subnets/openstack_subnets_count.py +595 -0
- waldur_api_client/api/openstack_tenants/openstack_tenants_count.py +469 -0
- waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_count.py +287 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_count.py +125 -0
- waldur_api_client/api/openstack_volumes/openstack_volumes_count.py +616 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_submit_create.py → organization_groups/organization_groups_count.py} +89 -82
- waldur_api_client/api/payment_profiles/payment_profiles_count.py +267 -0
- waldur_api_client/api/payments/payments_count.py +225 -0
- waldur_api_client/api/project_credits/project_credits_count.py +277 -0
- waldur_api_client/api/project_quotas/project_quotas_count.py +172 -0
- waldur_api_client/api/project_types/project_types_count.py +202 -0
- waldur_api_client/api/projects/projects_checklist_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_completion_status_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_count.py +435 -0
- waldur_api_client/api/projects/projects_submit_answers.py +179 -0
- waldur_api_client/api/promotions_campaigns/promotions_campaigns_count.py +337 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_count.py +288 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_submit_answers.py +179 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_activate.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_archive.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_compliance_overview_retrieve.py +146 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_count.py +333 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_proposals_compliance_answers_list.py +364 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_review_proposal_compliance.py +172 -0
- waldur_api_client/api/proposal_public_calls/proposal_public_calls_count.py +333 -0
- waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_count.py +321 -0
- waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_count.py +314 -0
- waldur_api_client/api/proposal_reviews/proposal_reviews_count.py +321 -0
- waldur_api_client/api/provider_invoice_items/provider_invoice_items_count.py +280 -0
- waldur_api_client/api/rancher_apps/rancher_apps_count.py +523 -0
- waldur_api_client/api/rancher_catalogs/rancher_catalogs_count.py +172 -0
- waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_count.py +221 -0
- waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_count.py +172 -0
- waldur_api_client/api/rancher_clusters/rancher_clusters_count.py +469 -0
- waldur_api_client/api/rancher_hpas/rancher_hpas_count.py +308 -0
- waldur_api_client/api/rancher_ingresses/rancher_ingresses_count.py +523 -0
- waldur_api_client/api/rancher_namespaces/rancher_namespaces_count.py +295 -0
- waldur_api_client/api/rancher_nodes/rancher_nodes_count.py +191 -0
- waldur_api_client/api/rancher_projects/rancher_projects_count.py +254 -0
- waldur_api_client/api/rancher_role_templates/rancher_role_templates_count.py +244 -0
- waldur_api_client/api/rancher_services/rancher_services_count.py +523 -0
- waldur_api_client/api/rancher_templates/rancher_templates_count.py +313 -0
- waldur_api_client/api/rancher_users/rancher_users_count.py +272 -0
- waldur_api_client/api/rancher_workloads/rancher_workloads_count.py +313 -0
- waldur_api_client/api/roles/roles_count.py +217 -0
- waldur_api_client/api/service_settings/service_settings_count.py +322 -0
- waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_count.py +269 -0
- waldur_api_client/api/slurm_allocations/slurm_allocations_count.py +484 -0
- waldur_api_client/api/slurm_associations/slurm_associations_count.py +206 -0
- waldur_api_client/api/slurm_jobs/slurm_jobs_count.py +172 -0
- waldur_api_client/api/support_attachments/support_attachments_count.py +206 -0
- waldur_api_client/api/support_comments/support_comments_count.py +304 -0
- waldur_api_client/api/support_feedbacks/support_feedbacks_count.py +321 -0
- waldur_api_client/api/support_issues/support_issues_count.py +505 -0
- waldur_api_client/api/support_priorities/support_priorities_count.py +202 -0
- waldur_api_client/api/support_templates/support_templates_count.py +172 -0
- waldur_api_client/api/support_users/support_users_count.py +217 -0
- waldur_api_client/api/user_agreements/user_agreements_count.py +192 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +277 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +315 -0
- waldur_api_client/api/user_permission_requests/user_permission_requests_count.py +273 -0
- waldur_api_client/api/user_permissions/user_permissions_count.py +422 -0
- waldur_api_client/api/users/users_count.py +557 -0
- waldur_api_client/api/users/{users_marketplace_checklist_stats_retrieve.py → users_me_count.py} +30 -44
- waldur_api_client/api/vmware_clusters/vmware_clusters_count.py +254 -0
- waldur_api_client/api/vmware_datastores/vmware_datastores_count.py +254 -0
- waldur_api_client/api/vmware_disks/vmware_disks_count.py +502 -0
- waldur_api_client/api/vmware_folders/vmware_folders_count.py +254 -0
- waldur_api_client/api/vmware_networks/vmware_networks_count.py +272 -0
- waldur_api_client/api/vmware_ports/vmware_ports_count.py +535 -0
- waldur_api_client/api/vmware_templates/vmware_templates_count.py +236 -0
- waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_count.py +484 -0
- waldur_api_client/models/__init__.py +310 -26
- waldur_api_client/models/admin_announcements_count_o_item.py +17 -0
- waldur_api_client/models/admin_announcements_count_type_item.py +10 -0
- waldur_api_client/models/answer.py +137 -0
- waldur_api_client/models/{answer_list.py → answer_submit_response.py} +23 -21
- waldur_api_client/models/aws_instances_count_state_item.py +15 -0
- waldur_api_client/models/azure_public_ips_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_databases_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_servers_count_state_item.py +15 -0
- waldur_api_client/models/azure_virtualmachines_count_state_item.py +15 -0
- waldur_api_client/models/backend_resource_req.py +24 -0
- waldur_api_client/models/backend_resource_requests_count_o_item.py +9 -0
- waldur_api_client/models/backend_resource_requests_count_state_item.py +11 -0
- waldur_api_client/models/backend_resources_count_o_item.py +9 -0
- waldur_api_client/models/billing_unit.py +1 -0
- waldur_api_client/models/booking_resources_count_o_item.py +15 -0
- waldur_api_client/models/booking_resources_count_state_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_o_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_state.py +10 -0
- waldur_api_client/models/call_compliance_overview.py +93 -0
- waldur_api_client/models/{answer_submit.py → call_compliance_overview_checklist_type_0.py} +6 -30
- waldur_api_client/models/{question_options.py → call_compliance_review_request.py} +18 -26
- waldur_api_client/models/call_managing_organisations_count_o_item.py +9 -0
- waldur_api_client/models/checklist.py +47 -8
- waldur_api_client/models/{create_checklist_request.py → checklist_category_request.py} +37 -24
- waldur_api_client/models/checklist_completion.py +118 -0
- waldur_api_client/models/checklist_completion_reviewer.py +203 -0
- waldur_api_client/models/{operator_enum.py → checklist_operators.py} +1 -1
- waldur_api_client/models/checklist_request.py +118 -0
- waldur_api_client/models/checklist_response.py +93 -0
- waldur_api_client/models/{customer_checklist_stat.py → checklist_response_checklist.py} +6 -37
- waldur_api_client/models/checklist_reviewer_response.py +93 -0
- waldur_api_client/models/checklist_reviewer_response_checklist.py +44 -0
- waldur_api_client/models/checklist_type_enum.py +1 -0
- waldur_api_client/models/customer_credits_count_o_item.py +15 -0
- waldur_api_client/models/customer_permissions_reviews_count_o_item.py +11 -0
- waldur_api_client/models/digitalocean_droplets_count_state_item.py +15 -0
- waldur_api_client/models/digitalocean_images_count_o_item.py +11 -0
- waldur_api_client/models/email_logs_count_o_item.py +11 -0
- waldur_api_client/models/event_subscriptions_count_o_item.py +9 -0
- waldur_api_client/models/events_count_o_item.py +9 -0
- waldur_api_client/models/{checklist_admin.py → external_link.py} +52 -46
- waldur_api_client/models/external_link_request.py +111 -0
- waldur_api_client/models/hooks_web_count_content_type.py +9 -0
- waldur_api_client/models/import_resource_request.py +9 -0
- waldur_api_client/models/invoices_count_o_item.py +13 -0
- waldur_api_client/models/invoices_count_state_item.py +11 -0
- waldur_api_client/models/keycloak_user_group_memberships_count_state_item.py +9 -0
- waldur_api_client/models/keys_count_o_item.py +9 -0
- waldur_api_client/models/limit_period_enum.py +1 -0
- waldur_api_client/models/{user_stats.py → maintenance_action_response.py} +11 -11
- waldur_api_client/models/maintenance_announcement.py +9 -0
- waldur_api_client/models/maintenance_announcement_offering_template.py +16 -0
- waldur_api_client/models/maintenance_announcement_request.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_count_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_list_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_template_count_o_item.py +11 -0
- waldur_api_client/models/maintenance_announcements_template_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_categories_count_customers_offerings_state_item.py +11 -0
- waldur_api_client/models/marketplace_component_usages_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_component_user_usages_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_integration_statuses_count_o_item.py +9 -0
- waldur_api_client/models/marketplace_integration_statuses_count_status_item.py +10 -0
- waldur_api_client/models/marketplace_offering_files_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_permissions_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_permissions_log_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_referrals_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_state_item.py +17 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_list_state_item.py +2 -1
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_type_item.py +10 -0
- waldur_api_client/models/marketplace_project_update_requests_count_state_item.py +12 -0
- waldur_api_client/models/marketplace_provider_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_provider_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_provider_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_public_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_public_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_robot_accounts_count_state.py +13 -0
- waldur_api_client/models/marketplace_screenshots_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_service_providers_count_o_item.py +9 -0
- waldur_api_client/models/offering_user.py +19 -0
- waldur_api_client/models/offering_user_service_provider_comment.py +69 -0
- waldur_api_client/models/offering_user_state_enum.py +2 -1
- waldur_api_client/models/offering_user_state_transition_request.py +9 -0
- waldur_api_client/models/openstack_backups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_flavors_count_o_item.py +13 -0
- waldur_api_client/models/openstack_floating_ips_count_state_item.py +15 -0
- waldur_api_client/models/openstack_instances_count_state_item.py +15 -0
- waldur_api_client/models/openstack_marketplace_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py +9 -0
- waldur_api_client/models/openstack_networks_count_state_item.py +15 -0
- waldur_api_client/models/openstack_ports_count_o_item.py +9 -0
- waldur_api_client/models/openstack_security_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_server_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_snapshots_count_state_item.py +15 -0
- waldur_api_client/models/openstack_subnets_count_state_item.py +15 -0
- waldur_api_client/models/openstack_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_volumes_count_state_item.py +15 -0
- waldur_api_client/models/patched_checklist_category_request.py +102 -0
- waldur_api_client/models/{patched_create_checklist_request.py → patched_checklist_request.py} +36 -16
- waldur_api_client/models/patched_external_link_request.py +110 -0
- waldur_api_client/models/patched_maintenance_announcement_request.py +9 -0
- waldur_api_client/models/patched_offering_user_service_provider_comment_request.py +69 -0
- waldur_api_client/models/patched_protected_call_request.py +32 -0
- waldur_api_client/models/patched_question_admin_request.py +106 -58
- waldur_api_client/models/patched_question_dependency_request.py +5 -5
- waldur_api_client/models/payment_profiles_count_o_item.py +13 -0
- waldur_api_client/models/payment_profiles_count_payment_type_item.py +10 -0
- waldur_api_client/models/permission.py +15 -4
- waldur_api_client/models/project_credits_count_o_item.py +15 -0
- waldur_api_client/models/project_request.py +0 -20
- waldur_api_client/models/projects_count_o_item.py +23 -0
- waldur_api_client/models/promotions_campaigns_count_o_item.py +11 -0
- waldur_api_client/models/promotions_campaigns_count_state_item.py +10 -0
- waldur_api_client/models/proposal.py +39 -0
- waldur_api_client/models/proposal_can_submit.py +44 -0
- waldur_api_client/models/proposal_compliance_status_type_0.py +44 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +17 -0
- waldur_api_client/models/proposal_proposals_count_state_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_list_field_item.py +3 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +3 -0
- waldur_api_client/models/proposal_protected_calls_review_proposal_compliance_response_200.py +44 -0
- waldur_api_client/models/proposal_public_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_public_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_public_calls_list_field_item.py +1 -0
- waldur_api_client/models/proposal_public_calls_retrieve_field_item.py +1 -0
- waldur_api_client/models/proposal_requested_offerings_count_o_item.py +15 -0
- waldur_api_client/models/proposal_requested_offerings_count_state_item.py +10 -0
- waldur_api_client/models/proposal_requested_resources_count_o_item.py +15 -0
- waldur_api_client/models/proposal_reviews_count_o_item.py +11 -0
- waldur_api_client/models/proposal_reviews_count_state_item.py +11 -0
- waldur_api_client/models/protected_call.py +56 -0
- waldur_api_client/models/protected_call_request.py +32 -0
- waldur_api_client/models/provider_invoice_items_count_o_item.py +15 -0
- waldur_api_client/models/public_call.py +16 -0
- waldur_api_client/models/question_admin.py +109 -56
- waldur_api_client/models/question_admin_request.py +106 -58
- waldur_api_client/models/question_dependency.py +5 -5
- waldur_api_client/models/question_dependency_request.py +5 -5
- waldur_api_client/models/question_with_answer.py +195 -0
- waldur_api_client/models/question_with_answer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/question_with_answer_reviewer.py +254 -0
- waldur_api_client/models/question_with_answer_reviewer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/rancher_apps_count_state_item.py +15 -0
- waldur_api_client/models/rancher_clusters_count_state_item.py +15 -0
- waldur_api_client/models/rancher_ingresses_count_state_item.py +15 -0
- waldur_api_client/models/rancher_namespaces_count_o_item.py +13 -0
- waldur_api_client/models/rancher_role_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_services_count_state_item.py +15 -0
- waldur_api_client/models/rancher_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_workloads_count_o_item.py +15 -0
- waldur_api_client/models/service_settings_count_state_item.py +15 -0
- waldur_api_client/models/slurm_allocations_count_state_item.py +15 -0
- waldur_api_client/models/support_comments_count_o_item.py +11 -0
- waldur_api_client/models/support_issues_count_o_item.py +35 -0
- waldur_api_client/models/user_agreements_count_agreement_type.py +9 -0
- waldur_api_client/models/user_group_invitations_count_o_item.py +9 -0
- waldur_api_client/models/user_invitations_count_o_item.py +15 -0
- waldur_api_client/models/user_invitations_count_state_item.py +14 -0
- waldur_api_client/models/user_permission_requests_count_o_item.py +11 -0
- waldur_api_client/models/user_permission_requests_count_state_item.py +12 -0
- waldur_api_client/models/user_permissions_count_o_item.py +21 -0
- waldur_api_client/models/users_count_o_item.py +31 -0
- waldur_api_client/models/vmware_disks_count_state_item.py +15 -0
- waldur_api_client/models/vmware_ports_count_state_item.py +15 -0
- waldur_api_client/models/vmware_virtual_machine_count_state_item.py +15 -0
- waldur_api_client/types.py +1 -1
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/RECORD +510 -129
- waldur_api_client/api/customers/marketplace_checklists_customer_stats.py +0 -161
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.py +0 -152
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +0 -89
- waldur_api_client/api/projects/projects_marketplace_checklists_list.py +0 -148
- waldur_api_client/models/checklist_customer_stats.py +0 -92
- waldur_api_client/models/create_checklist.py +0 -131
- waldur_api_client/models/project_stats_item.py +0 -100
- waldur_api_client/models/question.py +0 -141
- /waldur_api_client/api/{marketplace_checklists → checklists_admin}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin → checklists_admin_categories}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_dependencies → checklists_admin_question_dependencies}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_options → checklists_admin_question_options}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_questions → checklists_admin_questions}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_categories → external_links}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_offerings → maintenance_announcement_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings → maintenance_announcement_template_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements → maintenance_announcements}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements_template → maintenance_announcements_template}/__init__.py +0 -0
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import TYPE_CHECKING, Any, TypeVar, Union, cast
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from ..models.question_type_enum import QuestionTypeEnum
|
|
9
|
+
|
|
10
|
+
if TYPE_CHECKING:
|
|
11
|
+
from ..models.question_with_answer_existing_answer_type_0 import QuestionWithAnswerExistingAnswerType0
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
T = TypeVar("T", bound="QuestionWithAnswer")
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@_attrs_define
|
|
18
|
+
class QuestionWithAnswer:
|
|
19
|
+
"""
|
|
20
|
+
Attributes:
|
|
21
|
+
uuid (UUID):
|
|
22
|
+
description (str):
|
|
23
|
+
user_guidance (Union[None, str]):
|
|
24
|
+
question_type (QuestionTypeEnum):
|
|
25
|
+
required (bool):
|
|
26
|
+
order (int):
|
|
27
|
+
existing_answer (Union['QuestionWithAnswerExistingAnswerType0', None]):
|
|
28
|
+
question_options (Union[None, list[Any]]):
|
|
29
|
+
min_value (Union[None, str]): Minimum value allowed for NUMBER type questions
|
|
30
|
+
max_value (Union[None, str]): Maximum value allowed for NUMBER type questions
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
uuid: UUID
|
|
34
|
+
description: str
|
|
35
|
+
user_guidance: Union[None, str]
|
|
36
|
+
question_type: QuestionTypeEnum
|
|
37
|
+
required: bool
|
|
38
|
+
order: int
|
|
39
|
+
existing_answer: Union["QuestionWithAnswerExistingAnswerType0", None]
|
|
40
|
+
question_options: Union[None, list[Any]]
|
|
41
|
+
min_value: Union[None, str]
|
|
42
|
+
max_value: Union[None, str]
|
|
43
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
44
|
+
|
|
45
|
+
def to_dict(self) -> dict[str, Any]:
|
|
46
|
+
from ..models.question_with_answer_existing_answer_type_0 import QuestionWithAnswerExistingAnswerType0
|
|
47
|
+
|
|
48
|
+
uuid = str(self.uuid)
|
|
49
|
+
|
|
50
|
+
description = self.description
|
|
51
|
+
|
|
52
|
+
user_guidance: Union[None, str]
|
|
53
|
+
user_guidance = self.user_guidance
|
|
54
|
+
|
|
55
|
+
question_type = self.question_type.value
|
|
56
|
+
|
|
57
|
+
required = self.required
|
|
58
|
+
|
|
59
|
+
order = self.order
|
|
60
|
+
|
|
61
|
+
existing_answer: Union[None, dict[str, Any]]
|
|
62
|
+
if isinstance(self.existing_answer, QuestionWithAnswerExistingAnswerType0):
|
|
63
|
+
existing_answer = self.existing_answer.to_dict()
|
|
64
|
+
else:
|
|
65
|
+
existing_answer = self.existing_answer
|
|
66
|
+
|
|
67
|
+
question_options: Union[None, list[Any]]
|
|
68
|
+
if isinstance(self.question_options, list):
|
|
69
|
+
question_options = self.question_options
|
|
70
|
+
|
|
71
|
+
else:
|
|
72
|
+
question_options = self.question_options
|
|
73
|
+
|
|
74
|
+
min_value: Union[None, str]
|
|
75
|
+
min_value = self.min_value
|
|
76
|
+
|
|
77
|
+
max_value: Union[None, str]
|
|
78
|
+
max_value = self.max_value
|
|
79
|
+
|
|
80
|
+
field_dict: dict[str, Any] = {}
|
|
81
|
+
field_dict.update(self.additional_properties)
|
|
82
|
+
field_dict.update(
|
|
83
|
+
{
|
|
84
|
+
"uuid": uuid,
|
|
85
|
+
"description": description,
|
|
86
|
+
"user_guidance": user_guidance,
|
|
87
|
+
"question_type": question_type,
|
|
88
|
+
"required": required,
|
|
89
|
+
"order": order,
|
|
90
|
+
"existing_answer": existing_answer,
|
|
91
|
+
"question_options": question_options,
|
|
92
|
+
"min_value": min_value,
|
|
93
|
+
"max_value": max_value,
|
|
94
|
+
}
|
|
95
|
+
)
|
|
96
|
+
|
|
97
|
+
return field_dict
|
|
98
|
+
|
|
99
|
+
@classmethod
|
|
100
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
101
|
+
from ..models.question_with_answer_existing_answer_type_0 import QuestionWithAnswerExistingAnswerType0
|
|
102
|
+
|
|
103
|
+
d = dict(src_dict)
|
|
104
|
+
uuid = UUID(d.pop("uuid"))
|
|
105
|
+
|
|
106
|
+
description = d.pop("description")
|
|
107
|
+
|
|
108
|
+
def _parse_user_guidance(data: object) -> Union[None, str]:
|
|
109
|
+
if data is None:
|
|
110
|
+
return data
|
|
111
|
+
return cast(Union[None, str], data)
|
|
112
|
+
|
|
113
|
+
user_guidance = _parse_user_guidance(d.pop("user_guidance"))
|
|
114
|
+
|
|
115
|
+
question_type = QuestionTypeEnum(d.pop("question_type"))
|
|
116
|
+
|
|
117
|
+
required = d.pop("required")
|
|
118
|
+
|
|
119
|
+
order = d.pop("order")
|
|
120
|
+
|
|
121
|
+
def _parse_existing_answer(data: object) -> Union["QuestionWithAnswerExistingAnswerType0", None]:
|
|
122
|
+
if data is None:
|
|
123
|
+
return data
|
|
124
|
+
try:
|
|
125
|
+
if not isinstance(data, dict):
|
|
126
|
+
raise TypeError()
|
|
127
|
+
existing_answer_type_0 = QuestionWithAnswerExistingAnswerType0.from_dict(data)
|
|
128
|
+
|
|
129
|
+
return existing_answer_type_0
|
|
130
|
+
except: # noqa: E722
|
|
131
|
+
pass
|
|
132
|
+
return cast(Union["QuestionWithAnswerExistingAnswerType0", None], data)
|
|
133
|
+
|
|
134
|
+
existing_answer = _parse_existing_answer(d.pop("existing_answer"))
|
|
135
|
+
|
|
136
|
+
def _parse_question_options(data: object) -> Union[None, list[Any]]:
|
|
137
|
+
if data is None:
|
|
138
|
+
return data
|
|
139
|
+
try:
|
|
140
|
+
if not isinstance(data, list):
|
|
141
|
+
raise TypeError()
|
|
142
|
+
question_options_type_0 = cast(list[Any], data)
|
|
143
|
+
|
|
144
|
+
return question_options_type_0
|
|
145
|
+
except: # noqa: E722
|
|
146
|
+
pass
|
|
147
|
+
return cast(Union[None, list[Any]], data)
|
|
148
|
+
|
|
149
|
+
question_options = _parse_question_options(d.pop("question_options"))
|
|
150
|
+
|
|
151
|
+
def _parse_min_value(data: object) -> Union[None, str]:
|
|
152
|
+
if data is None:
|
|
153
|
+
return data
|
|
154
|
+
return cast(Union[None, str], data)
|
|
155
|
+
|
|
156
|
+
min_value = _parse_min_value(d.pop("min_value"))
|
|
157
|
+
|
|
158
|
+
def _parse_max_value(data: object) -> Union[None, str]:
|
|
159
|
+
if data is None:
|
|
160
|
+
return data
|
|
161
|
+
return cast(Union[None, str], data)
|
|
162
|
+
|
|
163
|
+
max_value = _parse_max_value(d.pop("max_value"))
|
|
164
|
+
|
|
165
|
+
question_with_answer = cls(
|
|
166
|
+
uuid=uuid,
|
|
167
|
+
description=description,
|
|
168
|
+
user_guidance=user_guidance,
|
|
169
|
+
question_type=question_type,
|
|
170
|
+
required=required,
|
|
171
|
+
order=order,
|
|
172
|
+
existing_answer=existing_answer,
|
|
173
|
+
question_options=question_options,
|
|
174
|
+
min_value=min_value,
|
|
175
|
+
max_value=max_value,
|
|
176
|
+
)
|
|
177
|
+
|
|
178
|
+
question_with_answer.additional_properties = d
|
|
179
|
+
return question_with_answer
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
def additional_keys(self) -> list[str]:
|
|
183
|
+
return list(self.additional_properties.keys())
|
|
184
|
+
|
|
185
|
+
def __getitem__(self, key: str) -> Any:
|
|
186
|
+
return self.additional_properties[key]
|
|
187
|
+
|
|
188
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
189
|
+
self.additional_properties[key] = value
|
|
190
|
+
|
|
191
|
+
def __delitem__(self, key: str) -> None:
|
|
192
|
+
del self.additional_properties[key]
|
|
193
|
+
|
|
194
|
+
def __contains__(self, key: str) -> bool:
|
|
195
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
T = TypeVar("T", bound="QuestionWithAnswerExistingAnswerType0")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@_attrs_define
|
|
11
|
+
class QuestionWithAnswerExistingAnswerType0:
|
|
12
|
+
""" """
|
|
13
|
+
|
|
14
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
15
|
+
|
|
16
|
+
def to_dict(self) -> dict[str, Any]:
|
|
17
|
+
field_dict: dict[str, Any] = {}
|
|
18
|
+
field_dict.update(self.additional_properties)
|
|
19
|
+
|
|
20
|
+
return field_dict
|
|
21
|
+
|
|
22
|
+
@classmethod
|
|
23
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
24
|
+
d = dict(src_dict)
|
|
25
|
+
question_with_answer_existing_answer_type_0 = cls()
|
|
26
|
+
|
|
27
|
+
question_with_answer_existing_answer_type_0.additional_properties = d
|
|
28
|
+
return question_with_answer_existing_answer_type_0
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def additional_keys(self) -> list[str]:
|
|
32
|
+
return list(self.additional_properties.keys())
|
|
33
|
+
|
|
34
|
+
def __getitem__(self, key: str) -> Any:
|
|
35
|
+
return self.additional_properties[key]
|
|
36
|
+
|
|
37
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
38
|
+
self.additional_properties[key] = value
|
|
39
|
+
|
|
40
|
+
def __delitem__(self, key: str) -> None:
|
|
41
|
+
del self.additional_properties[key]
|
|
42
|
+
|
|
43
|
+
def __contains__(self, key: str) -> bool:
|
|
44
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import TYPE_CHECKING, Any, TypeVar, Union, cast
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from ..models.blank_enum import BlankEnum
|
|
9
|
+
from ..models.checklist_operators import ChecklistOperators
|
|
10
|
+
from ..models.question_type_enum import QuestionTypeEnum
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
13
|
+
if TYPE_CHECKING:
|
|
14
|
+
from ..models.question_with_answer_reviewer_existing_answer_type_0 import (
|
|
15
|
+
QuestionWithAnswerReviewerExistingAnswerType0,
|
|
16
|
+
)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
T = TypeVar("T", bound="QuestionWithAnswerReviewer")
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
@_attrs_define
|
|
23
|
+
class QuestionWithAnswerReviewer:
|
|
24
|
+
"""
|
|
25
|
+
Attributes:
|
|
26
|
+
uuid (UUID):
|
|
27
|
+
description (str):
|
|
28
|
+
user_guidance (Union[None, str]):
|
|
29
|
+
question_type (QuestionTypeEnum):
|
|
30
|
+
required (bool):
|
|
31
|
+
order (int):
|
|
32
|
+
existing_answer (Union['QuestionWithAnswerReviewerExistingAnswerType0', None]):
|
|
33
|
+
question_options (Union[None, list[Any]]):
|
|
34
|
+
min_value (Union[None, str]): Minimum value allowed for NUMBER type questions
|
|
35
|
+
max_value (Union[None, str]): Maximum value allowed for NUMBER type questions
|
|
36
|
+
operator (Union[BlankEnum, ChecklistOperators, Unset]):
|
|
37
|
+
review_answer_value (Union[Unset, Any]): Answer value that trigger review.
|
|
38
|
+
always_requires_review (Union[Unset, bool]): This question always requires review regardless of answer
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
uuid: UUID
|
|
42
|
+
description: str
|
|
43
|
+
user_guidance: Union[None, str]
|
|
44
|
+
question_type: QuestionTypeEnum
|
|
45
|
+
required: bool
|
|
46
|
+
order: int
|
|
47
|
+
existing_answer: Union["QuestionWithAnswerReviewerExistingAnswerType0", None]
|
|
48
|
+
question_options: Union[None, list[Any]]
|
|
49
|
+
min_value: Union[None, str]
|
|
50
|
+
max_value: Union[None, str]
|
|
51
|
+
operator: Union[BlankEnum, ChecklistOperators, Unset] = UNSET
|
|
52
|
+
review_answer_value: Union[Unset, Any] = UNSET
|
|
53
|
+
always_requires_review: Union[Unset, bool] = UNSET
|
|
54
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> dict[str, Any]:
|
|
57
|
+
from ..models.question_with_answer_reviewer_existing_answer_type_0 import (
|
|
58
|
+
QuestionWithAnswerReviewerExistingAnswerType0,
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
uuid = str(self.uuid)
|
|
62
|
+
|
|
63
|
+
description = self.description
|
|
64
|
+
|
|
65
|
+
user_guidance: Union[None, str]
|
|
66
|
+
user_guidance = self.user_guidance
|
|
67
|
+
|
|
68
|
+
question_type = self.question_type.value
|
|
69
|
+
|
|
70
|
+
required = self.required
|
|
71
|
+
|
|
72
|
+
order = self.order
|
|
73
|
+
|
|
74
|
+
existing_answer: Union[None, dict[str, Any]]
|
|
75
|
+
if isinstance(self.existing_answer, QuestionWithAnswerReviewerExistingAnswerType0):
|
|
76
|
+
existing_answer = self.existing_answer.to_dict()
|
|
77
|
+
else:
|
|
78
|
+
existing_answer = self.existing_answer
|
|
79
|
+
|
|
80
|
+
question_options: Union[None, list[Any]]
|
|
81
|
+
if isinstance(self.question_options, list):
|
|
82
|
+
question_options = self.question_options
|
|
83
|
+
|
|
84
|
+
else:
|
|
85
|
+
question_options = self.question_options
|
|
86
|
+
|
|
87
|
+
min_value: Union[None, str]
|
|
88
|
+
min_value = self.min_value
|
|
89
|
+
|
|
90
|
+
max_value: Union[None, str]
|
|
91
|
+
max_value = self.max_value
|
|
92
|
+
|
|
93
|
+
operator: Union[Unset, str]
|
|
94
|
+
if isinstance(self.operator, Unset):
|
|
95
|
+
operator = UNSET
|
|
96
|
+
elif isinstance(self.operator, ChecklistOperators):
|
|
97
|
+
operator = self.operator.value
|
|
98
|
+
else:
|
|
99
|
+
operator = self.operator.value
|
|
100
|
+
|
|
101
|
+
review_answer_value = self.review_answer_value
|
|
102
|
+
|
|
103
|
+
always_requires_review = self.always_requires_review
|
|
104
|
+
|
|
105
|
+
field_dict: dict[str, Any] = {}
|
|
106
|
+
field_dict.update(self.additional_properties)
|
|
107
|
+
field_dict.update(
|
|
108
|
+
{
|
|
109
|
+
"uuid": uuid,
|
|
110
|
+
"description": description,
|
|
111
|
+
"user_guidance": user_guidance,
|
|
112
|
+
"question_type": question_type,
|
|
113
|
+
"required": required,
|
|
114
|
+
"order": order,
|
|
115
|
+
"existing_answer": existing_answer,
|
|
116
|
+
"question_options": question_options,
|
|
117
|
+
"min_value": min_value,
|
|
118
|
+
"max_value": max_value,
|
|
119
|
+
}
|
|
120
|
+
)
|
|
121
|
+
if operator is not UNSET:
|
|
122
|
+
field_dict["operator"] = operator
|
|
123
|
+
if review_answer_value is not UNSET:
|
|
124
|
+
field_dict["review_answer_value"] = review_answer_value
|
|
125
|
+
if always_requires_review is not UNSET:
|
|
126
|
+
field_dict["always_requires_review"] = always_requires_review
|
|
127
|
+
|
|
128
|
+
return field_dict
|
|
129
|
+
|
|
130
|
+
@classmethod
|
|
131
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
132
|
+
from ..models.question_with_answer_reviewer_existing_answer_type_0 import (
|
|
133
|
+
QuestionWithAnswerReviewerExistingAnswerType0,
|
|
134
|
+
)
|
|
135
|
+
|
|
136
|
+
d = dict(src_dict)
|
|
137
|
+
uuid = UUID(d.pop("uuid"))
|
|
138
|
+
|
|
139
|
+
description = d.pop("description")
|
|
140
|
+
|
|
141
|
+
def _parse_user_guidance(data: object) -> Union[None, str]:
|
|
142
|
+
if data is None:
|
|
143
|
+
return data
|
|
144
|
+
return cast(Union[None, str], data)
|
|
145
|
+
|
|
146
|
+
user_guidance = _parse_user_guidance(d.pop("user_guidance"))
|
|
147
|
+
|
|
148
|
+
question_type = QuestionTypeEnum(d.pop("question_type"))
|
|
149
|
+
|
|
150
|
+
required = d.pop("required")
|
|
151
|
+
|
|
152
|
+
order = d.pop("order")
|
|
153
|
+
|
|
154
|
+
def _parse_existing_answer(data: object) -> Union["QuestionWithAnswerReviewerExistingAnswerType0", None]:
|
|
155
|
+
if data is None:
|
|
156
|
+
return data
|
|
157
|
+
try:
|
|
158
|
+
if not isinstance(data, dict):
|
|
159
|
+
raise TypeError()
|
|
160
|
+
existing_answer_type_0 = QuestionWithAnswerReviewerExistingAnswerType0.from_dict(data)
|
|
161
|
+
|
|
162
|
+
return existing_answer_type_0
|
|
163
|
+
except: # noqa: E722
|
|
164
|
+
pass
|
|
165
|
+
return cast(Union["QuestionWithAnswerReviewerExistingAnswerType0", None], data)
|
|
166
|
+
|
|
167
|
+
existing_answer = _parse_existing_answer(d.pop("existing_answer"))
|
|
168
|
+
|
|
169
|
+
def _parse_question_options(data: object) -> Union[None, list[Any]]:
|
|
170
|
+
if data is None:
|
|
171
|
+
return data
|
|
172
|
+
try:
|
|
173
|
+
if not isinstance(data, list):
|
|
174
|
+
raise TypeError()
|
|
175
|
+
question_options_type_0 = cast(list[Any], data)
|
|
176
|
+
|
|
177
|
+
return question_options_type_0
|
|
178
|
+
except: # noqa: E722
|
|
179
|
+
pass
|
|
180
|
+
return cast(Union[None, list[Any]], data)
|
|
181
|
+
|
|
182
|
+
question_options = _parse_question_options(d.pop("question_options"))
|
|
183
|
+
|
|
184
|
+
def _parse_min_value(data: object) -> Union[None, str]:
|
|
185
|
+
if data is None:
|
|
186
|
+
return data
|
|
187
|
+
return cast(Union[None, str], data)
|
|
188
|
+
|
|
189
|
+
min_value = _parse_min_value(d.pop("min_value"))
|
|
190
|
+
|
|
191
|
+
def _parse_max_value(data: object) -> Union[None, str]:
|
|
192
|
+
if data is None:
|
|
193
|
+
return data
|
|
194
|
+
return cast(Union[None, str], data)
|
|
195
|
+
|
|
196
|
+
max_value = _parse_max_value(d.pop("max_value"))
|
|
197
|
+
|
|
198
|
+
def _parse_operator(data: object) -> Union[BlankEnum, ChecklistOperators, Unset]:
|
|
199
|
+
if isinstance(data, Unset):
|
|
200
|
+
return data
|
|
201
|
+
try:
|
|
202
|
+
if not isinstance(data, str):
|
|
203
|
+
raise TypeError()
|
|
204
|
+
operator_type_0 = ChecklistOperators(data)
|
|
205
|
+
|
|
206
|
+
return operator_type_0
|
|
207
|
+
except: # noqa: E722
|
|
208
|
+
pass
|
|
209
|
+
if not isinstance(data, str):
|
|
210
|
+
raise TypeError()
|
|
211
|
+
operator_type_1 = BlankEnum(data)
|
|
212
|
+
|
|
213
|
+
return operator_type_1
|
|
214
|
+
|
|
215
|
+
operator = _parse_operator(d.pop("operator", UNSET))
|
|
216
|
+
|
|
217
|
+
review_answer_value = d.pop("review_answer_value", UNSET)
|
|
218
|
+
|
|
219
|
+
always_requires_review = d.pop("always_requires_review", UNSET)
|
|
220
|
+
|
|
221
|
+
question_with_answer_reviewer = cls(
|
|
222
|
+
uuid=uuid,
|
|
223
|
+
description=description,
|
|
224
|
+
user_guidance=user_guidance,
|
|
225
|
+
question_type=question_type,
|
|
226
|
+
required=required,
|
|
227
|
+
order=order,
|
|
228
|
+
existing_answer=existing_answer,
|
|
229
|
+
question_options=question_options,
|
|
230
|
+
min_value=min_value,
|
|
231
|
+
max_value=max_value,
|
|
232
|
+
operator=operator,
|
|
233
|
+
review_answer_value=review_answer_value,
|
|
234
|
+
always_requires_review=always_requires_review,
|
|
235
|
+
)
|
|
236
|
+
|
|
237
|
+
question_with_answer_reviewer.additional_properties = d
|
|
238
|
+
return question_with_answer_reviewer
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
def additional_keys(self) -> list[str]:
|
|
242
|
+
return list(self.additional_properties.keys())
|
|
243
|
+
|
|
244
|
+
def __getitem__(self, key: str) -> Any:
|
|
245
|
+
return self.additional_properties[key]
|
|
246
|
+
|
|
247
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
248
|
+
self.additional_properties[key] = value
|
|
249
|
+
|
|
250
|
+
def __delitem__(self, key: str) -> None:
|
|
251
|
+
del self.additional_properties[key]
|
|
252
|
+
|
|
253
|
+
def __contains__(self, key: str) -> bool:
|
|
254
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
T = TypeVar("T", bound="QuestionWithAnswerReviewerExistingAnswerType0")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@_attrs_define
|
|
11
|
+
class QuestionWithAnswerReviewerExistingAnswerType0:
|
|
12
|
+
""" """
|
|
13
|
+
|
|
14
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
15
|
+
|
|
16
|
+
def to_dict(self) -> dict[str, Any]:
|
|
17
|
+
field_dict: dict[str, Any] = {}
|
|
18
|
+
field_dict.update(self.additional_properties)
|
|
19
|
+
|
|
20
|
+
return field_dict
|
|
21
|
+
|
|
22
|
+
@classmethod
|
|
23
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
24
|
+
d = dict(src_dict)
|
|
25
|
+
question_with_answer_reviewer_existing_answer_type_0 = cls()
|
|
26
|
+
|
|
27
|
+
question_with_answer_reviewer_existing_answer_type_0.additional_properties = d
|
|
28
|
+
return question_with_answer_reviewer_existing_answer_type_0
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def additional_keys(self) -> list[str]:
|
|
32
|
+
return list(self.additional_properties.keys())
|
|
33
|
+
|
|
34
|
+
def __getitem__(self, key: str) -> Any:
|
|
35
|
+
return self.additional_properties[key]
|
|
36
|
+
|
|
37
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
38
|
+
self.additional_properties[key] = value
|
|
39
|
+
|
|
40
|
+
def __delitem__(self, key: str) -> None:
|
|
41
|
+
del self.additional_properties[key]
|
|
42
|
+
|
|
43
|
+
def __contains__(self, key: str) -> bool:
|
|
44
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherAppsCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherClustersCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherIngressesCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherNamespacesCountOItem(str, Enum):
|
|
5
|
+
CLUSTER_NAME = "cluster_name"
|
|
6
|
+
NAME = "name"
|
|
7
|
+
PROJECT_NAME = "project_name"
|
|
8
|
+
VALUE_0 = "-cluster_name"
|
|
9
|
+
VALUE_1 = "-name"
|
|
10
|
+
VALUE_2 = "-project_name"
|
|
11
|
+
|
|
12
|
+
def __str__(self) -> str:
|
|
13
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherServicesCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RancherWorkloadsCountOItem(str, Enum):
|
|
5
|
+
CLUSTER_NAME = "cluster_name"
|
|
6
|
+
NAME = "name"
|
|
7
|
+
NAMESPACE_NAME = "namespace_name"
|
|
8
|
+
PROJECT_NAME = "project_name"
|
|
9
|
+
VALUE_0 = "-cluster_name"
|
|
10
|
+
VALUE_1 = "-name"
|
|
11
|
+
VALUE_2 = "-namespace_name"
|
|
12
|
+
VALUE_3 = "-project_name"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ServiceSettingsCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class SlurmAllocationsCountStateItem(str, Enum):
|
|
5
|
+
CREATING = "CREATING"
|
|
6
|
+
CREATION_SCHEDULED = "CREATION_SCHEDULED"
|
|
7
|
+
DELETING = "DELETING"
|
|
8
|
+
DELETION_SCHEDULED = "DELETION_SCHEDULED"
|
|
9
|
+
ERRED = "ERRED"
|
|
10
|
+
OK = "OK"
|
|
11
|
+
UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
|
|
12
|
+
UPDATING = "UPDATING"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|