waldur-api-client 7.6.5__py3-none-any.whl → 7.6.8__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 (230) hide show
  1. waldur_api_client/api/access_subnets/access_subnets_list.py +8 -4
  2. waldur_api_client/api/admin_announcements/admin_announcements_list.py +8 -4
  3. waldur_api_client/api/auth_tokens/auth_tokens_list.py +8 -4
  4. waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py +8 -4
  5. waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_list.py +8 -4
  6. waldur_api_client/api/aws_images/aws_images_list.py +8 -4
  7. waldur_api_client/api/aws_instances/aws_instances_list.py +8 -4
  8. waldur_api_client/api/aws_regions/aws_regions_list.py +8 -4
  9. waldur_api_client/api/aws_sizes/aws_sizes_list.py +8 -4
  10. waldur_api_client/api/aws_volumes/aws_volumes_list.py +8 -4
  11. waldur_api_client/api/azure_images/azure_images_list.py +8 -4
  12. waldur_api_client/api/azure_locations/azure_locations_list.py +8 -4
  13. waldur_api_client/api/azure_public_ips/azure_public_ips_list.py +8 -4
  14. waldur_api_client/api/azure_resource_groups/azure_resource_groups_list.py +8 -4
  15. waldur_api_client/api/azure_sizes/azure_sizes_list.py +8 -4
  16. waldur_api_client/api/azure_sql_databases/azure_sql_databases_list.py +8 -4
  17. waldur_api_client/api/azure_sql_servers/azure_sql_servers_list.py +8 -4
  18. waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_list.py +8 -4
  19. waldur_api_client/api/backend_resource_requests/__init__.py +1 -0
  20. waldur_api_client/api/backend_resource_requests/backend_resource_requests_create.py +150 -0
  21. waldur_api_client/api/backend_resource_requests/backend_resource_requests_list.py +313 -0
  22. waldur_api_client/api/backend_resource_requests/backend_resource_requests_retrieve.py +142 -0
  23. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_done.py +144 -0
  24. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_erred.py +166 -0
  25. waldur_api_client/api/backend_resource_requests/backend_resource_requests_start_processing.py +146 -0
  26. waldur_api_client/api/backend_resources/__init__.py +1 -0
  27. waldur_api_client/api/backend_resources/backend_resources_create.py +150 -0
  28. waldur_api_client/api/backend_resources/backend_resources_destroy.py +89 -0
  29. waldur_api_client/api/backend_resources/backend_resources_import_resource.py +162 -0
  30. waldur_api_client/api/backend_resources/backend_resources_list.py +315 -0
  31. waldur_api_client/api/backend_resources/backend_resources_retrieve.py +142 -0
  32. waldur_api_client/api/booking_offerings/booking_offerings_list.py +8 -4
  33. waldur_api_client/api/booking_resources/booking_resources_list.py +8 -4
  34. waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_list.py +8 -4
  35. waldur_api_client/api/broadcast_messages/broadcast_messages_list.py +8 -4
  36. waldur_api_client/api/call_managing_organisations/call_managing_organisations_list.py +8 -4
  37. waldur_api_client/api/call_rounds/call_rounds_list.py +8 -4
  38. waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_list.py +8 -4
  39. waldur_api_client/api/customer_credits/customer_credits_list.py +8 -4
  40. waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_list.py +8 -4
  41. waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_list.py +8 -4
  42. waldur_api_client/api/digitalocean_images/digitalocean_images_list.py +8 -4
  43. waldur_api_client/api/digitalocean_regions/digitalocean_regions_list.py +8 -4
  44. waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_list.py +8 -4
  45. waldur_api_client/api/email_logs/email_logs_list.py +8 -4
  46. waldur_api_client/api/event_subscriptions/event_subscriptions_list.py +8 -4
  47. waldur_api_client/api/events/events_list.py +8 -4
  48. waldur_api_client/api/events_stats/events_stats_list.py +8 -4
  49. waldur_api_client/api/financial_reports/financial_reports_list.py +8 -4
  50. waldur_api_client/api/freeipa_profiles/freeipa_profiles_list.py +8 -4
  51. waldur_api_client/api/google_auth/google_auth_list.py +8 -4
  52. waldur_api_client/api/hooks/hooks_list.py +4 -2
  53. waldur_api_client/api/hooks_email/hooks_email_list.py +8 -4
  54. waldur_api_client/api/hooks_web/hooks_web_list.py +8 -4
  55. waldur_api_client/api/identity_providers/identity_providers_list.py +8 -4
  56. waldur_api_client/api/invoice_items/invoice_items_list.py +8 -4
  57. waldur_api_client/api/invoices/invoices_list.py +8 -4
  58. waldur_api_client/api/keycloak_groups/keycloak_groups_list.py +8 -4
  59. waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_list.py +8 -4
  60. waldur_api_client/api/keys/keys_list.py +8 -4
  61. waldur_api_client/api/lexis_links/lexis_links_list.py +8 -4
  62. waldur_api_client/api/marketplace_categories/marketplace_categories_list.py +8 -4
  63. waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_list.py +8 -4
  64. waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_list.py +8 -4
  65. waldur_api_client/api/marketplace_category_components/marketplace_category_components_list.py +8 -4
  66. waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_list.py +8 -4
  67. waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_list.py +8 -4
  68. waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_list.py +8 -4
  69. waldur_api_client/api/marketplace_checklists/marketplace_checklists_list.py +8 -4
  70. waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py +8 -4
  71. waldur_api_client/api/marketplace_checklists/marketplace_checklists_user_answers_list.py +8 -4
  72. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py +8 -4
  73. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_list.py +8 -4
  74. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +8 -4
  75. waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_list.py +8 -4
  76. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_list.py +8 -4
  77. waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_list.py +8 -4
  78. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +8 -4
  79. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_list.py +8 -4
  80. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +8 -4
  81. waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_list.py +18 -17
  82. waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_list.py +18 -17
  83. waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_list.py +8 -4
  84. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_list.py +8 -4
  85. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +8 -4
  86. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +8 -4
  87. waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +8 -4
  88. waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_list.py +8 -4
  89. waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +8 -4
  90. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_list.py +8 -4
  91. waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_list.py +8 -4
  92. waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py +8 -4
  93. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +10 -13
  94. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +10 -13
  95. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +10 -13
  96. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +10 -13
  97. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +18 -17
  98. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +20 -16
  99. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +8 -4
  100. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_as_erred.py +11 -68
  101. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_id.py +20 -16
  102. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_metadata.py +12 -12
  103. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_limits.py +12 -12
  104. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_submit_report.py +20 -16
  105. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +18 -17
  106. waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_list.py +8 -4
  107. waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_list.py +8 -4
  108. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +8 -4
  109. waldur_api_client/api/marketplace_resources/marketplace_resources_update_options.py +20 -16
  110. waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +8 -4
  111. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +8 -4
  112. waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_list.py +8 -4
  113. waldur_api_client/api/marketplace_sections/marketplace_sections_list.py +8 -4
  114. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
  115. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list.py +8 -4
  116. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +10 -13
  117. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py +10 -13
  118. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +15 -0
  119. waldur_api_client/api/notification_messages/notification_messages_list.py +8 -4
  120. waldur_api_client/api/notification_messages_templates/notification_messages_templates_list.py +8 -4
  121. waldur_api_client/api/openstack_backups/openstack_backups_list.py +8 -4
  122. waldur_api_client/api/openstack_flavors/openstack_flavors_list.py +26 -4
  123. waldur_api_client/api/openstack_images/openstack_images_list.py +26 -4
  124. waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_list.py +8 -4
  125. waldur_api_client/api/openstack_instances/openstack_instances_list.py +8 -4
  126. waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_list.py +8 -4
  127. waldur_api_client/api/openstack_migrations/openstack_migrations_list.py +8 -4
  128. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +8 -4
  129. waldur_api_client/api/openstack_networks/openstack_networks_list.py +8 -4
  130. waldur_api_client/api/openstack_ports/openstack_ports_list.py +8 -4
  131. waldur_api_client/api/openstack_routers/openstack_routers_list.py +8 -4
  132. waldur_api_client/api/openstack_security_groups/openstack_security_groups_list.py +8 -4
  133. waldur_api_client/api/openstack_server_groups/openstack_server_groups_list.py +8 -4
  134. waldur_api_client/api/openstack_snapshots/openstack_snapshots_list.py +8 -4
  135. waldur_api_client/api/openstack_subnets/openstack_subnets_list.py +8 -4
  136. waldur_api_client/api/openstack_tenants/openstack_tenants_list.py +8 -4
  137. waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_list.py +8 -4
  138. waldur_api_client/api/openstack_volume_types/openstack_volume_types_list.py +26 -4
  139. waldur_api_client/api/openstack_volumes/openstack_volumes_list.py +8 -4
  140. waldur_api_client/api/organization_groups/organization_groups_list.py +8 -4
  141. waldur_api_client/api/payment_profiles/payment_profiles_list.py +8 -4
  142. waldur_api_client/api/payments/payments_list.py +8 -4
  143. waldur_api_client/api/project_credits/project_credits_list.py +8 -4
  144. waldur_api_client/api/project_types/project_types_list.py +8 -4
  145. waldur_api_client/api/projects/projects_list.py +23 -4
  146. waldur_api_client/api/promotions_campaigns/promotions_campaigns_list.py +8 -4
  147. waldur_api_client/api/proposal_proposals/proposal_proposals_list.py +8 -4
  148. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_list.py +8 -4
  149. waldur_api_client/api/proposal_public_calls/proposal_public_calls_list.py +8 -4
  150. waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_list.py +8 -4
  151. waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_list.py +8 -4
  152. waldur_api_client/api/proposal_reviews/proposal_reviews_list.py +8 -4
  153. waldur_api_client/api/provider_invoice_items/provider_invoice_items_list.py +8 -4
  154. waldur_api_client/api/rancher_apps/rancher_apps_list.py +8 -4
  155. waldur_api_client/api/rancher_catalogs/rancher_catalogs_list.py +8 -4
  156. waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_list.py +8 -4
  157. waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_list.py +8 -4
  158. waldur_api_client/api/rancher_clusters/rancher_clusters_list.py +8 -4
  159. waldur_api_client/api/rancher_hpas/rancher_hpas_list.py +8 -4
  160. waldur_api_client/api/rancher_ingresses/rancher_ingresses_list.py +8 -4
  161. waldur_api_client/api/rancher_namespaces/rancher_namespaces_list.py +8 -4
  162. waldur_api_client/api/rancher_nodes/rancher_nodes_list.py +8 -4
  163. waldur_api_client/api/rancher_projects/rancher_projects_list.py +8 -4
  164. waldur_api_client/api/rancher_role_templates/rancher_role_templates_list.py +8 -4
  165. waldur_api_client/api/rancher_services/rancher_services_list.py +8 -4
  166. waldur_api_client/api/rancher_templates/rancher_templates_list.py +8 -4
  167. waldur_api_client/api/rancher_users/rancher_users_list.py +8 -4
  168. waldur_api_client/api/rancher_workloads/rancher_workloads_list.py +8 -4
  169. waldur_api_client/api/roles/roles_list.py +8 -4
  170. waldur_api_client/api/service_settings/service_settings_list.py +18 -17
  171. waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_list.py +8 -4
  172. waldur_api_client/api/slurm_allocations/slurm_allocations_list.py +8 -4
  173. waldur_api_client/api/slurm_associations/slurm_associations_list.py +8 -4
  174. waldur_api_client/api/slurm_jobs/slurm_jobs_list.py +8 -4
  175. waldur_api_client/api/support_attachments/support_attachments_list.py +8 -4
  176. waldur_api_client/api/support_comments/support_comments_list.py +8 -4
  177. waldur_api_client/api/support_feedbacks/support_feedbacks_list.py +8 -4
  178. waldur_api_client/api/support_issues/support_issues_list.py +8 -4
  179. waldur_api_client/api/support_priorities/support_priorities_list.py +8 -4
  180. waldur_api_client/api/support_templates/support_templates_list.py +8 -4
  181. waldur_api_client/api/support_users/support_users_list.py +8 -4
  182. waldur_api_client/api/user_agreements/user_agreements_list.py +8 -4
  183. waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +8 -4
  184. waldur_api_client/api/user_invitations/user_invitations_list.py +8 -4
  185. waldur_api_client/api/user_permission_requests/user_permission_requests_list.py +8 -4
  186. waldur_api_client/api/user_permissions/user_permissions_list.py +18 -17
  187. waldur_api_client/api/users/users_list.py +8 -4
  188. waldur_api_client/api/vmware_clusters/vmware_clusters_list.py +8 -4
  189. waldur_api_client/api/vmware_datastores/vmware_datastores_list.py +8 -4
  190. waldur_api_client/api/vmware_disks/vmware_disks_list.py +8 -4
  191. waldur_api_client/api/vmware_folders/vmware_folders_list.py +8 -4
  192. waldur_api_client/api/vmware_networks/vmware_networks_list.py +8 -4
  193. waldur_api_client/api/vmware_ports/vmware_ports_list.py +8 -4
  194. waldur_api_client/api/vmware_templates/vmware_templates_list.py +8 -4
  195. waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_list.py +8 -4
  196. waldur_api_client/models/__init__.py +28 -16
  197. waldur_api_client/models/backend_resource.py +162 -0
  198. waldur_api_client/models/{resource_backend_id.py → backend_resource_import_request.py} +21 -13
  199. waldur_api_client/models/backend_resource_req.py +162 -0
  200. waldur_api_client/models/{resource_backend_metadata.py → backend_resource_req_request.py} +12 -11
  201. waldur_api_client/models/backend_resource_req_state_enum.py +11 -0
  202. waldur_api_client/models/backend_resource_request.py +96 -0
  203. waldur_api_client/models/{resource_set_state_erred.py → backend_resource_request_set_erred_request.py} +5 -5
  204. waldur_api_client/models/backend_resource_requests_list_o_item.py +9 -0
  205. waldur_api_client/models/backend_resource_requests_list_state_item.py +11 -0
  206. waldur_api_client/models/{order_details_attributes.py → backend_resource_requests_set_done_response_200.py} +6 -6
  207. waldur_api_client/models/{resource_options.py → backend_resource_requests_set_erred_response_200.py} +7 -22
  208. waldur_api_client/models/backend_resource_requests_start_processing_response_200.py +44 -0
  209. waldur_api_client/models/backend_resources_list_o_item.py +9 -0
  210. waldur_api_client/models/constance_settings.py +9 -0
  211. waldur_api_client/models/constance_settings_request.py +9 -0
  212. waldur_api_client/models/customer.py +0 -21
  213. waldur_api_client/models/customers_list_field_item.py +0 -1
  214. waldur_api_client/models/customers_retrieve_field_item.py +0 -1
  215. waldur_api_client/models/event_types_enum.py +5 -0
  216. waldur_api_client/models/merged_plugin_options.py +20 -0
  217. waldur_api_client/models/merged_plugin_options_request.py +20 -0
  218. waldur_api_client/models/nested_requested_offering.py +18 -0
  219. waldur_api_client/models/order_details.py +4 -14
  220. waldur_api_client/models/provider_requested_offering.py +10 -0
  221. waldur_api_client/models/requested_offering.py +10 -0
  222. waldur_api_client/models/{resource_set_limits.py → resource_response_status.py} +11 -11
  223. waldur_api_client/models/user_agreement.py +9 -11
  224. waldur_api_client/models/user_agreement_request.py +9 -11
  225. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/METADATA +1 -1
  226. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/RECORD +228 -209
  227. waldur_api_client/models/permission_project.py +0 -147
  228. waldur_api_client/models/resource_report.py +0 -73
  229. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/LICENSE +0 -0
  230. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/WHEEL +0 -0
