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
@@ -26,7 +26,7 @@ def _get_kwargs(
26
26
  role_uuid: Union[Unset, UUID] = UNSET,
27
27
  scope_name: Union[Unset, str] = UNSET,
28
28
  scope_type: Union[Unset, str] = UNSET,
29
- scope_uuid: Union[Unset, UUID] = UNSET,
29
+ scope_uuid: Union[Unset, str] = UNSET,
30
30
  user: Union[Unset, UUID] = UNSET,
31
31
  user_slug: Union[Unset, str] = UNSET,
32
32
  user_url: Union[Unset, str] = UNSET,
@@ -77,10 +77,7 @@ def _get_kwargs(
77
77
 
78
78
  params["scope_type"] = scope_type
79
79
 
80
- json_scope_uuid: Union[Unset, str] = UNSET
81
- if not isinstance(scope_uuid, Unset):
82
- json_scope_uuid = str(scope_uuid)
83
- params["scope_uuid"] = json_scope_uuid
80
+ params["scope_uuid"] = scope_uuid
84
81
 
85
82
  json_user: Union[Unset, str] = UNSET
86
83
  if not isinstance(user, Unset):
@@ -143,13 +140,14 @@ def sync_detailed(
143
140
  role_uuid: Union[Unset, UUID] = UNSET,
144
141
  scope_name: Union[Unset, str] = UNSET,
145
142
  scope_type: Union[Unset, str] = UNSET,
146
- scope_uuid: Union[Unset, UUID] = UNSET,
143
+ scope_uuid: Union[Unset, str] = UNSET,
147
144
  user: Union[Unset, UUID] = UNSET,
148
145
  user_slug: Union[Unset, str] = UNSET,
149
146
  user_url: Union[Unset, str] = UNSET,
150
147
  username: Union[Unset, str] = UNSET,
151
148
  ) -> Response[list["Permission"]]:
152
- """
149
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
150
+
153
151
  Args:
154
152
  created (Union[Unset, datetime.datetime]):
155
153
  expiration_time (Union[Unset, datetime.datetime]):
@@ -163,7 +161,7 @@ def sync_detailed(
163
161
  role_uuid (Union[Unset, UUID]):
164
162
  scope_name (Union[Unset, str]):
165
163
  scope_type (Union[Unset, str]):
166
- scope_uuid (Union[Unset, UUID]):
164
+ scope_uuid (Union[Unset, str]):
167
165
  user (Union[Unset, UUID]):
168
166
  user_slug (Union[Unset, str]):
169
167
  user_url (Union[Unset, str]):
@@ -219,13 +217,14 @@ def sync(
219
217
  role_uuid: Union[Unset, UUID] = UNSET,
220
218
  scope_name: Union[Unset, str] = UNSET,
221
219
  scope_type: Union[Unset, str] = UNSET,
222
- scope_uuid: Union[Unset, UUID] = UNSET,
220
+ scope_uuid: Union[Unset, str] = UNSET,
223
221
  user: Union[Unset, UUID] = UNSET,
224
222
  user_slug: Union[Unset, str] = UNSET,
225
223
  user_url: Union[Unset, str] = UNSET,
226
224
  username: Union[Unset, str] = UNSET,
227
225
  ) -> list["Permission"]:
228
- """
226
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
227
+
229
228
  Args:
230
229
  created (Union[Unset, datetime.datetime]):
231
230
  expiration_time (Union[Unset, datetime.datetime]):
@@ -239,7 +238,7 @@ def sync(
239
238
  role_uuid (Union[Unset, UUID]):
240
239
  scope_name (Union[Unset, str]):
241
240
  scope_type (Union[Unset, str]):
242
- scope_uuid (Union[Unset, UUID]):
241
+ scope_uuid (Union[Unset, str]):
243
242
  user (Union[Unset, UUID]):
244
243
  user_slug (Union[Unset, str]):
245
244
  user_url (Union[Unset, str]):
@@ -290,13 +289,14 @@ async def asyncio_detailed(
290
289
  role_uuid: Union[Unset, UUID] = UNSET,
291
290
  scope_name: Union[Unset, str] = UNSET,
292
291
  scope_type: Union[Unset, str] = UNSET,
293
- scope_uuid: Union[Unset, UUID] = UNSET,
292
+ scope_uuid: Union[Unset, str] = UNSET,
294
293
  user: Union[Unset, UUID] = UNSET,
295
294
  user_slug: Union[Unset, str] = UNSET,
296
295
  user_url: Union[Unset, str] = UNSET,
297
296
  username: Union[Unset, str] = UNSET,
298
297
  ) -> Response[list["Permission"]]:
299
- """
298
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
299
+
300
300
  Args:
301
301
  created (Union[Unset, datetime.datetime]):
302
302
  expiration_time (Union[Unset, datetime.datetime]):
@@ -310,7 +310,7 @@ async def asyncio_detailed(
310
310
  role_uuid (Union[Unset, UUID]):
311
311
  scope_name (Union[Unset, str]):
312
312
  scope_type (Union[Unset, str]):
313
- scope_uuid (Union[Unset, UUID]):
313
+ scope_uuid (Union[Unset, str]):
314
314
  user (Union[Unset, UUID]):
315
315
  user_slug (Union[Unset, str]):
316
316
  user_url (Union[Unset, str]):
@@ -364,13 +364,14 @@ async def asyncio(
364
364
  role_uuid: Union[Unset, UUID] = UNSET,
365
365
  scope_name: Union[Unset, str] = UNSET,
366
366
  scope_type: Union[Unset, str] = UNSET,
367
- scope_uuid: Union[Unset, UUID] = UNSET,
367
+ scope_uuid: Union[Unset, str] = UNSET,
368
368
  user: Union[Unset, UUID] = UNSET,
369
369
  user_slug: Union[Unset, str] = UNSET,
370
370
  user_url: Union[Unset, str] = UNSET,
371
371
  username: Union[Unset, str] = UNSET,
372
372
  ) -> list["Permission"]:
373
- """
373
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
374
+
374
375
  Args:
375
376
  created (Union[Unset, datetime.datetime]):
376
377
  expiration_time (Union[Unset, datetime.datetime]):
@@ -384,7 +385,7 @@ async def asyncio(
384
385
  role_uuid (Union[Unset, UUID]):
385
386
  scope_name (Union[Unset, str]):
386
387
  scope_type (Union[Unset, str]):
387
- scope_uuid (Union[Unset, UUID]):
388
+ scope_uuid (Union[Unset, str]):
388
389
  user (Union[Unset, UUID]):
389
390
  user_slug (Union[Unset, str]):
390
391
  user_url (Union[Unset, str]):
@@ -192,7 +192,8 @@ def sync_detailed(
192
192
  username: Union[Unset, str] = UNSET,
193
193
  username_list: Union[Unset, str] = UNSET,
194
194
  ) -> Response[list["User"]]:
195
- """
195
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
196
+
196
197
  Args:
197
198
  agreement_date (Union[Unset, datetime.datetime]):
198
199
  civil_number (Union[Unset, str]):
@@ -298,7 +299,8 @@ def sync(
298
299
  username: Union[Unset, str] = UNSET,
299
300
  username_list: Union[Unset, str] = UNSET,
300
301
  ) -> list["User"]:
301
- """
302
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
303
+
302
304
  Args:
303
305
  agreement_date (Union[Unset, datetime.datetime]):
304
306
  civil_number (Union[Unset, str]):
@@ -399,7 +401,8 @@ async def asyncio_detailed(
399
401
  username: Union[Unset, str] = UNSET,
400
402
  username_list: Union[Unset, str] = UNSET,
401
403
  ) -> Response[list["User"]]:
402
- """
404
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
405
+
403
406
  Args:
404
407
  agreement_date (Union[Unset, datetime.datetime]):
405
408
  civil_number (Union[Unset, str]):
@@ -503,7 +506,8 @@ async def asyncio(
503
506
  username: Union[Unset, str] = UNSET,
504
507
  username_list: Union[Unset, str] = UNSET,
505
508
  ) -> list["User"]:
506
- """
509
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
510
+
507
511
  Args:
508
512
  agreement_date (Union[Unset, datetime.datetime]):
509
513
  civil_number (Union[Unset, str]):
@@ -88,7 +88,8 @@ def sync_detailed(
88
88
  settings: Union[Unset, str] = UNSET,
89
89
  settings_uuid: Union[Unset, UUID] = UNSET,
90
90
  ) -> Response[list["VmwareCluster"]]:
91
- """
91
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
92
+
92
93
  Args:
93
94
  customer_uuid (Union[Unset, UUID]):
94
95
  name (Union[Unset, str]):
@@ -134,7 +135,8 @@ def sync(
134
135
  settings: Union[Unset, str] = UNSET,
135
136
  settings_uuid: Union[Unset, UUID] = UNSET,
136
137
  ) -> list["VmwareCluster"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  customer_uuid (Union[Unset, UUID]):
140
142
  name (Union[Unset, str]):
@@ -175,7 +177,8 @@ async def asyncio_detailed(
175
177
  settings: Union[Unset, str] = UNSET,
176
178
  settings_uuid: Union[Unset, UUID] = UNSET,
177
179
  ) -> Response[list["VmwareCluster"]]:
178
- """
180
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
181
+
179
182
  Args:
180
183
  customer_uuid (Union[Unset, UUID]):
181
184
  name (Union[Unset, str]):
@@ -219,7 +222,8 @@ async def asyncio(
219
222
  settings: Union[Unset, str] = UNSET,
220
223
  settings_uuid: Union[Unset, UUID] = UNSET,
221
224
  ) -> list["VmwareCluster"]:
222
- """
225
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
226
+
223
227
  Args:
224
228
  customer_uuid (Union[Unset, UUID]):
225
229
  name (Union[Unset, str]):
@@ -88,7 +88,8 @@ def sync_detailed(
88
88
  settings: Union[Unset, str] = UNSET,
89
89
  settings_uuid: Union[Unset, UUID] = UNSET,
90
90
  ) -> Response[list["VmwareDatastore"]]:
91
- """
91
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
92
+
92
93
  Args:
93
94
  customer_uuid (Union[Unset, UUID]):
94
95
  name (Union[Unset, str]):
@@ -134,7 +135,8 @@ def sync(
134
135
  settings: Union[Unset, str] = UNSET,
135
136
  settings_uuid: Union[Unset, UUID] = UNSET,
136
137
  ) -> list["VmwareDatastore"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  customer_uuid (Union[Unset, UUID]):
140
142
  name (Union[Unset, str]):
@@ -175,7 +177,8 @@ async def asyncio_detailed(
175
177
  settings: Union[Unset, str] = UNSET,
176
178
  settings_uuid: Union[Unset, UUID] = UNSET,
177
179
  ) -> Response[list["VmwareDatastore"]]:
178
- """
180
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
181
+
179
182
  Args:
180
183
  customer_uuid (Union[Unset, UUID]):
181
184
  name (Union[Unset, str]):
@@ -219,7 +222,8 @@ async def asyncio(
219
222
  settings: Union[Unset, str] = UNSET,
220
223
  settings_uuid: Union[Unset, UUID] = UNSET,
221
224
  ) -> list["VmwareDatastore"]:
222
- """
225
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
226
+
223
227
  Args:
224
228
  customer_uuid (Union[Unset, UUID]):
225
229
  name (Union[Unset, str]):
@@ -183,7 +183,8 @@ def sync_detailed(
183
183
  vm: Union[Unset, str] = UNSET,
184
184
  vm_uuid: Union[Unset, UUID] = UNSET,
185
185
  ) -> Response[list["VmwareDisk"]]:
186
- """
186
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
187
+
187
188
  Args:
188
189
  backend_id (Union[Unset, str]):
189
190
  can_manage (Union[Unset, bool]):
@@ -277,7 +278,8 @@ def sync(
277
278
  vm: Union[Unset, str] = UNSET,
278
279
  vm_uuid: Union[Unset, UUID] = UNSET,
279
280
  ) -> list["VmwareDisk"]:
280
- """
281
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
282
+
281
283
  Args:
282
284
  backend_id (Union[Unset, str]):
283
285
  can_manage (Union[Unset, bool]):
@@ -366,7 +368,8 @@ async def asyncio_detailed(
366
368
  vm: Union[Unset, str] = UNSET,
367
369
  vm_uuid: Union[Unset, UUID] = UNSET,
368
370
  ) -> Response[list["VmwareDisk"]]:
369
- """
371
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
372
+
370
373
  Args:
371
374
  backend_id (Union[Unset, str]):
372
375
  can_manage (Union[Unset, bool]):
@@ -458,7 +461,8 @@ async def asyncio(
458
461
  vm: Union[Unset, str] = UNSET,
459
462
  vm_uuid: Union[Unset, UUID] = UNSET,
460
463
  ) -> list["VmwareDisk"]:
461
- """
464
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
465
+
462
466
  Args:
463
467
  backend_id (Union[Unset, str]):
464
468
  can_manage (Union[Unset, bool]):
@@ -88,7 +88,8 @@ def sync_detailed(
88
88
  settings: Union[Unset, str] = UNSET,
89
89
  settings_uuid: Union[Unset, UUID] = UNSET,
90
90
  ) -> Response[list["VmwareFolder"]]:
91
- """
91
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
92
+
92
93
  Args:
93
94
  customer_uuid (Union[Unset, UUID]):
94
95
  name (Union[Unset, str]):
@@ -134,7 +135,8 @@ def sync(
134
135
  settings: Union[Unset, str] = UNSET,
135
136
  settings_uuid: Union[Unset, UUID] = UNSET,
136
137
  ) -> list["VmwareFolder"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  customer_uuid (Union[Unset, UUID]):
140
142
  name (Union[Unset, str]):
@@ -175,7 +177,8 @@ async def asyncio_detailed(
175
177
  settings: Union[Unset, str] = UNSET,
176
178
  settings_uuid: Union[Unset, UUID] = UNSET,
177
179
  ) -> Response[list["VmwareFolder"]]:
178
- """
180
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
181
+
179
182
  Args:
180
183
  customer_uuid (Union[Unset, UUID]):
181
184
  name (Union[Unset, str]):
@@ -219,7 +222,8 @@ async def asyncio(
219
222
  settings: Union[Unset, str] = UNSET,
220
223
  settings_uuid: Union[Unset, UUID] = UNSET,
221
224
  ) -> list["VmwareFolder"]:
222
- """
225
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
226
+
223
227
  Args:
224
228
  customer_uuid (Union[Unset, UUID]):
225
229
  name (Union[Unset, str]):
@@ -95,7 +95,8 @@ def sync_detailed(
95
95
  settings: Union[Unset, str] = UNSET,
96
96
  settings_uuid: Union[Unset, UUID] = UNSET,
97
97
  ) -> Response[list["VmwareNetwork"]]:
98
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
99
100
  Args:
100
101
  customer_pair_uuid (Union[Unset, UUID]):
101
102
  customer_uuid (Union[Unset, UUID]):
@@ -144,7 +145,8 @@ def sync(
144
145
  settings: Union[Unset, str] = UNSET,
145
146
  settings_uuid: Union[Unset, UUID] = UNSET,
146
147
  ) -> list["VmwareNetwork"]:
147
- """
148
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
149
+
148
150
  Args:
149
151
  customer_pair_uuid (Union[Unset, UUID]):
150
152
  customer_uuid (Union[Unset, UUID]):
@@ -188,7 +190,8 @@ async def asyncio_detailed(
188
190
  settings: Union[Unset, str] = UNSET,
189
191
  settings_uuid: Union[Unset, UUID] = UNSET,
190
192
  ) -> Response[list["VmwareNetwork"]]:
191
- """
193
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
194
+
192
195
  Args:
193
196
  customer_pair_uuid (Union[Unset, UUID]):
194
197
  customer_uuid (Union[Unset, UUID]):
@@ -235,7 +238,8 @@ async def asyncio(
235
238
  settings: Union[Unset, str] = UNSET,
236
239
  settings_uuid: Union[Unset, UUID] = UNSET,
237
240
  ) -> list["VmwareNetwork"]:
238
- """
241
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
242
+
239
243
  Args:
240
244
  customer_pair_uuid (Union[Unset, UUID]):
241
245
  customer_uuid (Union[Unset, UUID]):
@@ -194,7 +194,8 @@ def sync_detailed(
194
194
  vm: Union[Unset, str] = UNSET,
195
195
  vm_uuid: Union[Unset, UUID] = UNSET,
196
196
  ) -> Response[list["VmwarePort"]]:
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
  vm: Union[Unset, str] = UNSET,
295
296
  vm_uuid: Union[Unset, UUID] = UNSET,
296
297
  ) -> list["VmwarePort"]:
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
  vm: Union[Unset, str] = UNSET,
390
392
  vm_uuid: Union[Unset, UUID] = UNSET,
391
393
  ) -> Response[list["VmwarePort"]]:
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
  vm: Union[Unset, str] = UNSET,
488
491
  vm_uuid: Union[Unset, UUID] = UNSET,
489
492
  ) -> list["VmwarePort"]:
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]):
@@ -81,7 +81,8 @@ def sync_detailed(
81
81
  settings: Union[Unset, str] = UNSET,
82
82
  settings_uuid: Union[Unset, UUID] = UNSET,
83
83
  ) -> Response[list["VmwareTemplate"]]:
