waldur-api-client 7.8.3__py3-none-any.whl → 7.8.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/backend_resources/backend_resources_import_resource.py +3 -3
- waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
- waldur_api_client/api/customers/customers_add_user.py +17 -10
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
- waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
- waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
- waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
- waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
- waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
- waldur_api_client/api/onboarding/__init__.py +1 -0
- waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
- waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
- waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
- waldur_api_client/api/projects/projects_add_user.py +17 -10
- waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/projects/projects_count.py +30 -0
- waldur_api_client/api/projects/projects_list.py +30 -0
- waldur_api_client/api/projects/projects_move_project.py +19 -10
- waldur_api_client/api/projects/projects_recover.py +166 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
- waldur_api_client/models/__init__.py +214 -8
- waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
- waldur_api_client/models/agent_identity.py +211 -0
- waldur_api_client/models/agent_identity_request.py +157 -0
- waldur_api_client/models/agent_processor.py +170 -0
- waldur_api_client/models/agent_processor_create_request.py +89 -0
- waldur_api_client/models/agent_service.py +172 -0
- waldur_api_client/models/agent_service_create_request.py +81 -0
- waldur_api_client/models/agent_service_state.py +10 -0
- waldur_api_client/models/agent_service_statistics_request.py +59 -0
- waldur_api_client/models/base_provider_plan.py +21 -0
- waldur_api_client/models/base_public_plan.py +21 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/booking_resource.py +37 -11
- waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/booking_resources_list_field_item.py +1 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
- waldur_api_client/models/call_round.py +4 -4
- waldur_api_client/models/checklist_template.py +99 -0
- waldur_api_client/models/checklist_template_checklist.py +44 -0
- waldur_api_client/models/constance_settings.py +126 -45
- waldur_api_client/models/constance_settings_request.py +126 -45
- waldur_api_client/models/constance_settings_request_form.py +126 -45
- waldur_api_client/models/constance_settings_request_multipart.py +219 -71
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_component_usage_policy.py +175 -0
- waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
- waldur_api_client/models/customers_add_user_response_400.py +65 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
- waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
- waldur_api_client/models/discount_config_request.py +91 -0
- waldur_api_client/models/discounts_update_request.py +65 -0
- waldur_api_client/models/discounts_update_request_discounts.py +57 -0
- waldur_api_client/models/event_types_enum.py +1 -0
- waldur_api_client/models/issue.py +0 -25
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
- waldur_api_client/models/merged_plugin_options.py +65 -8
- waldur_api_client/models/merged_plugin_options_request.py +65 -8
- waldur_api_client/models/nested_agent_processor.py +154 -0
- waldur_api_client/models/nested_agent_service.py +134 -0
- waldur_api_client/models/nested_agent_service_request.py +90 -0
- waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
- waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
- waldur_api_client/models/nested_partition.py +412 -0
- waldur_api_client/models/nested_partition_request.py +397 -0
- waldur_api_client/models/nested_plan_component.py +155 -0
- waldur_api_client/models/nested_plan_component_request.py +128 -0
- waldur_api_client/models/nested_round.py +5 -5
- waldur_api_client/models/nested_software_catalog.py +134 -0
- waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
- waldur_api_client/models/nested_software_catalog_partition.py +86 -0
- waldur_api_client/models/nested_software_catalog_request.py +68 -0
- waldur_api_client/models/nested_software_target.py +84 -0
- waldur_api_client/models/nested_software_target_request.py +75 -0
- waldur_api_client/models/nested_software_version.py +124 -0
- waldur_api_client/models/nested_software_version_request.py +93 -0
- waldur_api_client/models/network_rbac_policy_request.py +8 -0
- waldur_api_client/models/notification.py +9 -9
- waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
- waldur_api_client/models/notification_template_detail_serializers.py +9 -3
- waldur_api_client/models/observable_object_type_enum.py +14 -0
- waldur_api_client/models/offering.py +42 -0
- waldur_api_client/models/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/offering_create.py +36 -0
- waldur_api_client/models/offering_partition.py +440 -0
- waldur_api_client/models/offering_partition_request.py +406 -0
- waldur_api_client/models/offering_software_catalog.py +176 -0
- waldur_api_client/models/offering_software_catalog_request.py +118 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +212 -0
- waldur_api_client/models/onboarding_justification_create_request.py +71 -0
- waldur_api_client/models/onboarding_justification_documentation.py +108 -0
- waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
- waldur_api_client/models/onboarding_justification_request.py +89 -0
- waldur_api_client/models/onboarding_justification_review_request.py +59 -0
- waldur_api_client/models/onboarding_verification.py +250 -0
- waldur_api_client/models/onboarding_verification_request.py +128 -0
- waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
- waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
- waldur_api_client/models/order_backend_id_request.py +59 -0
- waldur_api_client/models/order_create.py +4 -4
- waldur_api_client/models/order_details.py +43 -11
- waldur_api_client/models/order_state.py +1 -0
- waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_offering_partition_request.py +412 -0
- waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
- waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
- waldur_api_client/models/patched_project_credit_request.py +13 -0
- waldur_api_client/models/patched_project_request.py +10 -2
- waldur_api_client/models/patched_project_request_form.py +10 -2
- waldur_api_client/models/patched_project_request_multipart.py +13 -2
- waldur_api_client/models/patched_software_catalog_request.py +86 -0
- waldur_api_client/models/patched_software_package_request.py +86 -0
- waldur_api_client/models/plan_component.py +40 -0
- waldur_api_client/models/project.py +37 -2
- waldur_api_client/models/project_credit.py +13 -0
- waldur_api_client/models/project_credit_request.py +13 -0
- waldur_api_client/models/project_recovery_request.py +70 -0
- waldur_api_client/models/project_request.py +10 -2
- waldur_api_client/models/project_request_form.py +10 -2
- waldur_api_client/models/project_request_multipart.py +13 -2
- waldur_api_client/models/project_user.py +21 -4
- waldur_api_client/models/projects_add_user_response_400.py +65 -0
- waldur_api_client/models/projects_list_field_item.py +4 -0
- waldur_api_client/models/projects_move_project_response_400.py +65 -0
- waldur_api_client/models/projects_retrieve_field_item.py +4 -0
- waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
- waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/provider_offering_details.py +42 -0
- waldur_api_client/models/provider_plan_details.py +18 -0
- waldur_api_client/models/public_offering_details.py +42 -0
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
- waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
- waldur_api_client/models/remove_software_catalog_request.py +60 -0
- waldur_api_client/models/resource.py +37 -11
- waldur_api_client/models/resource_downscaled_request.py +59 -0
- waldur_api_client/models/resource_paused_request.py +59 -0
- waldur_api_client/models/resource_renew_request.py +83 -0
- waldur_api_client/models/resource_renew_request_limits.py +44 -0
- waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
- waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -0
- waldur_api_client/models/software_catalog.py +130 -0
- waldur_api_client/models/software_catalog_request.py +87 -0
- waldur_api_client/models/software_catalog_uuid.py +60 -0
- waldur_api_client/models/software_package.py +168 -0
- waldur_api_client/models/software_package_request.py +87 -0
- waldur_api_client/models/software_target.py +110 -0
- waldur_api_client/models/software_version.py +135 -0
- waldur_api_client/models/time_series_to_s_data.py +69 -0
- waldur_api_client/models/to_s_consent_dashboard.py +155 -0
- waldur_api_client/models/update_offering_component_request.py +79 -0
- waldur_api_client/models/user.py +20 -0
- waldur_api_client/models/users_list_field_item.py +1 -0
- waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
- waldur_api_client/models/users_retrieve_field_item.py +1 -0
- waldur_api_client/models/validation_decision_enum.py +10 -0
- waldur_api_client/models/validation_method_enum.py +8 -0
- waldur_api_client/models/version_adoption.py +67 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwarePackagesCountOItem(str, Enum):
|
|
5
|
+
CATALOG_NAME = "catalog_name"
|
|
6
|
+
CATALOG_VERSION = "catalog_version"
|
|
7
|
+
CREATED = "created"
|
|
8
|
+
MODIFIED = "modified"
|
|
9
|
+
NAME = "name"
|
|
10
|
+
VALUE_0 = "-catalog_name"
|
|
11
|
+
VALUE_1 = "-catalog_version"
|
|
12
|
+
VALUE_2 = "-created"
|
|
13
|
+
VALUE_3 = "-modified"
|
|
14
|
+
VALUE_4 = "-name"
|
|
15
|
+
|
|
16
|
+
def __str__(self) -> str:
|
|
17
|
+
return str(self.value)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwarePackagesListOItem(str, Enum):
|
|
5
|
+
CATALOG_NAME = "catalog_name"
|
|
6
|
+
CATALOG_VERSION = "catalog_version"
|
|
7
|
+
CREATED = "created"
|
|
8
|
+
MODIFIED = "modified"
|
|
9
|
+
NAME = "name"
|
|
10
|
+
VALUE_0 = "-catalog_name"
|
|
11
|
+
VALUE_1 = "-catalog_version"
|
|
12
|
+
VALUE_2 = "-created"
|
|
13
|
+
VALUE_3 = "-modified"
|
|
14
|
+
VALUE_4 = "-name"
|
|
15
|
+
|
|
16
|
+
def __str__(self) -> str:
|
|
17
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwareTargetsCountOItem(str, Enum):
|
|
5
|
+
CPU_FAMILY = "cpu_family"
|
|
6
|
+
CPU_MICROARCHITECTURE = "cpu_microarchitecture"
|
|
7
|
+
CREATED = "created"
|
|
8
|
+
PACKAGE_NAME = "package_name"
|
|
9
|
+
VALUE_0 = "-cpu_family"
|
|
10
|
+
VALUE_1 = "-cpu_microarchitecture"
|
|
11
|
+
VALUE_2 = "-created"
|
|
12
|
+
VALUE_3 = "-package_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 MarketplaceSoftwareTargetsListOItem(str, Enum):
|
|
5
|
+
CPU_FAMILY = "cpu_family"
|
|
6
|
+
CPU_MICROARCHITECTURE = "cpu_microarchitecture"
|
|
7
|
+
CREATED = "created"
|
|
8
|
+
PACKAGE_NAME = "package_name"
|
|
9
|
+
VALUE_0 = "-cpu_family"
|
|
10
|
+
VALUE_1 = "-cpu_microarchitecture"
|
|
11
|
+
VALUE_2 = "-created"
|
|
12
|
+
VALUE_3 = "-package_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 MarketplaceSoftwareVersionsCountOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
PACKAGE_NAME = "package_name"
|
|
7
|
+
RELEASE_DATE = "release_date"
|
|
8
|
+
VALUE_0 = "-created"
|
|
9
|
+
VALUE_1 = "-package_name"
|
|
10
|
+
VALUE_2 = "-release_date"
|
|
11
|
+
VALUE_3 = "-version"
|
|
12
|
+
VERSION = "version"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwareVersionsListOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
PACKAGE_NAME = "package_name"
|
|
7
|
+
RELEASE_DATE = "release_date"
|
|
8
|
+
VALUE_0 = "-created"
|
|
9
|
+
VALUE_1 = "-package_name"
|
|
10
|
+
VALUE_2 = "-release_date"
|
|
11
|
+
VALUE_3 = "-version"
|
|
12
|
+
VERSION = "version"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -37,9 +37,12 @@ class MergedPluginOptions:
|
|
|
37
37
|
maximal_resource_count_per_project (Union[Unset, int]): Maximal number of offering resources allowed per project
|
|
38
38
|
required_team_role_for_provisioning (Union[Unset, str]): Required user role in a project for provisioning of
|
|
39
39
|
resources
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
enable_purchase_order_upload (Union[Unset, bool]): If set to True, users will be able to upload purchase orders.
|
|
41
|
+
require_purchase_order_upload (Union[Unset, bool]): If set to True, users will be required to upload purchase
|
|
42
|
+
orders.
|
|
42
43
|
conceal_billing_data (Union[Unset, bool]): If set to True, pricing and components tab would be concealed.
|
|
44
|
+
create_orders_on_resource_option_change (Union[Unset, bool]): If set to True, create orders when options of
|
|
45
|
+
related resources are changed.
|
|
43
46
|
default_internal_network_mtu (Union[Unset, int]): If set, it will be used as a default MTU for the first network
|
|
44
47
|
in a tenant
|
|
45
48
|
max_instances (Union[Unset, int]): Default limit for number of instances in OpenStack tenant
|
|
@@ -51,6 +54,8 @@ class MergedPluginOptions:
|
|
|
51
54
|
heappe_url (Union[Unset, str]): HEAppE url
|
|
52
55
|
heappe_username (Union[Unset, str]): HEAppE username
|
|
53
56
|
homedir_prefix (Union[Unset, str]): GLAuth homedir prefix Default: '/home/'.
|
|
57
|
+
scratch_project_directory (Union[Unset, str]): HEAppE scratch project directory
|
|
58
|
+
project_permanent_directory (Union[Unset, str]): HEAppE project permanent directory
|
|
54
59
|
initial_primarygroup_number (Union[Unset, int]): GLAuth initial primary group number Default: 5000.
|
|
55
60
|
initial_uidnumber (Union[Unset, int]): GLAuth initial uidnumber Default: 5000.
|
|
56
61
|
initial_usergroup_number (Union[Unset, int]): GLAuth initial usergroup number Default: 6000.
|
|
@@ -79,6 +84,10 @@ class MergedPluginOptions:
|
|
|
79
84
|
managed_rancher_tenant_max_disk (Union[Unset, int]): Max size of disk space for tenants (GB)
|
|
80
85
|
account_name_generation_policy (Union[AccountNameGenerationPolicyEnum, None, Unset]): Slurm account name
|
|
81
86
|
generation policy
|
|
87
|
+
highlight_backend_id_display (Union[Unset, bool]): Defines if backend_id should be shown more prominently by the
|
|
88
|
+
UI Default: False.
|
|
89
|
+
backend_id_display_label (Union[Unset, str]): Label used by UI for showing value of the backend_id Default:
|
|
90
|
+
'Backend ID'.
|
|
82
91
|
"""
|
|
83
92
|
|
|
84
93
|
auto_approve_remote_orders: Union[Unset, bool] = UNSET
|
|
@@ -93,8 +102,10 @@ class MergedPluginOptions:
|
|
|
93
102
|
minimal_team_count_for_provisioning: Union[Unset, int] = UNSET
|
|
94
103
|
maximal_resource_count_per_project: Union[Unset, int] = UNSET
|
|
95
104
|
required_team_role_for_provisioning: Union[Unset, str] = UNSET
|
|
96
|
-
|
|
105
|
+
enable_purchase_order_upload: Union[Unset, bool] = UNSET
|
|
106
|
+
require_purchase_order_upload: Union[Unset, bool] = UNSET
|
|
97
107
|
conceal_billing_data: Union[Unset, bool] = UNSET
|
|
108
|
+
create_orders_on_resource_option_change: Union[Unset, bool] = UNSET
|
|
98
109
|
default_internal_network_mtu: Union[Unset, int] = UNSET
|
|
99
110
|
max_instances: Union[Unset, int] = UNSET
|
|
100
111
|
max_volumes: Union[Unset, int] = UNSET
|
|
@@ -105,6 +116,8 @@ class MergedPluginOptions:
|
|
|
105
116
|
heappe_url: Union[Unset, str] = UNSET
|
|
106
117
|
heappe_username: Union[Unset, str] = UNSET
|
|
107
118
|
homedir_prefix: Union[Unset, str] = "/home/"
|
|
119
|
+
scratch_project_directory: Union[Unset, str] = UNSET
|
|
120
|
+
project_permanent_directory: Union[Unset, str] = UNSET
|
|
108
121
|
initial_primarygroup_number: Union[Unset, int] = 5000
|
|
109
122
|
initial_uidnumber: Union[Unset, int] = 5000
|
|
110
123
|
initial_usergroup_number: Union[Unset, int] = 6000
|
|
@@ -132,6 +145,8 @@ class MergedPluginOptions:
|
|
|
132
145
|
managed_rancher_tenant_max_ram: Union[Unset, int] = UNSET
|
|
133
146
|
managed_rancher_tenant_max_disk: Union[Unset, int] = UNSET
|
|
134
147
|
account_name_generation_policy: Union[AccountNameGenerationPolicyEnum, None, Unset] = UNSET
|
|
148
|
+
highlight_backend_id_display: Union[Unset, bool] = False
|
|
149
|
+
backend_id_display_label: Union[Unset, str] = "Backend ID"
|
|
135
150
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
136
151
|
|
|
137
152
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -161,10 +176,14 @@ class MergedPluginOptions:
|
|
|
161
176
|
|
|
162
177
|
required_team_role_for_provisioning = self.required_team_role_for_provisioning
|
|
163
178
|
|
|
164
|
-
|
|
179
|
+
enable_purchase_order_upload = self.enable_purchase_order_upload
|
|
180
|
+
|
|
181
|
+
require_purchase_order_upload = self.require_purchase_order_upload
|
|
165
182
|
|
|
166
183
|
conceal_billing_data = self.conceal_billing_data
|
|
167
184
|
|
|
185
|
+
create_orders_on_resource_option_change = self.create_orders_on_resource_option_change
|
|
186
|
+
|
|
168
187
|
default_internal_network_mtu = self.default_internal_network_mtu
|
|
169
188
|
|
|
170
189
|
max_instances = self.max_instances
|
|
@@ -187,6 +206,10 @@ class MergedPluginOptions:
|
|
|
187
206
|
|
|
188
207
|
homedir_prefix = self.homedir_prefix
|
|
189
208
|
|
|
209
|
+
scratch_project_directory = self.scratch_project_directory
|
|
210
|
+
|
|
211
|
+
project_permanent_directory = self.project_permanent_directory
|
|
212
|
+
|
|
190
213
|
initial_primarygroup_number = self.initial_primarygroup_number
|
|
191
214
|
|
|
192
215
|
initial_uidnumber = self.initial_uidnumber
|
|
@@ -251,6 +274,10 @@ class MergedPluginOptions:
|
|
|
251
274
|
else:
|
|
252
275
|
account_name_generation_policy = self.account_name_generation_policy
|
|
253
276
|
|
|
277
|
+
highlight_backend_id_display = self.highlight_backend_id_display
|
|
278
|
+
|
|
279
|
+
backend_id_display_label = self.backend_id_display_label
|
|
280
|
+
|
|
254
281
|
field_dict: dict[str, Any] = {}
|
|
255
282
|
field_dict.update(self.additional_properties)
|
|
256
283
|
field_dict.update({})
|
|
@@ -278,10 +305,14 @@ class MergedPluginOptions:
|
|
|
278
305
|
field_dict["maximal_resource_count_per_project"] = maximal_resource_count_per_project
|
|
279
306
|
if required_team_role_for_provisioning is not UNSET:
|
|
280
307
|
field_dict["required_team_role_for_provisioning"] = required_team_role_for_provisioning
|
|
281
|
-
if
|
|
282
|
-
field_dict["
|
|
308
|
+
if enable_purchase_order_upload is not UNSET:
|
|
309
|
+
field_dict["enable_purchase_order_upload"] = enable_purchase_order_upload
|
|
310
|
+
if require_purchase_order_upload is not UNSET:
|
|
311
|
+
field_dict["require_purchase_order_upload"] = require_purchase_order_upload
|
|
283
312
|
if conceal_billing_data is not UNSET:
|
|
284
313
|
field_dict["conceal_billing_data"] = conceal_billing_data
|
|
314
|
+
if create_orders_on_resource_option_change is not UNSET:
|
|
315
|
+
field_dict["create_orders_on_resource_option_change"] = create_orders_on_resource_option_change
|
|
285
316
|
if default_internal_network_mtu is not UNSET:
|
|
286
317
|
field_dict["default_internal_network_mtu"] = default_internal_network_mtu
|
|
287
318
|
if max_instances is not UNSET:
|
|
@@ -302,6 +333,10 @@ class MergedPluginOptions:
|
|
|
302
333
|
field_dict["heappe_username"] = heappe_username
|
|
303
334
|
if homedir_prefix is not UNSET:
|
|
304
335
|
field_dict["homedir_prefix"] = homedir_prefix
|
|
336
|
+
if scratch_project_directory is not UNSET:
|
|
337
|
+
field_dict["scratch_project_directory"] = scratch_project_directory
|
|
338
|
+
if project_permanent_directory is not UNSET:
|
|
339
|
+
field_dict["project_permanent_directory"] = project_permanent_directory
|
|
305
340
|
if initial_primarygroup_number is not UNSET:
|
|
306
341
|
field_dict["initial_primarygroup_number"] = initial_primarygroup_number
|
|
307
342
|
if initial_uidnumber is not UNSET:
|
|
@@ -364,6 +399,10 @@ class MergedPluginOptions:
|
|
|
364
399
|
field_dict["managed_rancher_tenant_max_disk"] = managed_rancher_tenant_max_disk
|
|
365
400
|
if account_name_generation_policy is not UNSET:
|
|
366
401
|
field_dict["account_name_generation_policy"] = account_name_generation_policy
|
|
402
|
+
if highlight_backend_id_display is not UNSET:
|
|
403
|
+
field_dict["highlight_backend_id_display"] = highlight_backend_id_display
|
|
404
|
+
if backend_id_display_label is not UNSET:
|
|
405
|
+
field_dict["backend_id_display_label"] = backend_id_display_label
|
|
367
406
|
|
|
368
407
|
return field_dict
|
|
369
408
|
|
|
@@ -399,10 +438,14 @@ class MergedPluginOptions:
|
|
|
399
438
|
|
|
400
439
|
required_team_role_for_provisioning = d.pop("required_team_role_for_provisioning", UNSET)
|
|
401
440
|
|
|
402
|
-
|
|
441
|
+
enable_purchase_order_upload = d.pop("enable_purchase_order_upload", UNSET)
|
|
442
|
+
|
|
443
|
+
require_purchase_order_upload = d.pop("require_purchase_order_upload", UNSET)
|
|
403
444
|
|
|
404
445
|
conceal_billing_data = d.pop("conceal_billing_data", UNSET)
|
|
405
446
|
|
|
447
|
+
create_orders_on_resource_option_change = d.pop("create_orders_on_resource_option_change", UNSET)
|
|
448
|
+
|
|
406
449
|
default_internal_network_mtu = d.pop("default_internal_network_mtu", UNSET)
|
|
407
450
|
|
|
408
451
|
max_instances = d.pop("max_instances", UNSET)
|
|
@@ -428,6 +471,10 @@ class MergedPluginOptions:
|
|
|
428
471
|
|
|
429
472
|
homedir_prefix = d.pop("homedir_prefix", UNSET)
|
|
430
473
|
|
|
474
|
+
scratch_project_directory = d.pop("scratch_project_directory", UNSET)
|
|
475
|
+
|
|
476
|
+
project_permanent_directory = d.pop("project_permanent_directory", UNSET)
|
|
477
|
+
|
|
431
478
|
initial_primarygroup_number = d.pop("initial_primarygroup_number", UNSET)
|
|
432
479
|
|
|
433
480
|
initial_uidnumber = d.pop("initial_uidnumber", UNSET)
|
|
@@ -513,6 +560,10 @@ class MergedPluginOptions:
|
|
|
513
560
|
d.pop("account_name_generation_policy", UNSET)
|
|
514
561
|
)
|
|
515
562
|
|
|
563
|
+
highlight_backend_id_display = d.pop("highlight_backend_id_display", UNSET)
|
|
564
|
+
|
|
565
|
+
backend_id_display_label = d.pop("backend_id_display_label", UNSET)
|
|
566
|
+
|
|
516
567
|
merged_plugin_options = cls(
|
|
517
568
|
auto_approve_remote_orders=auto_approve_remote_orders,
|
|
518
569
|
service_provider_can_create_offering_user=service_provider_can_create_offering_user,
|
|
@@ -526,8 +577,10 @@ class MergedPluginOptions:
|
|
|
526
577
|
minimal_team_count_for_provisioning=minimal_team_count_for_provisioning,
|
|
527
578
|
maximal_resource_count_per_project=maximal_resource_count_per_project,
|
|
528
579
|
required_team_role_for_provisioning=required_team_role_for_provisioning,
|
|
529
|
-
|
|
580
|
+
enable_purchase_order_upload=enable_purchase_order_upload,
|
|
581
|
+
require_purchase_order_upload=require_purchase_order_upload,
|
|
530
582
|
conceal_billing_data=conceal_billing_data,
|
|
583
|
+
create_orders_on_resource_option_change=create_orders_on_resource_option_change,
|
|
531
584
|
default_internal_network_mtu=default_internal_network_mtu,
|
|
532
585
|
max_instances=max_instances,
|
|
533
586
|
max_volumes=max_volumes,
|
|
@@ -538,6 +591,8 @@ class MergedPluginOptions:
|
|
|
538
591
|
heappe_url=heappe_url,
|
|
539
592
|
heappe_username=heappe_username,
|
|
540
593
|
homedir_prefix=homedir_prefix,
|
|
594
|
+
scratch_project_directory=scratch_project_directory,
|
|
595
|
+
project_permanent_directory=project_permanent_directory,
|
|
541
596
|
initial_primarygroup_number=initial_primarygroup_number,
|
|
542
597
|
initial_uidnumber=initial_uidnumber,
|
|
543
598
|
initial_usergroup_number=initial_usergroup_number,
|
|
@@ -563,6 +618,8 @@ class MergedPluginOptions:
|
|
|
563
618
|
managed_rancher_tenant_max_ram=managed_rancher_tenant_max_ram,
|
|
564
619
|
managed_rancher_tenant_max_disk=managed_rancher_tenant_max_disk,
|
|
565
620
|
account_name_generation_policy=account_name_generation_policy,
|
|
621
|
+
highlight_backend_id_display=highlight_backend_id_display,
|
|
622
|
+
backend_id_display_label=backend_id_display_label,
|
|
566
623
|
)
|
|
567
624
|
|
|
568
625
|
merged_plugin_options.additional_properties = d
|
|
@@ -37,9 +37,12 @@ class MergedPluginOptionsRequest:
|
|
|
37
37
|
maximal_resource_count_per_project (Union[Unset, int]): Maximal number of offering resources allowed per project
|
|
38
38
|
required_team_role_for_provisioning (Union[Unset, str]): Required user role in a project for provisioning of
|
|
39
39
|
resources
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
enable_purchase_order_upload (Union[Unset, bool]): If set to True, users will be able to upload purchase orders.
|
|
41
|
+
require_purchase_order_upload (Union[Unset, bool]): If set to True, users will be required to upload purchase
|
|
42
|
+
orders.
|
|
42
43
|
conceal_billing_data (Union[Unset, bool]): If set to True, pricing and components tab would be concealed.
|
|
44
|
+
create_orders_on_resource_option_change (Union[Unset, bool]): If set to True, create orders when options of
|
|
45
|
+
related resources are changed.
|
|
43
46
|
default_internal_network_mtu (Union[Unset, int]): If set, it will be used as a default MTU for the first network
|
|
44
47
|
in a tenant
|
|
45
48
|
max_instances (Union[Unset, int]): Default limit for number of instances in OpenStack tenant
|
|
@@ -51,6 +54,8 @@ class MergedPluginOptionsRequest:
|
|
|
51
54
|
heappe_url (Union[Unset, str]): HEAppE url
|
|
52
55
|
heappe_username (Union[Unset, str]): HEAppE username
|
|
53
56
|
homedir_prefix (Union[Unset, str]): GLAuth homedir prefix Default: '/home/'.
|
|
57
|
+
scratch_project_directory (Union[Unset, str]): HEAppE scratch project directory
|
|
58
|
+
project_permanent_directory (Union[Unset, str]): HEAppE project permanent directory
|
|
54
59
|
initial_primarygroup_number (Union[Unset, int]): GLAuth initial primary group number Default: 5000.
|
|
55
60
|
initial_uidnumber (Union[Unset, int]): GLAuth initial uidnumber Default: 5000.
|
|
56
61
|
initial_usergroup_number (Union[Unset, int]): GLAuth initial usergroup number Default: 6000.
|
|
@@ -79,6 +84,10 @@ class MergedPluginOptionsRequest:
|
|
|
79
84
|
managed_rancher_tenant_max_disk (Union[Unset, int]): Max size of disk space for tenants (GB)
|
|
80
85
|
account_name_generation_policy (Union[AccountNameGenerationPolicyEnum, None, Unset]): Slurm account name
|
|
81
86
|
generation policy
|
|
87
|
+
highlight_backend_id_display (Union[Unset, bool]): Defines if backend_id should be shown more prominently by the
|
|
88
|
+
UI Default: False.
|
|
89
|
+
backend_id_display_label (Union[Unset, str]): Label used by UI for showing value of the backend_id Default:
|
|
90
|
+
'Backend ID'.
|
|
82
91
|
"""
|
|
83
92
|
|
|
84
93
|
auto_approve_remote_orders: Union[Unset, bool] = UNSET
|
|
@@ -93,8 +102,10 @@ class MergedPluginOptionsRequest:
|
|
|
93
102
|
minimal_team_count_for_provisioning: Union[Unset, int] = UNSET
|
|
94
103
|
maximal_resource_count_per_project: Union[Unset, int] = UNSET
|
|
95
104
|
required_team_role_for_provisioning: Union[Unset, str] = UNSET
|
|
96
|
-
|
|
105
|
+
enable_purchase_order_upload: Union[Unset, bool] = UNSET
|
|
106
|
+
require_purchase_order_upload: Union[Unset, bool] = UNSET
|
|
97
107
|
conceal_billing_data: Union[Unset, bool] = UNSET
|
|
108
|
+
create_orders_on_resource_option_change: Union[Unset, bool] = UNSET
|
|
98
109
|
default_internal_network_mtu: Union[Unset, int] = UNSET
|
|
99
110
|
max_instances: Union[Unset, int] = UNSET
|
|
100
111
|
max_volumes: Union[Unset, int] = UNSET
|
|
@@ -105,6 +116,8 @@ class MergedPluginOptionsRequest:
|
|
|
105
116
|
heappe_url: Union[Unset, str] = UNSET
|
|
106
117
|
heappe_username: Union[Unset, str] = UNSET
|
|
107
118
|
homedir_prefix: Union[Unset, str] = "/home/"
|
|
119
|
+
scratch_project_directory: Union[Unset, str] = UNSET
|
|
120
|
+
project_permanent_directory: Union[Unset, str] = UNSET
|
|
108
121
|
initial_primarygroup_number: Union[Unset, int] = 5000
|
|
109
122
|
initial_uidnumber: Union[Unset, int] = 5000
|
|
110
123
|
initial_usergroup_number: Union[Unset, int] = 6000
|
|
@@ -132,6 +145,8 @@ class MergedPluginOptionsRequest:
|
|
|
132
145
|
managed_rancher_tenant_max_ram: Union[Unset, int] = UNSET
|
|
133
146
|
managed_rancher_tenant_max_disk: Union[Unset, int] = UNSET
|
|
134
147
|
account_name_generation_policy: Union[AccountNameGenerationPolicyEnum, None, Unset] = UNSET
|
|
148
|
+
highlight_backend_id_display: Union[Unset, bool] = False
|
|
149
|
+
backend_id_display_label: Union[Unset, str] = "Backend ID"
|
|
135
150
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
136
151
|
|
|
137
152
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -161,10 +176,14 @@ class MergedPluginOptionsRequest:
|
|
|
161
176
|
|
|
162
177
|
required_team_role_for_provisioning = self.required_team_role_for_provisioning
|
|
163
178
|
|
|
164
|
-
|
|
179
|
+
enable_purchase_order_upload = self.enable_purchase_order_upload
|
|
180
|
+
|
|
181
|
+
require_purchase_order_upload = self.require_purchase_order_upload
|
|
165
182
|
|
|
166
183
|
conceal_billing_data = self.conceal_billing_data
|
|
167
184
|
|
|
185
|
+
create_orders_on_resource_option_change = self.create_orders_on_resource_option_change
|
|
186
|
+
|
|
168
187
|
default_internal_network_mtu = self.default_internal_network_mtu
|
|
169
188
|
|
|
170
189
|
max_instances = self.max_instances
|
|
@@ -187,6 +206,10 @@ class MergedPluginOptionsRequest:
|
|
|
187
206
|
|
|
188
207
|
homedir_prefix = self.homedir_prefix
|
|
189
208
|
|
|
209
|
+
scratch_project_directory = self.scratch_project_directory
|
|
210
|
+
|
|
211
|
+
project_permanent_directory = self.project_permanent_directory
|
|
212
|
+
|
|
190
213
|
initial_primarygroup_number = self.initial_primarygroup_number
|
|
191
214
|
|
|
192
215
|
initial_uidnumber = self.initial_uidnumber
|
|
@@ -251,6 +274,10 @@ class MergedPluginOptionsRequest:
|
|
|
251
274
|
else:
|
|
252
275
|
account_name_generation_policy = self.account_name_generation_policy
|
|
253
276
|
|
|
277
|
+
highlight_backend_id_display = self.highlight_backend_id_display
|
|
278
|
+
|
|
279
|
+
backend_id_display_label = self.backend_id_display_label
|
|
280
|
+
|
|
254
281
|
field_dict: dict[str, Any] = {}
|
|
255
282
|
field_dict.update(self.additional_properties)
|
|
256
283
|
field_dict.update({})
|
|
@@ -278,10 +305,14 @@ class MergedPluginOptionsRequest:
|
|
|
278
305
|
field_dict["maximal_resource_count_per_project"] = maximal_resource_count_per_project
|
|
279
306
|
if required_team_role_for_provisioning is not UNSET:
|
|
280
307
|
field_dict["required_team_role_for_provisioning"] = required_team_role_for_provisioning
|
|
281
|
-
if
|
|
282
|
-
field_dict["
|
|
308
|
+
if enable_purchase_order_upload is not UNSET:
|
|
309
|
+
field_dict["enable_purchase_order_upload"] = enable_purchase_order_upload
|
|
310
|
+
if require_purchase_order_upload is not UNSET:
|
|
311
|
+
field_dict["require_purchase_order_upload"] = require_purchase_order_upload
|
|
283
312
|
if conceal_billing_data is not UNSET:
|
|
284
313
|
field_dict["conceal_billing_data"] = conceal_billing_data
|
|
314
|
+
if create_orders_on_resource_option_change is not UNSET:
|
|
315
|
+
field_dict["create_orders_on_resource_option_change"] = create_orders_on_resource_option_change
|
|
285
316
|
if default_internal_network_mtu is not UNSET:
|
|
286
317
|
field_dict["default_internal_network_mtu"] = default_internal_network_mtu
|
|
287
318
|
if max_instances is not UNSET:
|
|
@@ -302,6 +333,10 @@ class MergedPluginOptionsRequest:
|
|
|
302
333
|
field_dict["heappe_username"] = heappe_username
|
|
303
334
|
if homedir_prefix is not UNSET:
|
|
304
335
|
field_dict["homedir_prefix"] = homedir_prefix
|
|
336
|
+
if scratch_project_directory is not UNSET:
|
|
337
|
+
field_dict["scratch_project_directory"] = scratch_project_directory
|
|
338
|
+
if project_permanent_directory is not UNSET:
|
|
339
|
+
field_dict["project_permanent_directory"] = project_permanent_directory
|
|
305
340
|
if initial_primarygroup_number is not UNSET:
|
|
306
341
|
field_dict["initial_primarygroup_number"] = initial_primarygroup_number
|
|
307
342
|
if initial_uidnumber is not UNSET:
|
|
@@ -364,6 +399,10 @@ class MergedPluginOptionsRequest:
|
|
|
364
399
|
field_dict["managed_rancher_tenant_max_disk"] = managed_rancher_tenant_max_disk
|
|
365
400
|
if account_name_generation_policy is not UNSET:
|
|
366
401
|
field_dict["account_name_generation_policy"] = account_name_generation_policy
|
|
402
|
+
if highlight_backend_id_display is not UNSET:
|
|
403
|
+
field_dict["highlight_backend_id_display"] = highlight_backend_id_display
|
|
404
|
+
if backend_id_display_label is not UNSET:
|
|
405
|
+
field_dict["backend_id_display_label"] = backend_id_display_label
|
|
367
406
|
|
|
368
407
|
return field_dict
|
|
369
408
|
|
|
@@ -399,10 +438,14 @@ class MergedPluginOptionsRequest:
|
|
|
399
438
|
|
|
400
439
|
required_team_role_for_provisioning = d.pop("required_team_role_for_provisioning", UNSET)
|
|
401
440
|
|
|
402
|
-
|
|
441
|
+
enable_purchase_order_upload = d.pop("enable_purchase_order_upload", UNSET)
|
|
442
|
+
|
|
443
|
+
require_purchase_order_upload = d.pop("require_purchase_order_upload", UNSET)
|
|
403
444
|
|
|
404
445
|
conceal_billing_data = d.pop("conceal_billing_data", UNSET)
|
|
405
446
|
|
|
447
|
+
create_orders_on_resource_option_change = d.pop("create_orders_on_resource_option_change", UNSET)
|
|
448
|
+
|
|
406
449
|
default_internal_network_mtu = d.pop("default_internal_network_mtu", UNSET)
|
|
407
450
|
|
|
408
451
|
max_instances = d.pop("max_instances", UNSET)
|
|
@@ -428,6 +471,10 @@ class MergedPluginOptionsRequest:
|
|
|
428
471
|
|
|
429
472
|
homedir_prefix = d.pop("homedir_prefix", UNSET)
|
|
430
473
|
|
|
474
|
+
scratch_project_directory = d.pop("scratch_project_directory", UNSET)
|
|
475
|
+
|
|
476
|
+
project_permanent_directory = d.pop("project_permanent_directory", UNSET)
|
|
477
|
+
|
|
431
478
|
initial_primarygroup_number = d.pop("initial_primarygroup_number", UNSET)
|
|
432
479
|
|
|
433
480
|
initial_uidnumber = d.pop("initial_uidnumber", UNSET)
|
|
@@ -513,6 +560,10 @@ class MergedPluginOptionsRequest:
|
|
|
513
560
|
d.pop("account_name_generation_policy", UNSET)
|
|
514
561
|
)
|
|
515
562
|
|
|
563
|
+
highlight_backend_id_display = d.pop("highlight_backend_id_display", UNSET)
|
|
564
|
+
|
|
565
|
+
backend_id_display_label = d.pop("backend_id_display_label", UNSET)
|
|
566
|
+
|
|
516
567
|
merged_plugin_options_request = cls(
|
|
517
568
|
auto_approve_remote_orders=auto_approve_remote_orders,
|
|
518
569
|
service_provider_can_create_offering_user=service_provider_can_create_offering_user,
|
|
@@ -526,8 +577,10 @@ class MergedPluginOptionsRequest:
|
|
|
526
577
|
minimal_team_count_for_provisioning=minimal_team_count_for_provisioning,
|
|
527
578
|
maximal_resource_count_per_project=maximal_resource_count_per_project,
|
|
528
579
|
required_team_role_for_provisioning=required_team_role_for_provisioning,
|
|
529
|
-
|
|
580
|
+
enable_purchase_order_upload=enable_purchase_order_upload,
|
|
581
|
+
require_purchase_order_upload=require_purchase_order_upload,
|
|
530
582
|
conceal_billing_data=conceal_billing_data,
|
|
583
|
+
create_orders_on_resource_option_change=create_orders_on_resource_option_change,
|
|
531
584
|
default_internal_network_mtu=default_internal_network_mtu,
|
|
532
585
|
max_instances=max_instances,
|
|
533
586
|
max_volumes=max_volumes,
|
|
@@ -538,6 +591,8 @@ class MergedPluginOptionsRequest:
|
|
|
538
591
|
heappe_url=heappe_url,
|
|
539
592
|
heappe_username=heappe_username,
|
|
540
593
|
homedir_prefix=homedir_prefix,
|
|
594
|
+
scratch_project_directory=scratch_project_directory,
|
|
595
|
+
project_permanent_directory=project_permanent_directory,
|
|
541
596
|
initial_primarygroup_number=initial_primarygroup_number,
|
|
542
597
|
initial_uidnumber=initial_uidnumber,
|
|
543
598
|
initial_usergroup_number=initial_usergroup_number,
|
|
@@ -563,6 +618,8 @@ class MergedPluginOptionsRequest:
|
|
|
563
618
|
managed_rancher_tenant_max_ram=managed_rancher_tenant_max_ram,
|
|
564
619
|
managed_rancher_tenant_max_disk=managed_rancher_tenant_max_disk,
|
|
565
620
|
account_name_generation_policy=account_name_generation_policy,
|
|
621
|
+
highlight_backend_id_display=highlight_backend_id_display,
|
|
622
|
+
backend_id_display_label=backend_id_display_label,
|
|
566
623
|
)
|
|
567
624
|
|
|
568
625
|
merged_plugin_options_request.additional_properties = d
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
from collections.abc import Mapping
|
|
3
|
+
from typing import Any, TypeVar, Union, cast
|
|
4
|
+
from uuid import UUID
|
|
5
|
+
|
|
6
|
+
from attrs import define as _attrs_define
|
|
7
|
+
from attrs import field as _attrs_field
|
|
8
|
+
from dateutil.parser import isoparse
|
|
9
|
+
|
|
10
|
+
from ..types import UNSET, Unset
|
|
11
|
+
|
|
12
|
+
T = TypeVar("T", bound="NestedAgentProcessor")
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@_attrs_define
|
|
16
|
+
class NestedAgentProcessor:
|
|
17
|
+
"""
|
|
18
|
+
Attributes:
|
|
19
|
+
uuid (UUID):
|
|
20
|
+
url (str):
|
|
21
|
+
name (str):
|
|
22
|
+
backend_type (str): Type of the backend, for example SLURM.
|
|
23
|
+
created (datetime.datetime):
|
|
24
|
+
modified (datetime.datetime):
|
|
25
|
+
last_run (Union[None, Unset, datetime.datetime]):
|
|
26
|
+
backend_version (Union[None, Unset, str]):
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
uuid: UUID
|
|
30
|
+
url: str
|
|
31
|
+
name: str
|
|
32
|
+
backend_type: str
|
|
33
|
+
created: datetime.datetime
|
|
34
|
+
modified: datetime.datetime
|
|
35
|
+
last_run: Union[None, Unset, datetime.datetime] = UNSET
|
|
36
|
+
backend_version: Union[None, Unset, str] = UNSET
|
|
37
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
38
|
+
|
|
39
|
+
def to_dict(self) -> dict[str, Any]:
|
|
40
|
+
uuid = str(self.uuid)
|
|
41
|
+
|
|
42
|
+
url = self.url
|
|
43
|
+
|
|
44
|
+
name = self.name
|
|
45
|
+
|
|
46
|
+
backend_type = self.backend_type
|
|
47
|
+
|
|
48
|
+
created = self.created.isoformat()
|
|
49
|
+
|
|
50
|
+
modified = self.modified.isoformat()
|
|
51
|
+
|
|
52
|
+
last_run: Union[None, Unset, str]
|
|
53
|
+
if isinstance(self.last_run, Unset):
|
|
54
|
+
last_run = UNSET
|
|
55
|
+
elif isinstance(self.last_run, datetime.datetime):
|
|
56
|
+
last_run = self.last_run.isoformat()
|
|
57
|
+
else:
|
|
58
|
+
last_run = self.last_run
|
|
59
|
+
|
|
60
|
+
backend_version: Union[None, Unset, str]
|
|
61
|
+
if isinstance(self.backend_version, Unset):
|
|
62
|
+
backend_version = UNSET
|
|
63
|
+
else:
|
|
64
|
+
backend_version = self.backend_version
|
|
65
|
+
|
|
66
|
+
field_dict: dict[str, Any] = {}
|
|
67
|
+
field_dict.update(self.additional_properties)
|
|
68
|
+
field_dict.update(
|
|
69
|
+
{
|
|
70
|
+
"uuid": uuid,
|
|
71
|
+
"url": url,
|
|
72
|
+
"name": name,
|
|
73
|
+
"backend_type": backend_type,
|
|
74
|
+
"created": created,
|
|
75
|
+
"modified": modified,
|
|
76
|
+
}
|
|
77
|
+
)
|
|
78
|
+
if last_run is not UNSET:
|
|
79
|
+
field_dict["last_run"] = last_run
|
|
80
|
+
if backend_version is not UNSET:
|
|
81
|
+
field_dict["backend_version"] = backend_version
|
|
82
|
+
|
|
83
|
+
return field_dict
|
|
84
|
+
|
|
85
|
+
@classmethod
|
|
86
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
87
|
+
d = dict(src_dict)
|
|
88
|
+
uuid = UUID(d.pop("uuid"))
|
|
89
|
+
|
|
90
|
+
url = d.pop("url")
|
|
91
|
+
|
|
92
|
+
name = d.pop("name")
|
|
93
|
+
|
|
94
|
+
backend_type = d.pop("backend_type")
|
|
95
|
+
|
|
96
|
+
created = isoparse(d.pop("created"))
|
|
97
|
+
|
|
98
|
+
modified = isoparse(d.pop("modified"))
|
|
99
|
+
|
|
100
|
+
def _parse_last_run(data: object) -> Union[None, Unset, datetime.datetime]:
|
|
101
|
+
if data is None:
|
|
102
|
+
return data
|
|
103
|
+
if isinstance(data, Unset):
|
|
104
|
+
return data
|
|
105
|
+
try:
|
|
106
|
+
if not isinstance(data, str):
|
|
107
|
+
raise TypeError()
|
|
108
|
+
last_run_type_0 = isoparse(data)
|
|
109
|
+
|
|
110
|
+
return last_run_type_0
|
|
111
|
+
except: # noqa: E722
|
|
112
|
+
pass
|
|
113
|
+
return cast(Union[None, Unset, datetime.datetime], data)
|
|
114
|
+
|
|
115
|
+
last_run = _parse_last_run(d.pop("last_run", UNSET))
|
|
116
|
+
|
|
117
|
+
def _parse_backend_version(data: object) -> Union[None, Unset, str]:
|
|
118
|
+
if data is None:
|
|
119
|
+
return data
|
|
120
|
+
if isinstance(data, Unset):
|
|
121
|
+
return data
|
|
122
|
+
return cast(Union[None, Unset, str], data)
|
|
123
|
+
|
|
124
|
+
backend_version = _parse_backend_version(d.pop("backend_version", UNSET))
|
|
125
|
+
|
|
126
|
+
nested_agent_processor = cls(
|
|
127
|
+
uuid=uuid,
|
|
128
|
+
url=url,
|
|
129
|
+
name=name,
|
|
130
|
+
backend_type=backend_type,
|
|
131
|
+
created=created,
|
|
132
|
+
modified=modified,
|
|
133
|
+
last_run=last_run,
|
|
134
|
+
backend_version=backend_version,
|
|
135
|
+
)
|
|
136
|
+
|
|
137
|
+
nested_agent_processor.additional_properties = d
|
|
138
|
+
return nested_agent_processor
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
def additional_keys(self) -> list[str]:
|
|
142
|
+
return list(self.additional_properties.keys())
|
|
143
|
+
|
|
144
|
+
def __getitem__(self, key: str) -> Any:
|
|
145
|
+
return self.additional_properties[key]
|
|
146
|
+
|
|
147
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
148
|
+
self.additional_properties[key] = value
|
|
149
|
+
|
|
150
|
+
def __delitem__(self, key: str) -> None:
|
|
151
|
+
del self.additional_properties[key]
|
|
152
|
+
|
|
153
|
+
def __contains__(self, key: str) -> bool:
|
|
154
|
+
return key in self.additional_properties
|