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.

Files changed (341) hide show
  1. waldur_api_client/api/backend_resources/backend_resources_import_resource.py +3 -3
  2. waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
  3. waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
  4. waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
  5. waldur_api_client/api/customers/customers_add_user.py +17 -10
  6. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
  7. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
  8. waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
  9. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
  10. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
  11. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
  12. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
  13. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
  14. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
  15. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
  16. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
  17. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
  18. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
  19. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
  20. waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
  21. waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
  22. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
  23. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
  24. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
  25. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
  26. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
  27. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
  28. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
  29. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
  30. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
  31. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
  32. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
  33. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
  34. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
  35. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
  36. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
  37. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
  38. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
  39. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
  40. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
  41. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
  42. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
  43. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
  44. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
  45. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
  46. waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
  47. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
  48. waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
  49. waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
  50. waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
  51. waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
  52. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
  53. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
  54. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
  55. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
  56. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
  57. waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
  58. waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
  59. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
  60. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
  61. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
  62. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
  63. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
  64. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
  65. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
  66. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
  67. waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
  68. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
  69. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
  70. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
  71. waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
  72. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
  73. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
  74. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
  75. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
  76. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
  77. waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
  78. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
  79. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
  80. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
  81. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
  82. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
  83. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
  84. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
  85. waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
  86. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
  87. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
  88. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
  89. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
  90. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
  91. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
  92. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
  93. waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
  94. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
  95. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
  96. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
  97. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
  98. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
  99. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
  100. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
  101. waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
  102. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
  103. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
  104. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
  105. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
  106. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
  107. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
  108. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
  109. waldur_api_client/api/onboarding/__init__.py +1 -0
  110. waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
  111. waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
  112. waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
  113. waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
  114. waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
  115. waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
  116. waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
  117. waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
  118. waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
  119. waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
  120. waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
  121. waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
  122. waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
  123. waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
  124. waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
  125. waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
  126. waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
  127. waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
  128. waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
  129. waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
  130. waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
  131. waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
  132. waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
  133. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
  134. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
  135. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
  136. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
  137. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
  138. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
  139. waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
  140. waldur_api_client/api/projects/projects_add_user.py +17 -10
  141. waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
  142. waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
  143. waldur_api_client/api/projects/projects_count.py +30 -0
  144. waldur_api_client/api/projects/projects_list.py +30 -0
  145. waldur_api_client/api/projects/projects_move_project.py +19 -10
  146. waldur_api_client/api/projects/projects_recover.py +166 -0
  147. waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
  148. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
  149. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
  150. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
  151. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
  152. waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
  153. waldur_api_client/models/__init__.py +214 -8
  154. waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
  155. waldur_api_client/models/agent_identity.py +211 -0
  156. waldur_api_client/models/agent_identity_request.py +157 -0
  157. waldur_api_client/models/agent_processor.py +170 -0
  158. waldur_api_client/models/agent_processor_create_request.py +89 -0
  159. waldur_api_client/models/agent_service.py +172 -0
  160. waldur_api_client/models/agent_service_create_request.py +81 -0
  161. waldur_api_client/models/agent_service_state.py +10 -0
  162. waldur_api_client/models/agent_service_statistics_request.py +59 -0
  163. waldur_api_client/models/base_provider_plan.py +21 -0
  164. waldur_api_client/models/base_public_plan.py +21 -0
  165. waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
  166. waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
  167. waldur_api_client/models/booking_resource.py +37 -11
  168. waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
  169. waldur_api_client/models/booking_resources_list_field_item.py +1 -0
  170. waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
  171. waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
  172. waldur_api_client/models/call_round.py +4 -4
  173. waldur_api_client/models/checklist_template.py +99 -0
  174. waldur_api_client/models/checklist_template_checklist.py +44 -0
  175. waldur_api_client/models/constance_settings.py +126 -45
  176. waldur_api_client/models/constance_settings_request.py +126 -45
  177. waldur_api_client/models/constance_settings_request_form.py +126 -45
  178. waldur_api_client/models/constance_settings_request_multipart.py +219 -71
  179. waldur_api_client/models/customer.py +9 -0
  180. waldur_api_client/models/customer_component_usage_policy.py +175 -0
  181. waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
  182. waldur_api_client/models/customers_add_user_response_400.py +65 -0
  183. waldur_api_client/models/customers_list_field_item.py +1 -0
  184. waldur_api_client/models/customers_retrieve_field_item.py +1 -0
  185. waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
  186. waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
  187. waldur_api_client/models/discount_config_request.py +91 -0
  188. waldur_api_client/models/discounts_update_request.py +65 -0
  189. waldur_api_client/models/discounts_update_request_discounts.py +57 -0
  190. waldur_api_client/models/event_types_enum.py +1 -0
  191. waldur_api_client/models/issue.py +0 -25
  192. waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
  193. waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
  194. waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
  195. waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
  196. waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
  197. waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
  198. waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
  199. waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
  200. waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
  201. waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
  202. waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
  203. waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
  204. waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
  205. waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
  206. waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
  207. waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
  208. waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
  209. waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
  210. waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
  211. waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
  212. waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
  213. waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
  214. waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
  215. waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
  216. waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
  217. waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
  218. waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
  219. waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
  220. waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
  221. waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
  222. waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
  223. waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
  224. waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
  225. waldur_api_client/models/merged_plugin_options.py +65 -8
  226. waldur_api_client/models/merged_plugin_options_request.py +65 -8
  227. waldur_api_client/models/nested_agent_processor.py +154 -0
  228. waldur_api_client/models/nested_agent_service.py +134 -0
  229. waldur_api_client/models/nested_agent_service_request.py +90 -0
  230. waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
  231. waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
  232. waldur_api_client/models/nested_partition.py +412 -0
  233. waldur_api_client/models/nested_partition_request.py +397 -0
  234. waldur_api_client/models/nested_plan_component.py +155 -0
  235. waldur_api_client/models/nested_plan_component_request.py +128 -0
  236. waldur_api_client/models/nested_round.py +5 -5
  237. waldur_api_client/models/nested_software_catalog.py +134 -0
  238. waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
  239. waldur_api_client/models/nested_software_catalog_partition.py +86 -0
  240. waldur_api_client/models/nested_software_catalog_request.py +68 -0
  241. waldur_api_client/models/nested_software_target.py +84 -0
  242. waldur_api_client/models/nested_software_target_request.py +75 -0
  243. waldur_api_client/models/nested_software_version.py +124 -0
  244. waldur_api_client/models/nested_software_version_request.py +93 -0
  245. waldur_api_client/models/network_rbac_policy_request.py +8 -0
  246. waldur_api_client/models/notification.py +9 -9
  247. waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
  248. waldur_api_client/models/notification_template_detail_serializers.py +9 -3
  249. waldur_api_client/models/observable_object_type_enum.py +14 -0
  250. waldur_api_client/models/offering.py +42 -0
  251. waldur_api_client/models/offering_component.py +79 -0
  252. waldur_api_client/models/offering_component_request.py +80 -0
  253. waldur_api_client/models/offering_create.py +36 -0
  254. waldur_api_client/models/offering_partition.py +440 -0
  255. waldur_api_client/models/offering_partition_request.py +406 -0
  256. waldur_api_client/models/offering_software_catalog.py +176 -0
  257. waldur_api_client/models/offering_software_catalog_request.py +118 -0
  258. waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
  259. waldur_api_client/models/onboarding_justification.py +212 -0
  260. waldur_api_client/models/onboarding_justification_create_request.py +71 -0
  261. waldur_api_client/models/onboarding_justification_documentation.py +108 -0
  262. waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
  263. waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
  264. waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
  265. waldur_api_client/models/onboarding_justification_request.py +89 -0
  266. waldur_api_client/models/onboarding_justification_review_request.py +59 -0
  267. waldur_api_client/models/onboarding_verification.py +250 -0
  268. waldur_api_client/models/onboarding_verification_request.py +128 -0
  269. waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
  270. waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
  271. waldur_api_client/models/order_backend_id_request.py +59 -0
  272. waldur_api_client/models/order_create.py +4 -4
  273. waldur_api_client/models/order_details.py +43 -11
  274. waldur_api_client/models/order_state.py +1 -0
  275. waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
  276. waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
  277. waldur_api_client/models/patched_offering_partition_request.py +412 -0
  278. waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
  279. waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
  280. waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
  281. waldur_api_client/models/patched_project_credit_request.py +13 -0
  282. waldur_api_client/models/patched_project_request.py +10 -2
  283. waldur_api_client/models/patched_project_request_form.py +10 -2
  284. waldur_api_client/models/patched_project_request_multipart.py +13 -2
  285. waldur_api_client/models/patched_software_catalog_request.py +86 -0
  286. waldur_api_client/models/patched_software_package_request.py +86 -0
  287. waldur_api_client/models/plan_component.py +40 -0
  288. waldur_api_client/models/project.py +37 -2
  289. waldur_api_client/models/project_credit.py +13 -0
  290. waldur_api_client/models/project_credit_request.py +13 -0
  291. waldur_api_client/models/project_recovery_request.py +70 -0
  292. waldur_api_client/models/project_request.py +10 -2
  293. waldur_api_client/models/project_request_form.py +10 -2
  294. waldur_api_client/models/project_request_multipart.py +13 -2
  295. waldur_api_client/models/project_user.py +21 -4
  296. waldur_api_client/models/projects_add_user_response_400.py +65 -0
  297. waldur_api_client/models/projects_list_field_item.py +4 -0
  298. waldur_api_client/models/projects_move_project_response_400.py +65 -0
  299. waldur_api_client/models/projects_retrieve_field_item.py +4 -0
  300. waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
  301. waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
  302. waldur_api_client/models/protected_round.py +4 -4
  303. waldur_api_client/models/provider_offering_details.py +42 -0
  304. waldur_api_client/models/provider_plan_details.py +18 -0
  305. waldur_api_client/models/public_offering_details.py +42 -0
  306. waldur_api_client/models/question.py +102 -0
  307. waldur_api_client/models/question_options.py +79 -0
  308. waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
  309. waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
  310. waldur_api_client/models/remove_software_catalog_request.py +60 -0
  311. waldur_api_client/models/resource.py +37 -11
  312. waldur_api_client/models/resource_downscaled_request.py +59 -0
  313. waldur_api_client/models/resource_paused_request.py +59 -0
  314. waldur_api_client/models/resource_renew_request.py +83 -0
  315. waldur_api_client/models/resource_renew_request_limits.py +44 -0
  316. waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
  317. waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
  318. waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
  319. waldur_api_client/models/service_provider_checklist_summary.py +98 -0
  320. waldur_api_client/models/software_catalog.py +130 -0
  321. waldur_api_client/models/software_catalog_request.py +87 -0
  322. waldur_api_client/models/software_catalog_uuid.py +60 -0
  323. waldur_api_client/models/software_package.py +168 -0
  324. waldur_api_client/models/software_package_request.py +87 -0
  325. waldur_api_client/models/software_target.py +110 -0
  326. waldur_api_client/models/software_version.py +135 -0
  327. waldur_api_client/models/time_series_to_s_data.py +69 -0
  328. waldur_api_client/models/to_s_consent_dashboard.py +155 -0
  329. waldur_api_client/models/update_offering_component_request.py +79 -0
  330. waldur_api_client/models/user.py +20 -0
  331. waldur_api_client/models/users_list_field_item.py +1 -0
  332. waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
  333. waldur_api_client/models/users_retrieve_field_item.py +1 -0
  334. waldur_api_client/models/validation_decision_enum.py +10 -0
  335. waldur_api_client/models/validation_method_enum.py +8 -0
  336. waldur_api_client/models/version_adoption.py +67 -0
  337. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
  338. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
  339. waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
  340. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
  341. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