84
- """
84
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
85
+
85
86
  Args:
86
87
  name (Union[Unset, str]):
87
88
  name_exact (Union[Unset, str]):
@@ -124,7 +125,8 @@ def sync(
124
125
  settings: Union[Unset, str] = UNSET,
125
126
  settings_uuid: Union[Unset, UUID] = UNSET,
126
127
  ) -> list["VmwareTemplate"]:
127
- """
128
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
129
+
128
130
  Args:
129
131
  name (Union[Unset, str]):
130
132
  name_exact (Union[Unset, str]):
@@ -162,7 +164,8 @@ async def asyncio_detailed(
162
164
  settings: Union[Unset, str] = UNSET,
163
165
  settings_uuid: Union[Unset, UUID] = UNSET,
164
166
  ) -> Response[list["VmwareTemplate"]]:
165
- """
167
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
168
+
166
169
  Args:
167
170
  name (Union[Unset, str]):
168
171
  name_exact (Union[Unset, str]):
@@ -203,7 +206,8 @@ async def asyncio(
203
206
  settings: Union[Unset, str] = UNSET,
204
207
  settings_uuid: Union[Unset, UUID] = UNSET,
205
208
  ) -> list["VmwareTemplate"]:
206
- """
209
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
210
+
207
211
  Args:
208
212
  name (Union[Unset, str]):
209
213
  name_exact (Union[Unset, str]):
@@ -178,7 +178,8 @@ def sync_detailed(
178
178
  state: Union[Unset, list[VmwareVirtualMachineListStateItem]] = UNSET,
179
179
  uuid: Union[Unset, UUID] = UNSET,
180
180
  ) -> Response[list["VmwareVirtualMachine"]]:
181
- """
181
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
182
+
182
183
  Args:
183
184
  backend_id (Union[Unset, str]):
184
185
  can_manage (Union[Unset, bool]):
@@ -269,7 +270,8 @@ def sync(
269
270
  state: Union[Unset, list[VmwareVirtualMachineListStateItem]] = UNSET,
270
271
  uuid: Union[Unset, UUID] = UNSET,
271
272
  ) -> list["VmwareVirtualMachine"]:
272
- """
273
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
274
+
273
275
  Args:
274
276
  backend_id (Union[Unset, str]):
275
277
  can_manage (Union[Unset, bool]):
@@ -355,7 +357,8 @@ async def asyncio_detailed(
355
357
  state: Union[Unset, list[VmwareVirtualMachineListStateItem]] = UNSET,
356
358
  uuid: Union[Unset, UUID] = UNSET,
357
359
  ) -> Response[list["VmwareVirtualMachine"]]:
358
- """
360
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
361
+
359
362
  Args:
360
363
  backend_id (Union[Unset, str]):
361
364
  can_manage (Union[Unset, bool]):
@@ -444,7 +447,8 @@ async def asyncio(
444
447
  state: Union[Unset, list[VmwareVirtualMachineListStateItem]] = UNSET,
445
448
  uuid: Union[Unset, UUID] = UNSET,
446
449
  ) -> list["VmwareVirtualMachine"]:
447
- """
450
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
451
+
448
452
  Args:
449
453
  backend_id (Union[Unset, str]):
450
454
  can_manage (Union[Unset, bool]):
@@ -85,6 +85,19 @@ from .azure_virtualmachines_list_state_item import AzureVirtualmachinesListState
85
85
  from .azure_virtualmachines_retrieve_field_item import AzureVirtualmachinesRetrieveFieldItem
86
86
  from .backend_id_request import BackendIdRequest
87
87
  from .backend_metadata import BackendMetadata
88
+ from .backend_resource import BackendResource
89
+ from .backend_resource_import_request import BackendResourceImportRequest
90
+ from .backend_resource_req import BackendResourceReq
91
+ from .backend_resource_req_request import BackendResourceReqRequest
92
+ from .backend_resource_req_state_enum import BackendResourceReqStateEnum
93
+ from .backend_resource_request import BackendResourceRequest
94
+ from .backend_resource_request_set_erred_request import BackendResourceRequestSetErredRequest
95
+ from .backend_resource_requests_list_o_item import BackendResourceRequestsListOItem
96
+ from .backend_resource_requests_list_state_item import BackendResourceRequestsListStateItem
97
+ from .backend_resource_requests_set_done_response_200 import BackendResourceRequestsSetDoneResponse200
98
+ from .backend_resource_requests_set_erred_response_200 import BackendResourceRequestsSetErredResponse200
99
+ from .backend_resource_requests_start_processing_response_200 import BackendResourceRequestsStartProcessingResponse200
100
+ from .backend_resources_list_o_item import BackendResourcesListOItem
88
101
  from .base_component_usage import BaseComponentUsage