@@ -36,6 +36,7 @@ def _get_kwargs(
36
36
  page: Union[Unset, int] = UNSET,
37
37
  page_size: Union[Unset, int] = UNSET,
38
38
  query: Union[Unset, str] = UNSET,
39
+ slug: Union[Unset, str] = UNSET,
39
40
  ) -> dict[str, Any]:
40
41
  params: dict[str, Any] = {}
41
42
 
@@ -102,6 +103,8 @@ def _get_kwargs(
102
103
 
103
104
  params["query"] = query
104
105
 
106
+ params["slug"] = slug
107
+
105
108
  params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
106
109
 
107
110
  _kwargs: dict[str, Any] = {
@@ -159,6 +162,7 @@ def sync_detailed(
159
162
  page: Union[Unset, int] = UNSET,
160
163
  page_size: Union[Unset, int] = UNSET,
161
164
  query: Union[Unset, str] = UNSET,
165
+ slug: Union[Unset, str] = UNSET,
162
166
  ) -> Response[list["Project"]]:
163
167
  """Return projects of service provider.
164
168
 
@@ -182,6 +186,7 @@ def sync_detailed(
182
186
  page (Union[Unset, int]):
183
187
  page_size (Union[Unset, int]):
184
188
  query (Union[Unset, str]):
189
+ slug (Union[Unset, str]):
185
190
 
186
191
  Raises:
187
192
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -211,6 +216,7 @@ def sync_detailed(
211
216
  page=page,
212
217
  page_size=page_size,
213
218
  query=query,
219
+ slug=slug,
214
220
  )
215
221
 
216
222
  response = client.get_httpx_client().request(
@@ -242,6 +248,7 @@ def sync(
242
248
  page: Union[Unset, int] = UNSET,
243
249
  page_size: Union[Unset, int] = UNSET,
244
250
  query: Union[Unset, str] = UNSET,
251
+ slug: Union[Unset, str] = UNSET,
245
252
  ) -> list["Project"]:
246
253
  """Return projects of service provider.
247
254
 
@@ -265,6 +272,7 @@ def sync(
265
272
  page (Union[Unset, int]):
266
273
  page_size (Union[Unset, int]):
267
274
  query (Union[Unset, str]):
275
+ slug (Union[Unset, str]):
268
276
 
269
277
  Raises:
270
278
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -295,6 +303,7 @@ def sync(
295
303
  page=page,
296
304
  page_size=page_size,
297
305
  query=query,
306
+ slug=slug,
298
307
  ).parsed
299
308
 
300
309
 
@@ -320,6 +329,7 @@ async def asyncio_detailed(
320
329
  page: Union[Unset, int] = UNSET,
321
330
  page_size: Union[Unset, int] = UNSET,
322
331
  query: Union[Unset, str] = UNSET,
332
+ slug: Union[Unset, str] = UNSET,
323
333
  ) -> Response[list["Project"]]:
324
334
  """Return projects of service provider.
325
335
 
@@ -343,6 +353,7 @@ async def asyncio_detailed(
343
353
  page (Union[Unset, int]):
344
354
  page_size (Union[Unset, int]):
345
355
  query (Union[Unset, str]):
356
+ slug (Union[Unset, str]):
346
357
 
347
358
  Raises:
348
359
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -372,6 +383,7 @@ async def asyncio_detailed(
372
383
  page=page,
373
384
  page_size=page_size,
374
385
  query=query,
386
+ slug=slug,
375
387
  )
376
388
 
377
389
  response = await client.get_async_httpx_client().request(**kwargs)
@@ -401,6 +413,7 @@ async def asyncio(
401
413
  page: Union[Unset, int] = UNSET,
402
414
  page_size: Union[Unset, int] = UNSET,
403
415
  query: Union[Unset, str] = UNSET,
416
+ slug: Union[Unset, str] = UNSET,
404
417
  ) -> list["Project"]:
405
418
  """Return projects of service provider.
406
419
 
@@ -424,6 +437,7 @@ async def asyncio(
424
437
  page (Union[Unset, int]):
425
438
  page_size (Union[Unset, int]):
426
439
  query (Union[Unset, str]):
440
+ slug (Union[Unset, str]):
427
441
 
428
442
  Raises:
429
443
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -455,5 +469,6 @@ async def asyncio(
455
469
  page=page,
456
470
  page_size=page_size,
457
471
  query=query,
472
+ slug=slug,
458
473
  )
459
474
  ).parsed
@@ -85,7 +85,8 @@ def sync_detailed(
85
85
  page_size: Union[Unset, int] = UNSET,
86
86
  query: Union[Unset, str] = UNSET,
87
87
  ) -> Response[list["Notification"]]:
88
- """
88
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
89
+
89
90
  Args:
90
91
  description (Union[Unset, str]):
91
92
  is_overridden (Union[Unset, bool]):
@@ -134,7 +135,8 @@ def sync(
134
135
  page_size: Union[Unset, int] = UNSET,
135
136
  query: Union[Unset, str] = UNSET,
136
137
  ) -> list["Notification"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  description (Union[Unset, str]):
140
142
  is_overridden (Union[Unset, bool]):
@@ -178,7 +180,8 @@ async def asyncio_detailed(
178
180
  page_size: Union[Unset, int] = UNSET,
179
181
  query: Union[Unset, str] = UNSET,
180
182
  ) -> Response[list["Notification"]]:
181
- """
183
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
184
+
182
185
  Args:
183
186
  description (Union[Unset, str]):
184
187
  is_overridden (Union[Unset, bool]):
@@ -225,7 +228,8 @@ async def asyncio(
225
228
  page_size: Union[Unset, int] = UNSET,
226
229
  query: Union[Unset, str] = UNSET,
227
230
  ) -> list["Notification"]:
228
- """
231
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
232
+
229
233
  Args:
230
234
  description (Union[Unset, str]):
231
235
  is_overridden (Union[Unset, bool]):
@@ -83,7 +83,8 @@ def sync_detailed(
83
83
  path: Union[Unset, str] = UNSET,
84
84
  path_exact: Union[Unset, str] = UNSET,
85
85
  ) -> Response[list["NotificationTemplateDetailSerializers"]]:
86
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
87
88
  Args:
88
89
  is_overridden (Union[Unset, bool]):
89
90
  name (Union[Unset, str]):
@@ -129,7 +130,8 @@ def sync(
129
130
  path: Union[Unset, str] = UNSET,
130
131
  path_exact: Union[Unset, str] = UNSET,
131
132
  ) -> list["NotificationTemplateDetailSerializers"]:
132
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
133
135
  Args:
134
136
  is_overridden (Union[Unset, bool]):
135
137
  name (Union[Unset, str]):
@@ -170,7 +172,8 @@ async def asyncio_detailed(
170
172
  path: Union[Unset, str] = UNSET,
171
173
  path_exact: Union[Unset, str] = UNSET,
172
174
  ) -> Response[list["NotificationTemplateDetailSerializers"]]:
173
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
174
177
  Args:
175
178
  is_overridden (Union[Unset, bool]):
176
179
  name (Union[Unset, str]):
@@ -214,7 +217,8 @@ async def asyncio(
214
217
  path: Union[Unset, str] = UNSET,
215
218
  path_exact: Union[Unset, str] = UNSET,
216
219
  ) -> list["NotificationTemplateDetailSerializers"]:
217
- """
220
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
221
+
218
222
  Args:
219
223
  is_overridden (Union[Unset, bool]):
220
224
  name (Union[Unset, str]):
@@ -194,7 +194,8 @@ def sync_detailed(
194
194
  tenant_uuid: Union[Unset, UUID] = UNSET,
195
195
  uuid: Union[Unset, UUID] = UNSET,
196
196
  ) -> Response[list["OpenStackBackup"]]:
197
- """
197
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
198
+
198
199
  Args:
199
200
  backend_id (Union[Unset, str]):
200
201
  can_manage (Union[Unset, bool]):
@@ -294,7 +295,8 @@ def sync(
294
295
  tenant_uuid: Union[Unset, UUID] = UNSET,
295
296
  uuid: Union[Unset, UUID] = UNSET,
296
297
  ) -> list["OpenStackBackup"]:
297
- """
298
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
299
+
298
300
  Args:
299
301
  backend_id (Union[Unset, str]):
300
302
  can_manage (Union[Unset, bool]):
@@ -389,7 +391,8 @@ async def asyncio_detailed(
389
391
  tenant_uuid: Union[Unset, UUID] = UNSET,
390
392
  uuid: Union[Unset, UUID] = UNSET,
391
393
  ) -> Response[list["OpenStackBackup"]]:
392
- """
394
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
395
+
393
396
  Args:
394
397
  backend_id (Union[Unset, str]):
395
398
  can_manage (Union[Unset, bool]):
@@ -487,7 +490,8 @@ async def asyncio(
487
490
  tenant_uuid: Union[Unset, UUID] = UNSET,
488
491
  uuid: Union[Unset, UUID] = UNSET,
489
492
  ) -> list["OpenStackBackup"]:
490
- """
493
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
494
+
491
495
  Args:
492
496
  backend_id (Union[Unset, str]):
493
497
  can_manage (Union[Unset, bool]):
@@ -25,6 +25,7 @@ def _get_kwargs(
25
25
  name_exact: Union[Unset, str] = UNSET,
26
26
  name_iregex: Union[Unset, str] = UNSET,
27
27
  o: Union[Unset, list[OpenstackFlavorsListOItem]] = UNSET,
28
+ offering_uuid: Union[Unset, UUID] = UNSET,
28
29
  page: Union[Unset, int] = UNSET,
29
30
  page_size: Union[Unset, int] = UNSET,
30
31
  ram: Union[Unset, int] = UNSET,
@@ -73,6 +74,11 @@ def _get_kwargs(
73
74
 
74
75
  params["o"] = json_o
75
76
 
77
+ json_offering_uuid: Union[Unset, str] = UNSET
78
+ if not isinstance(offering_uuid, Unset):
79
+ json_offering_uuid = str(offering_uuid)
80
+ params["offering_uuid"] = json_offering_uuid
81
+
76
82
  params["page"] = page
77
83
 
78
84
  params["page_size"] = page_size
@@ -146,6 +152,7 @@ def sync_detailed(
146
152
  name_exact: Union[Unset, str] = UNSET,
147
153
  name_iregex: Union[Unset, str] = UNSET,
148
154
  o: Union[Unset, list[OpenstackFlavorsListOItem]] = UNSET,
155
+ offering_uuid: Union[Unset, UUID] = UNSET,
149
156
  page: Union[Unset, int] = UNSET,
150
157
  page_size: Union[Unset, int] = UNSET,
151
158
  ram: Union[Unset, int] = UNSET,
@@ -156,7 +163,8 @@ def sync_detailed(
156
163
  tenant: Union[Unset, str] = UNSET,
157
164
  tenant_uuid: Union[Unset, UUID] = UNSET,
158
165
  ) -> Response[list["OpenStackFlavor"]]:
159
- """
166
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
167
+
160
168
  Args:
161
169
  cores (Union[Unset, int]):
162
170
  cores_gte (Union[Unset, int]):
@@ -169,6 +177,7 @@ def sync_detailed(
169
177
  name_exact (Union[Unset, str]):
170
178
  name_iregex (Union[Unset, str]):
171
179
  o (Union[Unset, list[OpenstackFlavorsListOItem]]):
180
+ offering_uuid (Union[Unset, UUID]):
172
181
  page (Union[Unset, int]):
173
182
  page_size (Union[Unset, int]):
174
183
  ram (Union[Unset, int]):
@@ -199,6 +208,7 @@ def sync_detailed(
199
208
  name_exact=name_exact,
200
209
  name_iregex=name_iregex,
201
210
  o=o,
211
+ offering_uuid=offering_uuid,
202
212
  page=page,
203
213
  page_size=page_size,
204
214
  ram=ram,
@@ -231,6 +241,7 @@ def sync(
231
241
  name_exact: Union[Unset, str] = UNSET,
232
242
  name_iregex: Union[Unset, str] = UNSET,
233
243
  o: Union[Unset, list[OpenstackFlavorsListOItem]] = UNSET,
244
+ offering_uuid: Union[Unset, UUID] = UNSET,
234
245
  page: Union[Unset, int] = UNSET,
235
246
  page_size: Union[Unset, int] = UNSET,
236
247
  ram: Union[Unset, int] = UNSET,
@@ -241,7 +252,8 @@ def sync(
241
252
  tenant: Union[Unset, str] = UNSET,
242
253
  tenant_uuid: Union[Unset, UUID] = UNSET,
243
254
  ) -> list["OpenStackFlavor"]:
244
- """
255
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
256
+
245
257
  Args:
246
258
  cores (Union[Unset, int]):
247
259
  cores_gte (Union[Unset, int]):
@@ -254,6 +266,7 @@ def sync(
254
266
  name_exact (Union[Unset, str]):
255
267
  name_iregex (Union[Unset, str]):
256
268
  o (Union[Unset, list[OpenstackFlavorsListOItem]]):
269
+ offering_uuid (Union[Unset, UUID]):
257
270
  page (Union[Unset, int]):
258
271
  page_size (Union[Unset, int]):
259
272
  ram (Union[Unset, int]):
@@ -285,6 +298,7 @@ def sync(
285
298
  name_exact=name_exact,
286
299
  name_iregex=name_iregex,
287
300
  o=o,
301
+ offering_uuid=offering_uuid,
288
302
  page=page,
289
303
  page_size=page_size,
290
304
  ram=ram,
@@ -311,6 +325,7 @@ async def asyncio_detailed(
311
325
  name_exact: Union[Unset, str] = UNSET,
312
326
  name_iregex: Union[Unset, str] = UNSET,
313
327
  o: Union[Unset, list[OpenstackFlavorsListOItem]] = UNSET,
328
+ offering_uuid: Union[Unset, UUID] = UNSET,
314
329
  page: Union[Unset, int] = UNSET,
315
330
  page_size: Union[Unset, int] = UNSET,
316
331
  ram: Union[Unset, int] = UNSET,
@@ -321,7 +336,8 @@ async def asyncio_detailed(
321
336
  tenant: Union[Unset, str] = UNSET,
322
337
  tenant_uuid: Union[Unset, UUID] = UNSET,
323
338
  ) -> Response[list["OpenStackFlavor"]]:
324
- """
339
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
340
+
325
341
  Args:
326
342
  cores (Union[Unset, int]):
327
343
  cores_gte (Union[Unset, int]):
@@ -334,6 +350,7 @@ async def asyncio_detailed(
334
350
  name_exact (Union[Unset, str]):
335
351
  name_iregex (Union[Unset, str]):
336
352
  o (Union[Unset, list[OpenstackFlavorsListOItem]]):
353
+ offering_uuid (Union[Unset, UUID]):
337
354
  page (Union[Unset, int]):
338
355
  page_size (Union[Unset, int]):
339
356
  ram (Union[Unset, int]):
@@ -364,6 +381,7 @@ async def asyncio_detailed(
364
381
  name_exact=name_exact,
365
382
  name_iregex=name_iregex,
366
383
  o=o,
384
+ offering_uuid=offering_uuid,
367
385
  page=page,
368
386
  page_size=page_size,
369
387
  ram=ram,
@@ -394,6 +412,7 @@ async def asyncio(
394
412
  name_exact: Union[Unset, str] = UNSET,
395
413
  name_iregex: Union[Unset, str] = UNSET,
396
414
  o: Union[Unset, list[OpenstackFlavorsListOItem]] = UNSET,
415
+ offering_uuid: Union[Unset, UUID] = UNSET,
397
416
  page: Union[Unset, int] = UNSET,
398
417
  page_size: Union[Unset, int] = UNSET,
399
418
  ram: Union[Unset, int] = UNSET,
@@ -404,7 +423,8 @@ async def asyncio(
404
423
  tenant: Union[Unset, str] = UNSET,
405
424
  tenant_uuid: Union[Unset, UUID] = UNSET,
406
425
  ) -> list["OpenStackFlavor"]:
407
- """
426
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
427
+
408
428
  Args:
409
429
  cores (Union[Unset, int]):
410
430
  cores_gte (Union[Unset, int]):
@@ -417,6 +437,7 @@ async def asyncio(
417
437
  name_exact (Union[Unset, str]):
418
438
  name_iregex (Union[Unset, str]):
419
439
  o (Union[Unset, list[OpenstackFlavorsListOItem]]):
440
+ offering_uuid (Union[Unset, UUID]):
420
441
  page (Union[Unset, int]):
421
442
  page_size (Union[Unset, int]):
422
443
  ram (Union[Unset, int]):
@@ -449,6 +470,7 @@ async def asyncio(
449
470
  name_exact=name_exact,
450
471
  name_iregex=name_iregex,
451
472
  o=o,
473
+ offering_uuid=offering_uuid,
452
474
  page=page,
453
475
  page_size=page_size,
454
476
  ram=ram,
@@ -14,6 +14,7 @@ def _get_kwargs(
14
14
  *,
15
15
  name: Union[Unset, str] = UNSET,
16
16
  name_exact: Union[Unset, str] = UNSET,
17
+ offering_uuid: Union[Unset, UUID] = UNSET,
17
18
  page: Union[Unset, int] = UNSET,
18
19
  page_size: Union[Unset, int] = UNSET,
19
20
  settings: Union[Unset, str] = UNSET,
@@ -27,6 +28,11 @@ def _get_kwargs(
27
28
 
28
29
  params["name_exact"] = name_exact
29
30
 
31
+ json_offering_uuid: Union[Unset, str] = UNSET
32
+ if not isinstance(offering_uuid, Unset):
33
+ json_offering_uuid = str(offering_uuid)
34
+ params["offering_uuid"] = json_offering_uuid
35
+
30
36
  params["page"] = page
31
37
 
32
38
  params["page_size"] = page_size
@@ -85,6 +91,7 @@ def sync_detailed(
85
91
  client: AuthenticatedClient,
86
92
  name: Union[Unset, str] = UNSET,
87
93
  name_exact: Union[Unset, str] = UNSET,
94
+ offering_uuid: Union[Unset, UUID] = UNSET,
88
95
  page: Union[Unset, int] = UNSET,
89
96
  page_size: Union[Unset, int] = UNSET,
90
97
  settings: Union[Unset, str] = UNSET,
@@ -92,10 +99,12 @@ def sync_detailed(
92
99
  tenant: Union[Unset, str] = UNSET,
93
100
  tenant_uuid: Union[Unset, UUID] = UNSET,
94
101
  ) -> Response[list["OpenStackImage"]]:
95
- """
102
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
103
+
96
104
  Args:
97
105
  name (Union[Unset, str]):
98
106
  name_exact (Union[Unset, str]):
107
+ offering_uuid (Union[Unset, UUID]):
99
108
  page (Union[Unset, int]):
100
109
  page_size (Union[Unset, int]):
101
110
  settings (Union[Unset, str]):
@@ -114,6 +123,7 @@ def sync_detailed(
114
123
  kwargs = _get_kwargs(
115
124
  name=name,
116
125
  name_exact=name_exact,
126
+ offering_uuid=offering_uuid,
117
127
  page=page,
118
128
  page_size=page_size,
119
129
  settings=settings,
@@ -134,6 +144,7 @@ def sync(
134
144
  client: AuthenticatedClient,
135
145
  name: Union[Unset, str] = UNSET,
136
146
  name_exact: Union[Unset, str] = UNSET,
147
+ offering_uuid: Union[Unset, UUID] = UNSET,
137
148
  page: Union[Unset, int] = UNSET,
138
149
  page_size: Union[Unset, int] = UNSET,
139
150
  settings: Union[Unset, str] = UNSET,
@@ -141,10 +152,12 @@ def sync(
141
152
  tenant: Union[Unset, str] = UNSET,
142
153
  tenant_uuid: Union[Unset, UUID] = UNSET,
143
154
  ) -> list["OpenStackImage"]:
144
- """
155
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
156
+
145
157
  Args:
146
158
  name (Union[Unset, str]):
147
159
  name_exact (Union[Unset, str]):
160
+ offering_uuid (Union[Unset, UUID]):
148
161
  page (Union[Unset, int]):
149
162
  page_size (Union[Unset, int]):
150
163
  settings (Union[Unset, str]):
@@ -164,6 +177,7 @@ def sync(
164
177
  client=client,
165
178
  name=name,
166
179
  name_exact=name_exact,
180
+ offering_uuid=offering_uuid,
167
181
  page=page,
168
182
  page_size=page_size,
169
183
  settings=settings,
@@ -178,6 +192,7 @@ async def asyncio_detailed(
178
192
  client: AuthenticatedClient,
179
193
  name: Union[Unset, str] = UNSET,
180
194
  name_exact: Union[Unset, str] = UNSET,
195
+ offering_uuid: Union[Unset, UUID] = UNSET,
181
196
  page: Union[Unset, int] = UNSET,
182
197
  page_size: Union[Unset, int] = UNSET,
183
198
  settings: Union[Unset, str] = UNSET,
@@ -185,10 +200,12 @@ async def asyncio_detailed(
185
200
  tenant: Union[Unset, str] = UNSET,
186
201
  tenant_uuid: Union[Unset, UUID] = UNSET,
187
202
  ) -> Response[list["OpenStackImage"]]:
188
- """
203
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
204
+
189
205
  Args:
190
206
  name (Union[Unset, str]):
191
207
  name_exact (Union[Unset, str]):
208
+ offering_uuid (Union[Unset, UUID]):
192
209
  page (Union[Unset, int]):
193
210
  page_size (Union[Unset, int]):
194
211
  settings (Union[Unset, str]):
@@ -207,6 +224,7 @@ async def asyncio_detailed(
207
224
  kwargs = _get_kwargs(
208
225
  name=name,
209
226
  name_exact=name_exact,
227
+ offering_uuid=offering_uuid,
210
228
  page=page,
211
229
  page_size=page_size,
212
230
  settings=settings,
@@ -225,6 +243,7 @@ async def asyncio(
225
243
  client: AuthenticatedClient,
226
244
  name: Union[Unset, str] = UNSET,
227
245
  name_exact: Union[Unset, str] = UNSET,
246
+ offering_uuid: Union[Unset, UUID] = UNSET,
228
247
  page: Union[Unset, int] = UNSET,
229
248
  page_size: Union[Unset, int] = UNSET,
230
249
  settings: Union[Unset, str] = UNSET,
@@ -232,10 +251,12 @@ async def asyncio(
232
251
  tenant: Union[Unset, str] = UNSET,
233
252
  tenant_uuid: Union[Unset, UUID] = UNSET,
234
253
  ) -> list["OpenStackImage"]:
235
- """
254
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
255
+
236
256
  Args:
237
257
  name (Union[Unset, str]):
238
258
  name_exact (Union[Unset, str]):
259
+ offering_uuid (Union[Unset, UUID]):
239
260
  page (Union[Unset, int]):
240
261
  page_size (Union[Unset, int]):
241
262
  settings (Union[Unset, str]):
@@ -256,6 +277,7 @@ async def asyncio(
256
277
  client=client,
257
278
  name=name,
258
279
  name_exact=name_exact,
280
+ offering_uuid=offering_uuid,
259
281
  page=page,
260
282
  page_size=page_size,
261
283
  settings=settings,
@@ -94,7 +94,8 @@ def sync_detailed(
94
94
  tenant: Union[Unset, str] = UNSET,
95
95
  tenant_uuid: Union[Unset, UUID] = UNSET,
96
96
  ) -> Response[list["OpenStackInstanceAvailabilityZone"]]:
97
- """
97
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
98
+
98
99
  Args:
99
100
  name (Union[Unset, str]):
100
101
  name_exact (Union[Unset, str]):
@@ -143,7 +144,8 @@ def sync(
143
144
  tenant: Union[Unset, str] = UNSET,
144
145
  tenant_uuid: Union[Unset, UUID] = UNSET,
145
146
  ) -> list["OpenStackInstanceAvailabilityZone"]:
146
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
147
149
  Args:
148
150
  name (Union[Unset, str]):
149
151
  name_exact (Union[Unset, str]):
@@ -187,7 +189,8 @@ async def asyncio_detailed(
187
189
  tenant: Union[Unset, str] = UNSET,
188
190
  tenant_uuid: Union[Unset, UUID] = UNSET,
189
191
  ) -> Response[list["OpenStackInstanceAvailabilityZone"]]:
190
- """
192
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
193
+
191
194
  Args:
192
195
  name (Union[Unset, str]):
193
196
  name_exact (Union[Unset, str]):
@@ -234,7 +237,8 @@ async def asyncio(
234
237
  tenant: Union[Unset, str] = UNSET,
235
238
  tenant_uuid: Union[Unset, UUID] = UNSET,
236
239
  ) -> list["OpenStackInstanceAvailabilityZone"]:
237
- """
240
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
241
+
238
242
  Args:
239
243
  name (Union[Unset, str]):
240
244
  name_exact (Union[Unset, str]):
@@ -204,7 +204,8 @@ def sync_detailed(
204
204
  tenant_uuid: Union[Unset, UUID] = UNSET,
205
205
  uuid: Union[Unset, UUID] = UNSET,
206
206
  ) -> Response[list["OpenStackInstance"]]:
207
- """
207
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
208
+
208
209
  Args:
209
210
  attach_volume_uuid (Union[Unset, UUID]):
210
211
  availability_zone_name (Union[Unset, str]):
@@ -310,7 +311,8 @@ def sync(
310
311
  tenant_uuid: Union[Unset, UUID] = UNSET,
311
312
  uuid: Union[Unset, UUID] = UNSET,
312
313
  ) -> list["OpenStackInstance"]:
313
- """
314
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
315
+
314
316
  Args:
315
317
  attach_volume_uuid (Union[Unset, UUID]):
316
318
  availability_zone_name (Union[Unset, str]):
@@ -411,7 +413,8 @@ async def asyncio_detailed(
411
413
  tenant_uuid: Union[Unset, UUID] = UNSET,
412
414
  uuid: Union[Unset, UUID] = UNSET,
413
415
  ) -> Response[list["OpenStackInstance"]]:
414
- """
416
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
417
+
415
418
  Args:
416
419
  attach_volume_uuid (Union[Unset, UUID]):
417
420
  availability_zone_name (Union[Unset, str]):
@@ -515,7 +518,8 @@ async def asyncio(
515
518
  tenant_uuid: Union[Unset, UUID] = UNSET,
516
519
  uuid: Union[Unset, UUID] = UNSET,
517
520
  ) -> list["OpenStackInstance"]:
518
- """
521
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
522
+
519
523
  Args:
520
524
  attach_volume_uuid (Union[Unset, UUID]):
521
525
  availability_zone_name (Union[Unset, str]):
@@ -160,7 +160,8 @@ def sync_detailed(
160
160
  state: Union[Unset, list[OpenstackMarketplaceTenantsListStateItem]] = UNSET,
161
161
  uuid: Union[Unset, UUID] = UNSET,
162
162
  ) -> Response[list["Tenant"]]:
163
- """
163
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
164
+
164
165
  Args:
165
166
  backend_id (Union[Unset, str]):
166
167
  can_manage (Union[Unset, bool]):
@@ -245,7 +246,8 @@ def sync(
245
246
  state: Union[Unset, list[OpenstackMarketplaceTenantsListStateItem]] = UNSET,
246
247
  uuid: Union[Unset, UUID] = UNSET,
247
248
  ) -> list["Tenant"]:
248
- """
249
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
250
+
249
251
  Args:
250
252
  backend_id (Union[Unset, str]):
251
253
  can_manage (Union[Unset, bool]):
@@ -325,7 +327,8 @@ async def asyncio_detailed(
325
327
  state: Union[Unset, list[OpenstackMarketplaceTenantsListStateItem]] = UNSET,
326
328
  uuid: Union[Unset, UUID] = UNSET,
327
329
  ) -> Response[list["Tenant"]]:
328
- """
330
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
331
+
329
332
  Args:
330
333
  backend_id (Union[Unset, str]):
331
334
  can_manage (Union[Unset, bool]):
@@ -408,7 +411,8 @@ async def asyncio(
408
411
  state: Union[Unset, list[OpenstackMarketplaceTenantsListStateItem]] = UNSET,
409
412
  uuid: Union[Unset, UUID] = UNSET,
410
413
  ) -> list["Tenant"]:
411
- """
414
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
415
+
412
416
  Args:
413
417
  backend_id (Union[Unset, str]):
414
418
  can_manage (Union[Unset, bool]):
@@ -78,7 +78,8 @@ def sync_detailed(
78
78
  page_size: Union[Unset, int] = UNSET,
79
79
  src_resource_uuid: Union[Unset, UUID] = UNSET,
80
80
  ) -> Response[list["MigrationDetails"]]:
81
- """
81
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
82
+
82
83
  Args:
83
84
  dst_resource_uuid (Union[Unset, UUID]):
84
85
  page (Union[Unset, int]):
@@ -115,7 +116,8 @@ def sync(
115
116
  page_size: Union[Unset, int] = UNSET,
116
117
  src_resource_uuid: Union[Unset, UUID] = UNSET,
117
118
  ) -> list["MigrationDetails"]:
118
- """
119
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
120
+
119
121
  Args:
120
122
  dst_resource_uuid (Union[Unset, UUID]):
121
123
  page (Union[Unset, int]):
@@ -147,7 +149,8 @@ async def asyncio_detailed(
147
149
  page_size: Union[Unset, int] = UNSET,
148
150
  src_resource_uuid: Union[Unset, UUID] = UNSET,
149
151
  ) -> Response[list["MigrationDetails"]]:
150
- """
152
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
153
+
151
154
  Args:
152
155
  dst_resource_uuid (Union[Unset, UUID]):
153
156
  page (Union[Unset, int]):
@@ -182,7 +185,8 @@ async def asyncio(
182
185
  page_size: Union[Unset, int] = UNSET,
183
186
  src_resource_uuid: Union[Unset, UUID] = UNSET,
184
187
  ) -> list["MigrationDetails"]:
185
- """
188
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
189
+
186
190
  Args:
187
191
  dst_resource_uuid (Union[Unset, UUID]):
188
192
  page (Union[Unset, int]):