@@ -19,8 +19,10 @@ if TYPE_CHECKING:
19
19
  from ..models.merged_secret_options import MergedSecretOptions
20
20
  from ..models.nested_endpoint import NestedEndpoint
21
21
  from ..models.nested_offering_file import NestedOfferingFile
22
+ from ..models.nested_partition import NestedPartition
22
23
  from ..models.nested_role import NestedRole
23
24
  from ..models.nested_screenshot import NestedScreenshot
25
+ from ..models.nested_software_catalog import NestedSoftwareCatalog
24
26
  from ..models.offering_component import OfferingComponent
25
27
  from ..models.offering_create_service_attributes import OfferingCreateServiceAttributes
26
28
  from ..models.offering_options import OfferingOptions
@@ -40,6 +42,8 @@ class OfferingCreate:
40
42
  created (datetime.datetime):
41
43
  name (str):
42
44
  endpoints (list['NestedEndpoint']):
45
+ software_catalogs (list['NestedSoftwareCatalog']):
46
+ partitions (list['NestedPartition']):
43
47
  roles (list['NestedRole']):
44
48
  customer_uuid (Union[None, UUID]):
45
49
  customer_name (Union[None, str]):
@@ -105,6 +109,8 @@ class OfferingCreate:
105
109
  created: datetime.datetime