89
102
  from .base_provider_plan import BaseProviderPlan
90
103
  from .base_provider_plan_future_prices import BaseProviderPlanFuturePrices
@@ -753,7 +766,6 @@ from .order_create_limits import OrderCreateLimits
753
766
  from .order_create_request import OrderCreateRequest
754
767
  from .order_create_request_limits import OrderCreateRequestLimits
755
768
  from .order_details import OrderDetails
756
- from .order_details_attributes import OrderDetailsAttributes
757
769
  from .order_details_limits import OrderDetailsLimits
758
770
  from .order_set_state_erred_request import OrderSetStateErredRequest
759
771
  from .order_state import OrderState
@@ -863,7 +875,6 @@ from .payment_type_enum import PaymentTypeEnum
863
875
  from .payment_url_request import PaymentURLRequest
864
876
  from .period_enum import PeriodEnum
865
877
  from .permission import Permission
866
- from .permission_project import PermissionProject
867
878
  from .permission_request import PermissionRequest
868
879
  from .plan_component import PlanComponent
869
880
  from .plan_usage_response import PlanUsageResponse
@@ -1078,9 +1089,7 @@ from .requested_resource import RequestedResource
1078
1089
  from .requested_resource_request import RequestedResourceRequest
1079
1090
  from .resource import Resource