106
110
  name: str
107
111
  endpoints: list["NestedEndpoint"]
112
+ software_catalogs: list["NestedSoftwareCatalog"]
113
+ partitions: list["NestedPartition"]
108
114
  roles: list["NestedRole"]
109
115
  customer_uuid: Union[None, UUID]
110
116
  customer_name: Union[None, str]
@@ -179,6 +185,16 @@ class OfferingCreate:
179
185
  endpoints_item = endpoints_item_data.to_dict()
180
186
  endpoints.append(endpoints_item)
181
187
 
188
+ software_catalogs = []
189
+ for software_catalogs_item_data in self.software_catalogs:
190
+ software_catalogs_item = software_catalogs_item_data.to_dict()
191
+ software_catalogs.append(software_catalogs_item)
192
+
193
+ partitions = []
194
+ for partitions_item_data in self.partitions:
195
+ partitions_item = partitions_item_data.to_dict()
196
+ partitions.append(partitions_item)
197
+
182
198
  roles = []
183
199
  for roles_item_data in self.roles:
184
200
  roles_item = roles_item_data.to_dict()
@@ -396,6 +412,8 @@ class OfferingCreate:
396
412
  "created": created,
397
413
  "name": name,
398
414
  "endpoints": endpoints,
415
+ "software_catalogs": software_catalogs,
416
+ "partitions": partitions,
399
417
  "roles": roles,