1080
1091
  from .resource_attributes import ResourceAttributes
1081
- from .resource_backend_id import ResourceBackendID
1082
1092
  from .resource_backend_id_request import ResourceBackendIDRequest
1083
- from .resource_backend_metadata import ResourceBackendMetadata
1084
1093
  from .resource_backend_metadata_request import ResourceBackendMetadataRequest
1085
1094
  from .resource_current_usages import ResourceCurrentUsages
1086
1095
  from .resource_end_date_by_provider_request import ResourceEndDateByProviderRequest
@@ -1088,14 +1097,11 @@ from .resource_limit_period import ResourceLimitPeriod
1088
1097
  from .resource_limit_usage import ResourceLimitUsage
1089
1098
  from .resource_limits import ResourceLimits
1090
1099
  from .resource_offering import ResourceOffering
1091
- from .resource_options import ResourceOptions
1092
1100
  from .resource_options_request import ResourceOptionsRequest
1093
1101
  from .resource_plan_period import ResourcePlanPeriod
1094
- from .resource_report import ResourceReport
1095
1102
  from .resource_report_request import ResourceReportRequest
1096
- from .resource_set_limits import ResourceSetLimits
1103
+ from .resource_response_status import ResourceResponseStatus
1097
1104
  from .resource_set_limits_request import ResourceSetLimitsRequest