400
418
  "customer_uuid": customer_uuid,
401
419
  "customer_name": customer_name,
@@ -491,8 +509,10 @@ class OfferingCreate:
491
509
  from ..models.merged_secret_options import MergedSecretOptions
492
510
  from ..models.nested_endpoint import NestedEndpoint
493
511
  from ..models.nested_offering_file import NestedOfferingFile
512
+ from ..models.nested_partition import NestedPartition
494
513
  from ..models.nested_role import NestedRole
495
514
  from ..models.nested_screenshot import NestedScreenshot
515
+ from ..models.nested_software_catalog import NestedSoftwareCatalog
496
516
  from ..models.offering_component import OfferingComponent
497
517
  from ..models.offering_create_service_attributes import OfferingCreateServiceAttributes
498
518
  from ..models.offering_options import OfferingOptions
@@ -515,6 +535,20 @@ class OfferingCreate:
515
535
 
516
536
  endpoints.append(endpoints_item)
517
537
 
538
+ software_catalogs = []
539
+ _software_catalogs = d.pop("software_catalogs")
540
+ for software_catalogs_item_data in _software_catalogs:
541
+ software_catalogs_item = NestedSoftwareCatalog.from_dict(software_catalogs_item_data)
542
+
543
+ software_catalogs.append(software_catalogs_item)
544
+
545
+ partitions = []
546
+ _partitions = d.pop("partitions")
547
+ for partitions_item_data in _partitions:
548
+ partitions_item = NestedPartition.from_dict(partitions_item_data)
549
+
550
+ partitions.append(partitions_item)
551
+
518
552
  roles = []
519
553
  _roles = d.pop("roles")
520
554
  for roles_item_data in _roles:
@@ -864,6 +898,8 @@ class OfferingCreate:
864
898
  created=created,
865
899
  name=name,
866
900
  endpoints=endpoints,
901
+ software_catalogs=software_catalogs,
902
+ partitions=partitions,
867
903
  roles=roles,
868
904
  customer_uuid=customer_uuid,
869
905
  customer_name=customer_name,
@@ -0,0 +1,440 @@
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="OfferingPartition")
13
+
14
+
15
+ @_attrs_define
16
+ class OfferingPartition:
17
+ """
18
+ Attributes:
19
+ uuid (UUID):
20
+ created (datetime.datetime):
21
+ modified (datetime.datetime):
22
+ offering (UUID):
23
+ offering_name (str):
24
+ partition_name (str): Name of the SLURM partition
25
+ cpu_bind (Union[None, Unset, int]): Default task binding policy (SLURM cpu_bind)
26
+ def_cpu_per_gpu (Union[None, Unset, int]): Default CPUs allocated per GPU
27
+ max_cpus_per_node (Union[None, Unset, int]): Maximum allocated CPUs per node
28
+ max_cpus_per_socket (Union[None, Unset, int]): Maximum allocated CPUs per socket
29
+ def_mem_per_cpu (Union[None, Unset, int]): Default memory per CPU in MB
30
+ def_mem_per_gpu (Union[None, Unset, int]): Default memory per GPU in MB
31
+ def_mem_per_node (Union[None, Unset, int]): Default memory per node in MB
32
+ max_mem_per_cpu (Union[None, Unset, int]): Maximum memory per CPU in MB
33
+ max_mem_per_node (Union[None, Unset, int]): Maximum memory per node in MB
34
+ default_time (Union[None, Unset, int]): Default time limit in minutes
35
+ max_time (Union[None, Unset, int]): Maximum time limit in minutes
36
+ grace_time (Union[None, Unset, int]): Preemption grace time in seconds
37
+ max_nodes (Union[None, Unset, int]): Maximum nodes per job
38
+ min_nodes (Union[None, Unset, int]): Minimum nodes per job
39
+ exclusive_topo (Union[Unset, bool]): Exclusive topology access required
40
+ exclusive_user (Union[Unset, bool]): Exclusive user access required
41
+ priority_tier (Union[None, Unset, int]): Priority tier for scheduling and preemption
42
+ qos (Union[Unset, str]): Quality of Service (QOS) name
43
+ req_resv (Union[Unset, bool]): Require reservation for job allocation
44
+ """
45
+
46
+ uuid: UUID
47
+ created: datetime.datetime
48
+ modified: datetime.datetime
49
+ offering: UUID
50
+ offering_name: str
51
+ partition_name: str
52
+ cpu_bind: Union[None, Unset, int] = UNSET
53
+ def_cpu_per_gpu: Union[None, Unset, int] = UNSET
54
+ max_cpus_per_node: Union[None, Unset, int] = UNSET
55
+ max_cpus_per_socket: Union[None, Unset, int] = UNSET
56
+ def_mem_per_cpu: Union[None, Unset, int] = UNSET
57
+ def_mem_per_gpu: Union[None, Unset, int] = UNSET
58
+ def_mem_per_node: Union[None, Unset, int] = UNSET
59
+ max_mem_per_cpu: Union[None, Unset, int] = UNSET
60
+ max_mem_per_node: Union[None, Unset, int] = UNSET
61
+ default_time: Union[None, Unset, int] = UNSET
62
+ max_time: Union[None, Unset, int] = UNSET
63
+ grace_time: Union[None, Unset, int] = UNSET
64
+ max_nodes: Union[None, Unset, int] = UNSET
65
+ min_nodes: Union[None, Unset, int] = UNSET
66
+ exclusive_topo: Union[Unset, bool] = UNSET
67
+ exclusive_user: Union[Unset, bool] = UNSET
68
+ priority_tier: Union[None, Unset, int] = UNSET
69
+ qos: Union[Unset, str] = UNSET
70
+ req_resv: Union[Unset, bool] = UNSET
71
+ additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
72
+
73
+ def to_dict(self) -> dict[str, Any]:
74
+ uuid = str(self.uuid)
75
+
76
+ created = self.created.isoformat()
77
+
78
+ modified = self.modified.isoformat()
79
+
80
+ offering = str(self.offering)
81
+
82
+ offering_name = self.offering_name
83
+
84
+ partition_name = self.partition_name
85
+
86
+ cpu_bind: Union[None, Unset, int]
87
+ if isinstance(self.cpu_bind, Unset):
88
+ cpu_bind = UNSET
89
+ else:
90
+ cpu_bind = self.cpu_bind
91
+
92
+ def_cpu_per_gpu: Union[None, Unset, int]
93
+ if isinstance(self.def_cpu_per_gpu, Unset):
94
+ def_cpu_per_gpu = UNSET
95
+ else:
96
+ def_cpu_per_gpu = self.def_cpu_per_gpu
97
+
98
+ max_cpus_per_node: Union[None, Unset, int]
99
+ if isinstance(self.max_cpus_per_node, Unset):
100
+ max_cpus_per_node = UNSET
101
+ else:
102
+ max_cpus_per_node = self.max_cpus_per_node
103
+
104
+ max_cpus_per_socket: Union[None, Unset, int]
105
+ if isinstance(self.max_cpus_per_socket, Unset):
106
+ max_cpus_per_socket = UNSET
107
+ else:
108
+ max_cpus_per_socket = self.max_cpus_per_socket
109
+
110
+ def_mem_per_cpu: Union[None, Unset, int]
111
+ if isinstance(self.def_mem_per_cpu, Unset):
112
+ def_mem_per_cpu = UNSET
113
+ else:
114
+ def_mem_per_cpu = self.def_mem_per_cpu
115
+
116
+ def_mem_per_gpu: Union[None, Unset, int]
117
+ if isinstance(self.def_mem_per_gpu, Unset):
118
+ def_mem_per_gpu = UNSET
119
+ else:
120
+ def_mem_per_gpu = self.def_mem_per_gpu
121
+
122
+ def_mem_per_node: Union[None, Unset, int]
123
+ if isinstance(self.def_mem_per_node, Unset):
124
+ def_mem_per_node = UNSET
125
+ else:
126
+ def_mem_per_node = self.def_mem_per_node
127
+
128
+ max_mem_per_cpu: Union[None, Unset, int]
129
+ if isinstance(self.max_mem_per_cpu, Unset):
130
+ max_mem_per_cpu = UNSET
131
+ else:
132
+ max_mem_per_cpu = self.max_mem_per_cpu
133
+
134
+ max_mem_per_node: Union[None, Unset, int]
135
+ if isinstance(self.max_mem_per_node, Unset):
136
+ max_mem_per_node = UNSET
137
+ else:
138
+ max_mem_per_node = self.max_mem_per_node
139
+
140
+ default_time: Union[None, Unset, int]
141
+ if isinstance(self.default_time, Unset):
142
+ default_time = UNSET
143
+ else:
144
+ default_time = self.default_time
145
+
146
+ max_time: Union[None, Unset, int]
147
+ if isinstance(self.max_time, Unset):
148
+ max_time = UNSET
149
+ else:
150
+ max_time = self.max_time
151
+
152
+ grace_time: Union[None, Unset, int]
153
+ if isinstance(self.grace_time, Unset):
154
+ grace_time = UNSET
155
+ else:
156
+ grace_time = self.grace_time
157
+
158
+ max_nodes: Union[None, Unset, int]
159
+ if isinstance(self.max_nodes, Unset):
160
+ max_nodes = UNSET
161
+ else:
162
+ max_nodes = self.max_nodes
163
+
164
+ min_nodes: Union[None, Unset, int]
165
+ if isinstance(self.min_nodes, Unset):
166
+ min_nodes = UNSET
167
+ else:
168
+ min_nodes = self.min_nodes
169
+
170
+ exclusive_topo = self.exclusive_topo
171
+
172
+ exclusive_user = self.exclusive_user
173
+
174
+ priority_tier: Union[None, Unset, int]
175
+ if isinstance(self.priority_tier, Unset):
176
+ priority_tier = UNSET
177
+ else:
178
+ priority_tier = self.priority_tier
179
+
180
+ qos = self.qos
181
+
182
+ req_resv = self.req_resv
183
+
184
+ field_dict: dict[str, Any] = {}
185
+ field_dict.update(self.additional_properties)
186
+ field_dict.update(
187
+ {
188
+ "uuid": uuid,
189
+ "created": created,
190
+ "modified": modified,
191
+ "offering": offering,
192
+ "offering_name": offering_name,
193
+ "partition_name": partition_name,
194
+ }
195
+ )
196
+ if cpu_bind is not UNSET:
197
+ field_dict["cpu_bind"] = cpu_bind
198
+ if def_cpu_per_gpu is not UNSET:
199
+ field_dict["def_cpu_per_gpu"] = def_cpu_per_gpu
200
+ if max_cpus_per_node is not UNSET:
201
+ field_dict["max_cpus_per_node"] = max_cpus_per_node
202
+ if max_cpus_per_socket is not UNSET:
203
+ field_dict["max_cpus_per_socket"] = max_cpus_per_socket
204
+ if def_mem_per_cpu is not UNSET:
205
+ field_dict["def_mem_per_cpu"] = def_mem_per_cpu
206
+ if def_mem_per_gpu is not UNSET:
207
+ field_dict["def_mem_per_gpu"] = def_mem_per_gpu
208
+ if def_mem_per_node is not UNSET:
209
+ field_dict["def_mem_per_node"] = def_mem_per_node
210
+ if max_mem_per_cpu is not UNSET:
211
+ field_dict["max_mem_per_cpu"] = max_mem_per_cpu
212
+ if max_mem_per_node is not UNSET:
213
+ field_dict["max_mem_per_node"] = max_mem_per_node
214
+ if default_time is not UNSET:
215
+ field_dict["default_time"] = default_time
216
+ if max_time is not UNSET:
217
+ field_dict["max_time"] = max_time
218
+ if grace_time is not UNSET:
219
+ field_dict["grace_time"] = grace_time
220
+ if max_nodes is not UNSET:
221
+ field_dict["max_nodes"] = max_nodes
222
+ if min_nodes is not UNSET:
223
+ field_dict["min_nodes"] = min_nodes
224
+ if exclusive_topo is not UNSET:
225
+ field_dict["exclusive_topo"] = exclusive_topo
226
+ if exclusive_user is not UNSET:
227
+ field_dict["exclusive_user"] = exclusive_user
228
+ if priority_tier is not UNSET:
229
+ field_dict["priority_tier"] = priority_tier
230
+ if qos is not UNSET:
231
+ field_dict["qos"] = qos
232
+ if req_resv is not UNSET:
233
+ field_dict["req_resv"] = req_resv
234
+
235
+ return field_dict
236
+
237
+ @classmethod
238
+ def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
239
+ d = dict(src_dict)
240
+ uuid = UUID(d.pop("uuid"))
241
+
242
+ created = isoparse(d.pop("created"))
243
+
244
+ modified = isoparse(d.pop("modified"))
245
+
246
+ offering = UUID(d.pop("offering"))
247
+
248
+ offering_name = d.pop("offering_name")
249
+
250
+ partition_name = d.pop("partition_name")
251
+
252
+ def _parse_cpu_bind(data: object) -> Union[None, Unset, int]:
253
+ if data is None:
254
+ return data
255
+ if isinstance(data, Unset):
256
+ return data
257
+ return cast(Union[None, Unset, int], data)
258
+
259
+ cpu_bind = _parse_cpu_bind(d.pop("cpu_bind", UNSET))
260
+
261
+ def _parse_def_cpu_per_gpu(data: object) -> Union[None, Unset, int]:
262
+ if data is None:
263
+ return data
264
+ if isinstance(data, Unset):
265
+ return data
266
+ return cast(Union[None, Unset, int], data)
267
+
268
+ def_cpu_per_gpu = _parse_def_cpu_per_gpu(d.pop("def_cpu_per_gpu", UNSET))
269
+
270
+ def _parse_max_cpus_per_node(data: object) -> Union[None, Unset, int]:
271
+ if data is None:
272
+ return data
273
+ if isinstance(data, Unset):
274
+ return data
275
+ return cast(Union[None, Unset, int], data)
276
+
277
+ max_cpus_per_node = _parse_max_cpus_per_node(d.pop("max_cpus_per_node", UNSET))
278
+
279
+ def _parse_max_cpus_per_socket(data: object) -> Union[None, Unset, int]:
280
+ if data is None:
281
+ return data
282
+ if isinstance(data, Unset):
283
+ return data
284
+ return cast(Union[None, Unset, int], data)
285
+
286
+ max_cpus_per_socket = _parse_max_cpus_per_socket(d.pop("max_cpus_per_socket", UNSET))
287
+
288
+ def _parse_def_mem_per_cpu(data: object) -> Union[None, Unset, int]:
289
+ if data is None:
290
+ return data
291
+ if isinstance(data, Unset):
292
+ return data
293
+ return cast(Union[None, Unset, int], data)
294
+
295
+ def_mem_per_cpu = _parse_def_mem_per_cpu(d.pop("def_mem_per_cpu", UNSET))
296
+
297
+ def _parse_def_mem_per_gpu(data: object) -> Union[None, Unset, int]:
298
+ if data is None:
299
+ return data
300
+ if isinstance(data, Unset):
301
+ return data
302
+ return cast(Union[None, Unset, int], data)
303
+
304
+ def_mem_per_gpu = _parse_def_mem_per_gpu(d.pop("def_mem_per_gpu", UNSET))
305
+
306
+ def _parse_def_mem_per_node(data: object) -> Union[None, Unset, int]:
307
+ if data is None:
308
+ return data
309
+ if isinstance(data, Unset):
310
+ return data
311
+ return cast(Union[None, Unset, int], data)
312
+
313
+ def_mem_per_node = _parse_def_mem_per_node(d.pop("def_mem_per_node", UNSET))
314
+
315
+ def _parse_max_mem_per_cpu(data: object) -> Union[None, Unset, int]:
316
+ if data is None:
317
+ return data
318
+ if isinstance(data, Unset):
319
+ return data
320
+ return cast(Union[None, Unset, int], data)
321
+
322
+ max_mem_per_cpu = _parse_max_mem_per_cpu(d.pop("max_mem_per_cpu", UNSET))
323
+
324
+ def _parse_max_mem_per_node(data: object) -> Union[None, Unset, int]:
325
+ if data is None:
326
+ return data
327
+ if isinstance(data, Unset):
328
+ return data
329
+ return cast(Union[None, Unset, int], data)
330
+
331
+ max_mem_per_node = _parse_max_mem_per_node(d.pop("max_mem_per_node", UNSET))
332
+
333
+ def _parse_default_time(data: object) -> Union[None, Unset, int]:
334
+ if data is None:
335
+ return data
336
+ if isinstance(data, Unset):
337
+ return data
338
+ return cast(Union[None, Unset, int], data)
339
+
340
+ default_time = _parse_default_time(d.pop("default_time", UNSET))
341
+
342
+ def _parse_max_time(data: object) -> Union[None, Unset, int]:
343
+ if data is None:
344
+ return data
345
+ if isinstance(data, Unset):
346
+ return data
347
+ return cast(Union[None, Unset, int], data)
348
+
349
+ max_time = _parse_max_time(d.pop("max_time", UNSET))
350
+
351
+ def _parse_grace_time(data: object) -> Union[None, Unset, int]:
352
+ if data is None:
353
+ return data
354
+ if isinstance(data, Unset):
355
+ return data
356
+ return cast(Union[None, Unset, int], data)
357
+
358
+ grace_time = _parse_grace_time(d.pop("grace_time", UNSET))
359
+
360
+ def _parse_max_nodes(data: object) -> Union[None, Unset, int]:
361
+ if data is None:
362
+ return data
363
+ if isinstance(data, Unset):
364
+ return data
365
+ return cast(Union[None, Unset, int], data)
366
+
367
+ max_nodes = _parse_max_nodes(d.pop("max_nodes", UNSET))
368
+
369
+ def _parse_min_nodes(data: object) -> Union[None, Unset, int]:
370
+ if data is None:
371
+ return data
372
+ if isinstance(data, Unset):
373
+ return data
374
+ return cast(Union[None, Unset, int], data)
375
+
376
+ min_nodes = _parse_min_nodes(d.pop("min_nodes", UNSET))
377
+
378
+ exclusive_topo = d.pop("exclusive_topo", UNSET)
379
+
380
+ exclusive_user = d.pop("exclusive_user", UNSET)
381
+
382
+ def _parse_priority_tier(data: object) -> Union[None, Unset, int]:
383
+ if data is None:
384
+ return data
385
+ if isinstance(data, Unset):
386
+ return data
387
+ return cast(Union[None, Unset, int], data)
388
+
389
+ priority_tier = _parse_priority_tier(d.pop("priority_tier", UNSET))
390
+
391
+ qos = d.pop("qos", UNSET)
392
+
393
+ req_resv = d.pop("req_resv", UNSET)
394
+
395
+ offering_partition = cls(
396
+ uuid=uuid,
397
+ created=created,
398
+ modified=modified,
399
+ offering=offering,
400
+ offering_name=offering_name,
401
+ partition_name=partition_name,
402
+ cpu_bind=cpu_bind,
403
+ def_cpu_per_gpu=def_cpu_per_gpu,
404
+ max_cpus_per_node=max_cpus_per_node,
405
+ max_cpus_per_socket=max_cpus_per_socket,
406
+ def_mem_per_cpu=def_mem_per_cpu,
407
+ def_mem_per_gpu=def_mem_per_gpu,
408
+ def_mem_per_node=def_mem_per_node,
409
+ max_mem_per_cpu=max_mem_per_cpu,
410
+ max_mem_per_node=max_mem_per_node,
411
+ default_time=default_time,
412
+ max_time=max_time,
413
+ grace_time=grace_time,
414
+ max_nodes=max_nodes,
415
+ min_nodes=min_nodes,
416
+ exclusive_topo=exclusive_topo,
417
+ exclusive_user=exclusive_user,
418
+ priority_tier=priority_tier,
419
+ qos=qos,
420
+ req_resv=req_resv,
421
+ )
422
+
423
+ offering_partition.additional_properties = d
424
+ return offering_partition
425
+
426
+ @property
427
+ def additional_keys(self) -> list[str]:
428
+ return list(self.additional_properties.keys())
429
+
430
+ def __getitem__(self, key: str) -> Any:
431
+ return self.additional_properties[key]
432
+
433
+ def __setitem__(self, key: str, value: Any) -> None:
434
+ self.additional_properties[key] = value
435
+
436
+ def __delitem__(self, key: str) -> None:
437
+ del self.additional_properties[key]
438
+
439
+ def __contains__(self, key: str) -> bool:
440
+ return key in self.additional_properties