1098
- from .resource_set_state_erred import ResourceSetStateErred
1099
1105
  from .resource_set_state_erred_request import ResourceSetStateErredRequest
1100
1106
  from .resource_slug_request import ResourceSlugRequest
1101
1107
  from .resource_state import ResourceState
@@ -1359,6 +1365,19 @@ __all__ = (
1359
1365
  "AzureVirtualmachinesRetrieveFieldItem",
1360
1366
  "BackendIdRequest",
1361
1367
  "BackendMetadata",
1368
+ "BackendResource",
1369
+ "BackendResourceImportRequest",
1370
+ "BackendResourceReq",
1371
+ "BackendResourceReqRequest",
1372
+ "BackendResourceReqStateEnum",
1373
+ "BackendResourceRequest",
1374
+ "BackendResourceRequestSetErredRequest",
1375
+ "BackendResourceRequestsListOItem",
1376
+ "BackendResourceRequestsListStateItem",
1377
+ "BackendResourceRequestsSetDoneResponse200",
1378
+ "BackendResourceRequestsSetErredResponse200",
1379
+ "BackendResourceRequestsStartProcessingResponse200",
1380
+ "BackendResourcesListOItem",
1362
1381
  "BaseComponentUsage",
1363
1382
  "BaseProviderPlan",
1364
1383
  "BaseProviderPlanFuturePrices",
@@ -1971,7 +1990,6 @@ __all__ = (
1971
1990
  "OrderCreateRequest",
1972
1991
  "OrderCreateRequestLimits",
1973
1992
  "OrderDetails",
1974
- "OrderDetailsAttributes",
1975
1993
  "OrderDetailsLimits",
1976
1994
  "OrderSetStateErredRequest",
1977
1995
  "OrderState",
@@ -2079,7 +2097,6 @@ __all__ = (
2079
2097
  "PaymentURLRequest",
2080
2098
  "PeriodEnum",
2081
2099
  "Permission",
2082
- "PermissionProject",
2083
2100
  "PermissionRequest",
2084
2101
  "PlanComponent",
2085
2102
  "PlanUsageResponse",
@@ -2278,9 +2295,7 @@ __all__ = (
2278
2295
  "RequestTypes",
2279
2296
  "Resource",
2280
2297
  "ResourceAttributes",
2281
- "ResourceBackendID",
2282
2298
  "ResourceBackendIDRequest",
2283
- "ResourceBackendMetadata",
2284
2299
  "ResourceBackendMetadataRequest",
2285
2300
  "ResourceCurrentUsages",
2286
2301
  "ResourceEndDateByProviderRequest",
@@ -2288,14 +2303,11 @@ __all__ = (
2288
2303
  "ResourceLimits",
2289
2304
  "ResourceLimitUsage",
2290
2305
  "ResourceOffering",
2291
- "ResourceOptions",
2292
2306
  "ResourceOptionsRequest",
2293
2307
  "ResourcePlanPeriod",
2294
- "ResourceReport",
2295
2308
  "ResourceReportRequest",
2296
- "ResourceSetLimits",
2309
+ "ResourceResponseStatus",
2297
2310
  "ResourceSetLimitsRequest",
2298
- "ResourceSetStateErred",
2299
2311
  "ResourceSetStateErredRequest",
2300
2312
  "ResourcesLimits",
2301
2313
  "ResourceSlugRequest",