lightning-sdk 2025.12.2__py3-none-any.whl → 2025.12.9__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.
Files changed (310) hide show
  1. lightning_sdk/__version__.py +1 -1
  2. lightning_sdk/api/agents_api.py +4 -4
  3. lightning_sdk/api/ai_hub_api.py +2 -2
  4. lightning_sdk/api/base_studio_api.py +3 -1
  5. lightning_sdk/api/deployment_api.py +2 -2
  6. lightning_sdk/api/job_api.py +9 -7
  7. lightning_sdk/api/license_api.py +2 -2
  8. lightning_sdk/api/mmt_api.py +5 -5
  9. lightning_sdk/api/pipeline_api.py +4 -4
  10. lightning_sdk/api/studio_api.py +33 -33
  11. lightning_sdk/api/teamspace_api.py +38 -26
  12. lightning_sdk/api/user_api.py +2 -2
  13. lightning_sdk/api/utils.py +17 -24
  14. lightning_sdk/cli/entrypoint.py +15 -1
  15. lightning_sdk/cli/studio/cp.py +47 -11
  16. lightning_sdk/lightning_cloud/login.py +1 -1
  17. lightning_sdk/lightning_cloud/openapi/__init__.py +204 -195
  18. lightning_sdk/lightning_cloud/openapi/api/agent_service_api.py +28 -28
  19. lightning_sdk/lightning_cloud/openapi/api/assistants_service_api.py +108 -108
  20. lightning_sdk/lightning_cloud/openapi/api/billing_service_api.py +69 -57
  21. lightning_sdk/lightning_cloud/openapi/api/blog_posts_service_api.py +4 -4
  22. lightning_sdk/lightning_cloud/openapi/api/cloud_space_environment_template_service_api.py +14 -14
  23. lightning_sdk/lightning_cloud/openapi/api/cloud_space_service_api.py +331 -168
  24. lightning_sdk/lightning_cloud/openapi/api/cloudy_service_api.py +4 -4
  25. lightning_sdk/lightning_cloud/openapi/api/cluster_service_api.py +58 -58
  26. lightning_sdk/lightning_cloud/openapi/api/data_connection_service_api.py +24 -24
  27. lightning_sdk/lightning_cloud/openapi/api/dataset_service_api.py +8 -8
  28. lightning_sdk/lightning_cloud/openapi/api/deployment_templates_service_api.py +8 -8
  29. lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py +8 -8
  30. lightning_sdk/lightning_cloud/openapi/api/experiments_service_api.py +8 -8
  31. lightning_sdk/lightning_cloud/openapi/api/file_system_service_api.py +16 -16
  32. lightning_sdk/lightning_cloud/openapi/api/incidents_service_api.py +18 -18
  33. lightning_sdk/lightning_cloud/openapi/api/jobs_service_api.py +514 -254
  34. lightning_sdk/lightning_cloud/openapi/api/k8_s_cluster_service_api.py +67 -59
  35. lightning_sdk/lightning_cloud/openapi/api/lightningapp_instance_service_api.py +16 -16
  36. lightning_sdk/lightning_cloud/openapi/api/lightningapp_v2_service_api.py +6 -6
  37. lightning_sdk/lightning_cloud/openapi/api/lightningwork_service_api.py +16 -16
  38. lightning_sdk/lightning_cloud/openapi/api/lit_dataset_service_api.py +42 -42
  39. lightning_sdk/lightning_cloud/openapi/api/lit_logger_service_api.py +28 -28
  40. lightning_sdk/lightning_cloud/openapi/api/lit_page_service_api.py +4 -4
  41. lightning_sdk/lightning_cloud/openapi/api/lit_registry_service_api.py +8 -8
  42. lightning_sdk/lightning_cloud/openapi/api/models_store_api.py +42 -42
  43. lightning_sdk/lightning_cloud/openapi/api/organizations_service_api.py +34 -34
  44. lightning_sdk/lightning_cloud/openapi/api/pipeline_templates_service_api.py +4 -4
  45. lightning_sdk/lightning_cloud/openapi/api/pipelines_service_api.py +38 -38
  46. lightning_sdk/lightning_cloud/openapi/api/product_license_service_api.py +4 -4
  47. lightning_sdk/lightning_cloud/openapi/api/profiler_service_api.py +12 -12
  48. lightning_sdk/lightning_cloud/openapi/api/projects_service_api.py +32 -32
  49. lightning_sdk/lightning_cloud/openapi/api/quest_service_api.py +8 -8
  50. lightning_sdk/lightning_cloud/openapi/api/schedules_service_api.py +48 -48
  51. lightning_sdk/lightning_cloud/openapi/api/secret_service_api.py +12 -12
  52. lightning_sdk/lightning_cloud/openapi/api/slurm_jobs_user_service_api.py +16 -16
  53. lightning_sdk/lightning_cloud/openapi/api/snowflake_service_api.py +16 -16
  54. lightning_sdk/lightning_cloud/openapi/api/storage_service_api.py +40 -40
  55. lightning_sdk/lightning_cloud/openapi/api/studio_jobs_service_api.py +8 -8
  56. lightning_sdk/lightning_cloud/openapi/api/user_service_api.py +20 -20
  57. lightning_sdk/lightning_cloud/openapi/api/volume_service_api.py +4 -4
  58. lightning_sdk/lightning_cloud/openapi/models/__init__.py +204 -181
  59. lightning_sdk/lightning_cloud/openapi/models/agent_service_agent_complete_part_body.py +97 -0
  60. lightning_sdk/lightning_cloud/openapi/models/{multipartuploads_upload_id_body.py → agent_service_agent_upload_part_body.py} +10 -10
  61. lightning_sdk/lightning_cloud/openapi/models/{id_multipartuploads_body.py → agent_service_create_agent_multipart_upload_body.py} +14 -14
  62. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body.py → agent_service_update_agent_job_body.py} +30 -30
  63. lightning_sdk/lightning_cloud/openapi/models/{id_artifacts_body.py → agent_service_upload_agent_job_artifact_body.py} +10 -10
  64. lightning_sdk/lightning_cloud/openapi/models/{id_output_body.py → agent_service_upload_agent_job_output_body.py} +18 -18
  65. lightning_sdk/lightning_cloud/openapi/models/{id_contactowner_body.py → assistants_service_contact_assistant_owner_body.py} +14 -14
  66. lightning_sdk/lightning_cloud/openapi/models/{project_id_agents_body.py → assistants_service_create_assistant_body.py} +74 -74
  67. lightning_sdk/lightning_cloud/openapi/models/{project_id_agentmanagedendpoints_body.py → assistants_service_create_assistant_managed_endpoint_body.py} +14 -14
  68. lightning_sdk/lightning_cloud/openapi/models/{message_id_actions_body.py → assistants_service_create_conversation_message_action_body.py} +28 -26
  69. lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body.py → assistants_service_create_model_metrics_body.py} +26 -26
  70. lightning_sdk/lightning_cloud/openapi/models/{assistant_id_conversations_body.py → assistants_service_start_conversation_body.py} +74 -74
  71. lightning_sdk/lightning_cloud/openapi/models/{agents_id_body.py → assistants_service_update_assistant_body.py} +102 -102
  72. lightning_sdk/lightning_cloud/openapi/models/{agentmanagedendpoints_id_body.py → assistants_service_update_assistant_managed_endpoint_body.py} +42 -42
  73. lightning_sdk/lightning_cloud/openapi/models/{models_id_body.py → assistants_service_update_assistant_managed_endpoint_model_body.py} +10 -10
  74. lightning_sdk/lightning_cloud/openapi/models/assistants_service_update_conversation_body.py +149 -0
  75. lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body1.py → assistants_service_update_conversation_like_body.py} +10 -10
  76. lightning_sdk/lightning_cloud/openapi/models/{id_content_body.py → assistants_service_update_conversation_message_content_body.py} +10 -10
  77. lightning_sdk/lightning_cloud/openapi/models/{messages_id_body.py → assistants_service_update_conversation_message_like_body.py} +10 -10
  78. lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_assistant_status_body.py +97 -0
  79. lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_managed_model_body.py +97 -0
  80. lightning_sdk/lightning_cloud/openapi/models/{user_id_upgradetrigger_body.py → billing_service_create_billing_upgrade_trigger_record_body.py} +22 -22
  81. lightning_sdk/lightning_cloud/openapi/models/{billing_checkout_body.py → billing_service_create_org_checkout_session_body.py} +18 -18
  82. lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body.py → billing_service_transfer_org_balance_body.py} +14 -14
  83. lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body1.py → billing_service_transfer_project_balance_body.py} +18 -18
  84. lightning_sdk/lightning_cloud/openapi/models/{blogposts_id_body.py → blog_posts_service_update_blog_post_body.py} +38 -38
  85. lightning_sdk/lightning_cloud/openapi/models/{update.py → cloud_space_environment_template_service_update_cloud_space_environment_template_body.py} +58 -58
  86. lightning_sdk/lightning_cloud/openapi/models/{apps_id_body1.py → cloud_space_service_create_cloud_space_app_instance_body.py} +34 -34
  87. lightning_sdk/lightning_cloud/openapi/models/{project_id_cloudspaces_body.py → cloud_space_service_create_cloud_space_body.py} +78 -78
  88. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_metric_body.py → cloud_space_service_create_cloud_space_instance_metric_body.py} +22 -22
  89. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versions_body.py → cloud_space_service_create_cloud_space_version_body.py} +54 -54
  90. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body.py → cloud_space_service_create_cloud_space_version_publication_body.py} +18 -18
  91. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_runs_body.py → cloud_space_service_create_lightning_run_body.py} +86 -86
  92. lightning_sdk/lightning_cloud/openapi/models/{id_get_body.py → cloud_space_service_create_lightning_run_instance_body.py} +58 -58
  93. lightning_sdk/lightning_cloud/openapi/models/{id_engage_body1.py → cloud_space_service_engage_cloud_space_body.py} +14 -14
  94. lightning_sdk/lightning_cloud/openapi/models/{id_execute_body1.py → cloud_space_service_execute_command_in_cloud_space_body.py} +18 -18
  95. lightning_sdk/lightning_cloud/openapi/models/{id_execute_body.py → cloud_space_service_execute_in_cloud_space_session_body.py} +10 -10
  96. lightning_sdk/lightning_cloud/openapi/models/{id_fork_body.py → cloud_space_service_fork_cloud_space_app_instance_body.py} +14 -14
  97. lightning_sdk/lightning_cloud/openapi/models/{id_fork_body1.py → cloud_space_service_fork_cloud_space_body.py} +22 -22
  98. lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_keep_alive_cloud_space_instance_body.py +97 -0
  99. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_proxies_body.py → cloud_space_service_publish_cloud_space_body.py} +10 -10
  100. lightning_sdk/lightning_cloud/openapi/models/{id_index_body1.py → cloud_space_service_refresh_cloud_space_index_body.py} +10 -10
  101. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_systemmetrics_body.py → cloud_space_service_report_cloud_space_instance_system_metrics_body.py} +14 -14
  102. lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_request_cloud_space_access_body.py +97 -0
  103. lightning_sdk/lightning_cloud/openapi/models/{id_start_body.py → cloud_space_service_start_cloud_space_instance_body.py} +14 -14
  104. lightning_sdk/lightning_cloud/openapi/models/{id_transfer_body.py → cloud_space_service_transfer_cloud_space_body.py} +18 -18
  105. lightning_sdk/lightning_cloud/openapi/models/{apps_id_body.py → cloud_space_service_update_cloud_space_app_body.py} +86 -86
  106. lightning_sdk/lightning_cloud/openapi/models/{cloudspaces_id_body.py → cloud_space_service_update_cloud_space_body.py} +114 -114
  107. lightning_sdk/lightning_cloud/openapi/models/{id_collaborate_body.py → cloud_space_service_update_cloud_space_collab_body.py} +18 -18
  108. lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body.py → cloud_space_service_update_cloud_space_ide_body.py} +21 -21
  109. lightning_sdk/lightning_cloud/openapi/models/{id_index_body.py → cloud_space_service_update_cloud_space_index_body.py} +18 -18
  110. lightning_sdk/lightning_cloud/openapi/models/{id_codeconfig_body.py → cloud_space_service_update_cloud_space_instance_config_body.py} +22 -22
  111. lightning_sdk/lightning_cloud/openapi/models/{id_publications_body.py → cloud_space_service_update_cloud_space_publication_body.py} +14 -14
  112. lightning_sdk/lightning_cloud/openapi/models/{id_sleepconfig_body.py → cloud_space_service_update_cloud_space_sleep_config_body.py} +18 -18
  113. lightning_sdk/lightning_cloud/openapi/models/{versions_id_body.py → cloud_space_service_update_cloud_space_version_body.py} +46 -46
  114. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body1.py → cloud_space_service_update_cloud_space_version_publication_body.py} +18 -18
  115. lightning_sdk/lightning_cloud/openapi/models/{dataset_id_visibility_body.py → cloud_space_service_update_cloud_space_visibility_body.py} +14 -14
  116. lightning_sdk/lightning_cloud/openapi/models/{user_user_id_body.py → cloudy_service_update_user_cloudy_settings_body.py} +22 -22
  117. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityreservations_body.py → cluster_service_create_cluster_capacity_reservation_body.py} +42 -42
  118. lightning_sdk/lightning_cloud/openapi/models/{id_publications_body1.py → cluster_service_create_cluster_proxy_body.py} +10 -10
  119. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_usagerestrictions_body.py → cluster_service_create_cluster_usage_restriction_body.py} +22 -22
  120. lightning_sdk/lightning_cloud/openapi/models/{create_machine_request_represents_the_request_to_create_a_machine.py → cluster_service_create_machine_body.py} +62 -62
  121. lightning_sdk/lightning_cloud/openapi/models/{project_id_clusters_body.py → cluster_service_create_project_cluster_body.py} +14 -14
  122. lightning_sdk/lightning_cloud/openapi/models/{server_id_alerts_body.py → cluster_service_create_server_alert_body.py} +22 -22
  123. lightning_sdk/lightning_cloud/openapi/models/cluster_service_interrupt_server_body.py +97 -0
  124. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityblock_body.py → cluster_service_purchase_capacity_block_body.py} +30 -30
  125. lightning_sdk/lightning_cloud/openapi/models/{servers_server_id_body.py → cluster_service_server_check_in_body.py} +10 -10
  126. lightning_sdk/lightning_cloud/openapi/models/cluster_service_sleep_server_body.py +97 -0
  127. lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body.py → cluster_service_update_cluster_body.py} +18 -18
  128. lightning_sdk/lightning_cloud/openapi/models/{usagerestrictions_id_body.py → cluster_service_update_cluster_usage_restriction_body.py} +22 -22
  129. lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body1.py → cluster_service_update_project_cluster_body.py} +14 -14
  130. lightning_sdk/lightning_cloud/openapi/models/{create.py → data_connection_service_create_data_connection_body.py} +82 -82
  131. lightning_sdk/lightning_cloud/openapi/models/{id_index_body2.py → data_connection_service_refresh_data_connection_index_body.py} +10 -10
  132. lightning_sdk/lightning_cloud/openapi/models/{setup.py → data_connection_service_setup_data_connection_body.py} +14 -14
  133. lightning_sdk/lightning_cloud/openapi/models/{update1.py → data_connection_service_update_data_connection_body.py} +50 -50
  134. lightning_sdk/lightning_cloud/openapi/models/{validate.py → data_connection_service_validate_data_connection_body.py} +42 -42
  135. lightning_sdk/lightning_cloud/openapi/models/{project_id_datasets_body.py → dataset_service_create_dataset_body.py} +70 -70
  136. lightning_sdk/lightning_cloud/openapi/models/{datasets_id_body.py → dataset_service_update_dataset_body.py} +22 -22
  137. lightning_sdk/lightning_cloud/openapi/models/{id_engage_body.py → deployment_templates_service_engage_deployment_template_body.py} +10 -10
  138. lightning_sdk/lightning_cloud/openapi/models/{deploymenttemplates_id_body.py → deployment_templates_service_update_deployment_template_body.py} +70 -70
  139. lightning_sdk/lightning_cloud/openapi/models/{project_id_endpoints_body.py → endpoint_service_create_endpoint_body.py} +30 -30
  140. lightning_sdk/lightning_cloud/openapi/models/{endpoints_id_body.py → endpoint_service_update_endpoint_body.py} +62 -62
  141. lightning_sdk/lightning_cloud/openapi/models/{experiment_name_variant_name_body.py → experiments_service_assign_variant_body.py} +10 -10
  142. lightning_sdk/lightning_cloud/openapi/models/{incident_id_messages_body.py → incidents_service_create_incident_message_body.py} +10 -10
  143. lightning_sdk/lightning_cloud/openapi/models/{incidents_id_body.py → incidents_service_update_incident_body.py} +34 -34
  144. lightning_sdk/lightning_cloud/openapi/models/{messages_message_id_body.py → incidents_service_update_incident_message_body.py} +10 -10
  145. lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body1.py → jobs_service_create_deployment_alerting_policy_body.py} +42 -42
  146. lightning_sdk/lightning_cloud/openapi/models/{create_deployment_request_defines_a_spec_for_the_job_that_allows_for_autoscaling_jobs.py → jobs_service_create_deployment_body.py} +70 -70
  147. lightning_sdk/lightning_cloud/openapi/models/{project_id_jobs_body.py → jobs_service_create_job_body.py} +18 -18
  148. lightning_sdk/lightning_cloud/openapi/models/{project_id_multimachinejobs_body.py → jobs_service_create_multi_machine_job_body.py} +26 -26
  149. lightning_sdk/lightning_cloud/openapi/models/{job_id_reportroutingtelemetry_body.py → jobs_service_report_deployment_routing_telemetry_body.py} +10 -10
  150. lightning_sdk/lightning_cloud/openapi/models/{job_id_systemmetrics_body.py → jobs_service_report_job_system_metrics_body.py} +10 -10
  151. lightning_sdk/lightning_cloud/openapi/models/{id_reportlogsactivity_body.py → jobs_service_report_logs_activity_body.py} +10 -10
  152. lightning_sdk/lightning_cloud/openapi/models/{id_reportrestarttimings_body.py → jobs_service_report_restart_timings_body.py} +10 -10
  153. lightning_sdk/lightning_cloud/openapi/models/jobs_service_restore_deployment_release_body.py +97 -0
  154. lightning_sdk/lightning_cloud/openapi/models/{alertingevents_id_body.py → jobs_service_update_deployment_alerting_event_body.py} +54 -54
  155. lightning_sdk/lightning_cloud/openapi/models/jobs_service_update_deployment_alerting_events_bulk_body.py +123 -0
  156. lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body.py → jobs_service_update_deployment_alerting_policy_body.py} +46 -46
  157. lightning_sdk/lightning_cloud/openapi/models/{deployments_id_body.py → jobs_service_update_deployment_body.py} +128 -126
  158. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body1.py → jobs_service_update_deployment_visibility_body.py} +10 -10
  159. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body1.py → jobs_service_update_job_body.py} +14 -14
  160. lightning_sdk/lightning_cloud/openapi/models/{id_index_body3.py → jobs_service_update_job_index_body.py} +18 -18
  161. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body.py → jobs_service_update_job_visibility_body.py} +10 -10
  162. lightning_sdk/lightning_cloud/openapi/models/{multimachinejobs_id_body.py → jobs_service_update_multi_machine_job_body.py} +10 -10
  163. lightning_sdk/lightning_cloud/openapi/models/{deployments_deployment_id_body.py → jobs_service_update_org_deployment_visibility_body.py} +14 -14
  164. lightning_sdk/lightning_cloud/openapi/models/{kubernetestemplates_id_body.py → k8_s_cluster_service_create_kubernetes_template_body.py} +22 -22
  165. lightning_sdk/lightning_cloud/openapi/models/{id_render_body.py → k8_s_cluster_service_render_kubernetes_template_body.py} +10 -10
  166. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_metrics_body.py → k8_s_cluster_service_report_k8_s_cluster_metrics_body.py} +42 -42
  167. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_kubernetestemplates_body.py → k8_s_cluster_service_update_kubernetes_template_body.py} +22 -22
  168. lightning_sdk/lightning_cloud/openapi/models/{appinstances_id_body.py → lightningapp_instance_service_update_lightningapp_instance_body.py} +18 -18
  169. lightning_sdk/lightning_cloud/openapi/models/{id_release_body.py → lightningapp_instance_service_update_lightningapp_instance_release_body.py} +10 -10
  170. lightning_sdk/lightning_cloud/openapi/models/{id_uploads_body.py → lightningapp_instance_service_upload_lightningapp_instance_artifact_body.py} +10 -10
  171. lightning_sdk/lightning_cloud/openapi/models/{project_id_getapp_body.py → lightningapp_v2_service_create_lightningapp_from_gallery_body.py} +30 -30
  172. lightning_sdk/lightning_cloud/openapi/models/{app_id_works_body.py → lightningwork_service_batch_update_lightningworks_body.py} +14 -14
  173. lightning_sdk/lightning_cloud/openapi/models/{spec_lightningapp_instance_id_works_body.py → lightningwork_service_create_lightningwork_body.py} +24 -24
  174. lightning_sdk/lightning_cloud/openapi/models/lightningwork_service_create_lightningwork_body_spec.py +487 -0
  175. lightning_sdk/lightning_cloud/openapi/models/{works_id_body.py → lightningwork_service_update_lightningwork_body.py} +16 -16
  176. lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body1.py → lit_dataset_service_complete_lit_dataset_multi_part_upload_body.py} +14 -14
  177. lightning_sdk/lightning_cloud/openapi/models/lit_dataset_service_complete_lit_dataset_upload_body.py +97 -0
  178. lightning_sdk/lightning_cloud/openapi/models/{project_id_models_body.py → lit_dataset_service_create_lit_dataset_body.py} +26 -26
  179. lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body1.py → lit_dataset_service_create_lit_dataset_multi_part_upload_body.py} +10 -10
  180. lightning_sdk/lightning_cloud/openapi/models/{dataset_id_versions_body.py → lit_dataset_service_create_lit_dataset_version_body.py} +16 -14
  181. lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body.py → lit_dataset_service_get_lit_dataset_file_upload_urls_body.py} +14 -14
  182. lightning_sdk/lightning_cloud/openapi/models/{version_default_body.py → lit_dataset_service_set_lit_dataset_default_version_body.py} +14 -14
  183. lightning_sdk/lightning_cloud/openapi/models/{litdatasets_dataset_id_body.py → lit_dataset_service_update_lit_dataset_body.py} +14 -14
  184. lightning_sdk/lightning_cloud/openapi/models/{versions_version_body.py → lit_dataset_service_update_lit_dataset_version_body.py} +10 -10
  185. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body2.py → lit_dataset_service_update_lit_dataset_visibility_body.py} +14 -14
  186. lightning_sdk/lightning_cloud/openapi/models/{loggermetrics_id_body.py → lit_logger_service_append_logger_metrics_body.py} +10 -10
  187. lightning_sdk/lightning_cloud/openapi/models/{metrics_stream_id_loggerartifacts_body.py → lit_logger_service_create_logger_artifact_body.py} +10 -10
  188. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_create_body.py → lit_logger_service_create_metrics_stream_body.py} +62 -62
  189. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_delete_body.py → lit_logger_service_delete_metrics_stream_body.py} +10 -10
  190. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_id_body.py → lit_logger_service_update_metrics_stream_body.py} +22 -22
  191. lightning_sdk/lightning_cloud/openapi/models/{model_id_visibility_body.py → lit_logger_service_update_metrics_stream_visibility_body.py} +14 -14
  192. lightning_sdk/lightning_cloud/openapi/models/{litloggermetrics_id_body.py → lit_logger_service_update_shared_metrics_stream_body.py} +18 -18
  193. lightning_sdk/lightning_cloud/openapi/models/{litpages_id_body.py → lit_page_service_update_lit_page_body.py} +42 -42
  194. lightning_sdk/lightning_cloud/openapi/models/{project_id_litregistry_body.py → lit_registry_service_create_lit_project_registry_body.py} +12 -12
  195. lightning_sdk/lightning_cloud/openapi/models/{litregistry_lit_repo_name_body.py → lit_registry_service_update_lit_repository_metadata_body.py} +10 -10
  196. lightning_sdk/lightning_cloud/openapi/models/models_store_complete_model_upload_body.py +97 -0
  197. lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body.py → models_store_complete_multi_part_upload_body.py} +14 -14
  198. lightning_sdk/lightning_cloud/openapi/models/{project_id_litdatasets_body.py → models_store_create_model_body.py} +26 -26
  199. lightning_sdk/lightning_cloud/openapi/models/{model_id_versions_body.py → models_store_create_model_version_body.py} +20 -18
  200. lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body.py → models_store_create_multi_part_upload_body.py} +10 -10
  201. lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body1.py → models_store_get_model_file_upload_urls_body.py} +14 -14
  202. lightning_sdk/lightning_cloud/openapi/models/{version_default_body1.py → models_store_set_model_default_version_body.py} +14 -14
  203. lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body1.py → models_store_update_model_body.py} +14 -14
  204. lightning_sdk/lightning_cloud/openapi/models/{versions_version_body1.py → models_store_update_model_version_body.py} +10 -10
  205. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_visibility_body.py → models_store_update_model_visibility_body.py} +14 -14
  206. lightning_sdk/lightning_cloud/openapi/models/{approveautojoindomain_domain_body.py → organizations_service_approve_auto_join_domain_body.py} +10 -10
  207. lightning_sdk/lightning_cloud/openapi/models/organizations_service_auto_join_org_body.py +97 -0
  208. lightning_sdk/lightning_cloud/openapi/models/{org_id_memberships_body.py → organizations_service_create_org_membership_body.py} +22 -22
  209. lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body1.py → organizations_service_create_org_membership_role_binding_body.py} +10 -10
  210. lightning_sdk/lightning_cloud/openapi/models/{org_id_roles_body.py → organizations_service_create_org_role_body.py} +18 -18
  211. lightning_sdk/lightning_cloud/openapi/models/{orgs_id_body.py → organizations_service_update_organization_body.py} +162 -162
  212. lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body.py → organizations_service_update_organization_credits_auto_replenish_body.py} +18 -18
  213. lightning_sdk/lightning_cloud/openapi/models/{validateautojoindomain_domain_body.py → organizations_service_validate_auto_join_domain_body.py} +10 -10
  214. lightning_sdk/lightning_cloud/openapi/models/{pipelinetemplates_id_body.py → pipeline_templates_service_update_pipeline_template_body.py} +42 -42
  215. lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body1.py → pipelines_service_create_child_pipeline_body.py} +10 -10
  216. lightning_sdk/lightning_cloud/openapi/models/{project_id_pipelines_body.py → pipelines_service_create_pipeline_body.py} +30 -30
  217. lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body.py → pipelines_service_update_pipeline_body.py} +74 -74
  218. lightning_sdk/lightning_cloud/openapi/models/{license_key_validate_body.py → product_license_service_validate_license_body.py} +10 -10
  219. lightning_sdk/lightning_cloud/openapi/models/{profiler_captures_body.py → profiler_service_create_profiler_capture_body.py} +34 -34
  220. lightning_sdk/lightning_cloud/openapi/models/{captures_id_body.py → profiler_service_update_profiler_capture_body.py} +10 -10
  221. lightning_sdk/lightning_cloud/openapi/models/{profiler_enabled_body.py → profiler_service_update_profiler_enabled_body.py} +14 -14
  222. lightning_sdk/lightning_cloud/openapi/models/{project_id_projectclustersbindings_body.py → projects_service_create_project_cluster_binding_body.py} +14 -14
  223. lightning_sdk/lightning_cloud/openapi/models/{project_id_memberships_body.py → projects_service_create_project_membership_body.py} +22 -22
  224. lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body.py → projects_service_create_project_membership_role_binding_body.py} +10 -10
  225. lightning_sdk/lightning_cloud/openapi/models/{projects_project_id_body.py → projects_service_create_project_role_body.py} +18 -18
  226. lightning_sdk/lightning_cloud/openapi/models/{project_id_invite_body.py → projects_service_invite_project_membership_body.py} +18 -18
  227. lightning_sdk/lightning_cloud/openapi/models/{projects_id_body.py → projects_service_update_project_body.py} +110 -110
  228. lightning_sdk/lightning_cloud/openapi/models/{project_tab_management_messages.py → projects_service_update_project_tab_order_body.py} +10 -10
  229. lightning_sdk/lightning_cloud/openapi/models/protobuf_any.py +7 -58
  230. lightning_sdk/lightning_cloud/openapi/models/quest_service_complete_quest_body.py +97 -0
  231. lightning_sdk/lightning_cloud/openapi/models/quest_service_start_quest_body.py +97 -0
  232. lightning_sdk/lightning_cloud/openapi/models/{project_id_schedules_body.py → schedules_service_create_schedule_body.py} +42 -42
  233. lightning_sdk/lightning_cloud/openapi/models/schedules_service_create_schedule_run_body.py +97 -0
  234. lightning_sdk/lightning_cloud/openapi/models/{schedules_id_body.py → schedules_service_update_schedule_body.py} +70 -70
  235. lightning_sdk/lightning_cloud/openapi/models/{project_id_secrets_body.py → secret_service_create_secret_body.py} +18 -18
  236. lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body1.py → secret_service_update_secret_body.py} +10 -10
  237. lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body.py → secret_service_update_user_secret_body.py} +10 -10
  238. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_slurmusers_body.py → slurm_jobs_user_service_create_slurm_cluster_user_body.py} +22 -22
  239. lightning_sdk/lightning_cloud/openapi/models/{slurm_jobs_body.py → slurm_jobs_user_service_create_user_slurm_job_body.py} +54 -54
  240. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body2.py → slurm_jobs_user_service_update_user_slurm_job_body.py} +10 -10
  241. lightning_sdk/lightning_cloud/openapi/models/{id_action_body.py → slurm_jobs_user_service_user_slurm_job_action_body.py} +10 -10
  242. lightning_sdk/lightning_cloud/openapi/models/{project_id_snowflake_body.py → snowflake_service_create_snowflake_connection_body.py} +10 -10
  243. lightning_sdk/lightning_cloud/openapi/models/{query_query_id_body.py → snowflake_service_execute_snowflake_query_body.py} +18 -18
  244. lightning_sdk/lightning_cloud/openapi/models/{snowflake_export_body.py → snowflake_service_export_snowflake_query_body.py} +38 -38
  245. lightning_sdk/lightning_cloud/openapi/models/{snowflake_query_body.py → snowflake_service_update_snowflake_query_body.py} +18 -18
  246. lightning_sdk/lightning_cloud/openapi/models/storage_service_abort_storage_transfer_body.py +97 -0
  247. lightning_sdk/lightning_cloud/openapi/models/{storage_complete_body.py → storage_service_complete_upload_project_artifact_body.py} +30 -30
  248. lightning_sdk/lightning_cloud/openapi/models/{project_id_storagetransfers_body.py → storage_service_create_storage_transfer_body.py} +18 -18
  249. lightning_sdk/lightning_cloud/openapi/models/storage_service_pause_storage_transfer_body.py +97 -0
  250. lightning_sdk/lightning_cloud/openapi/models/storage_service_resume_storage_transfer_body.py +97 -0
  251. lightning_sdk/lightning_cloud/openapi/models/{project_id_storage_body.py → storage_service_upload_project_artifact_body.py} +22 -22
  252. lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body1.py → storage_service_upload_project_artifact_parts_body.py} +22 -22
  253. lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body.py → storage_service_upload_temporary_artifact_parts_body.py} +14 -14
  254. lightning_sdk/lightning_cloud/openapi/models/{storagetransfers_validate_body.py → storage_service_validate_storage_transfer_body.py} +14 -14
  255. lightning_sdk/lightning_cloud/openapi/models/{studioapp_jobs_body.py → studio_jobs_service_create_studio_job_body.py} +34 -34
  256. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body3.py → studio_jobs_service_update_studio_job_body.py} +14 -14
  257. lightning_sdk/lightning_cloud/openapi/models/{user_id_affiliatelinks_body.py → user_service_create_affiliate_link_body.py} +30 -30
  258. lightning_sdk/lightning_cloud/openapi/models/{affiliatelinks_id_body.py → user_service_update_affiliate_link_body.py} +14 -14
  259. lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body1.py → user_service_update_user_credits_auto_replenish_body.py} +18 -18
  260. lightning_sdk/lightning_cloud/openapi/models/user_service_upload_settings_body.py +97 -0
  261. lightning_sdk/lightning_cloud/openapi/models/v1_autoscaling_target_metric.py +2 -0
  262. lightning_sdk/lightning_cloud/openapi/models/v1_aws_data_connection.py +2 -0
  263. lightning_sdk/lightning_cloud/openapi/models/v1_billing_subscription.py +2 -0
  264. lightning_sdk/lightning_cloud/openapi/models/v1_conversation.py +27 -1
  265. lightning_sdk/lightning_cloud/openapi/models/v1_conversation_response_chunk.py +2 -0
  266. lightning_sdk/lightning_cloud/openapi/models/v1_create_checkout_session_request.py +4 -0
  267. lightning_sdk/lightning_cloud/openapi/models/v1_data_connection.py +6 -0
  268. lightning_sdk/lightning_cloud/openapi/models/v1_deployment.py +2 -0
  269. lightning_sdk/lightning_cloud/openapi/models/v1_deployment_alerting_policy_type.py +2 -0
  270. lightning_sdk/lightning_cloud/openapi/models/v1_deployment_event.py +2 -0
  271. lightning_sdk/lightning_cloud/openapi/models/v1_experiment.py +2 -0
  272. lightning_sdk/lightning_cloud/openapi/models/v1_external_cluster_spec.py +27 -1
  273. lightning_sdk/lightning_cloud/openapi/models/v1_generic_job.py +79 -1
  274. lightning_sdk/lightning_cloud/openapi/models/v1_generic_job_spec.py +253 -0
  275. lightning_sdk/lightning_cloud/openapi/models/v1_get_user_response.py +2 -0
  276. lightning_sdk/lightning_cloud/openapi/models/v1_group_pod_metrics.py +6 -0
  277. lightning_sdk/lightning_cloud/openapi/models/v1_health_check_http_get.py +79 -1
  278. lightning_sdk/lightning_cloud/openapi/models/v1_incident.py +2 -0
  279. lightning_sdk/lightning_cloud/openapi/models/v1_job.py +6 -0
  280. lightning_sdk/lightning_cloud/openapi/models/v1_job_health_check_config.py +55 -3
  281. lightning_sdk/lightning_cloud/openapi/models/v1_job_spec.py +59 -1
  282. lightning_sdk/lightning_cloud/openapi/models/v1_kubernetes_direct_v1.py +53 -1
  283. lightning_sdk/lightning_cloud/openapi/models/v1_lit_dataset_version_archive.py +2 -0
  284. lightning_sdk/lightning_cloud/openapi/models/v1_machine.py +79 -1
  285. lightning_sdk/lightning_cloud/openapi/models/v1_machine_direct_v1.py +27 -1
  286. lightning_sdk/lightning_cloud/openapi/models/v1_message_action.py +2 -0
  287. lightning_sdk/lightning_cloud/openapi/models/v1_model_version_archive.py +2 -0
  288. lightning_sdk/lightning_cloud/openapi/models/v1_multi_machine_job_event.py +2 -0
  289. lightning_sdk/lightning_cloud/openapi/models/v1_pipeline_step_status.py +2 -0
  290. lightning_sdk/lightning_cloud/openapi/models/v1_server_alert_severity.py +1 -0
  291. lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1.py +4 -0
  292. lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1_status.py +2 -0
  293. lightning_sdk/lightning_cloud/openapi/models/v1_update_deployment_alerting_events_bulk_response.py +97 -0
  294. lightning_sdk/lightning_cloud/openapi/models/v1_update_user_request.py +2 -0
  295. lightning_sdk/lightning_cloud/openapi/models/v1_usage_report.py +6 -0
  296. lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py +183 -79
  297. lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_compute_config.py +2 -0
  298. lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_flow_compute_config.py +2 -0
  299. lightning_sdk/lightning_cloud/openapi/models/v1_volume.py +53 -1
  300. lightning_sdk/lightning_cloud/openapi/models/{volumes_id_body.py → volume_service_update_volume_body.py} +10 -10
  301. lightning_sdk/lightning_cloud/utils/data_connection.py +14 -8
  302. lightning_sdk/lightning_cloud/utils/dataset.py +3 -5
  303. lightning_sdk/plugin.py +2 -2
  304. lightning_sdk/teamspace.py +3 -2
  305. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/METADATA +2 -2
  306. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/RECORD +310 -287
  307. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/LICENSE +0 -0
  308. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/WHEEL +0 -0
  309. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/entry_points.txt +0 -0
  310. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ if TYPE_CHECKING:
28
28
  from datetime import datetime
29
29
  from lightning_sdk.lightning_cloud.openapi.models import *
30
30
 
31
- class OrgsIdBody(object):
31
+ class OrganizationsServiceUpdateOrganizationBody(object):
32
32
  """NOTE: This class is auto generated by the swagger code generator program.
33
33
 
34
34
  Do not edit the class manually.
@@ -125,7 +125,7 @@ class OrgsIdBody(object):
125
125
  }
126
126
 
127
127
  def __init__(self, alerts_config: 'V1AlertsConfig' =None, allow_budgeting: 'bool' =None, allow_cloud_space_publish: 'bool' =None, allow_credits_auto_replenish: 'bool' =None, allow_external_project_duplication: 'bool' =None, allow_guest: 'bool' =None, allow_marketplace: 'bool' =None, allow_member_invitations: 'bool' =None, allow_member_teamspace_creation: 'bool' =None, auto_invite_by_domain: 'bool' =None, auto_join_domains: 'list[str]' =None, auto_replenish_amount: 'float' =None, auto_replenish_threshold: 'float' =None, auto_switch_machine: 'bool' =None, default_machine_type: 'str' =None, default_project_id: 'str' =None, description: 'str' =None, disallow_aws_saas: 'bool' =None, disallow_dgx_saas: 'bool' =None, disallow_gcp_saas: 'bool' =None, disallow_lambda_saas: 'bool' =None, disallow_lightning_saas: 'bool' =None, disallow_nebius_saas: 'bool' =None, disallow_voltage_park_saas: 'bool' =None, disallow_vultr_saas: 'bool' =None, display_name: 'str' =None, domain: 'str' =None, email: 'str' =None, featured_gallery: 'bool' =None, location: 'str' =None, preferred_cluster: 'str' =None, preferred_deployment_provider: 'str' =None, preferred_studio_provider: 'str' =None, show_model_apis_tab: 'bool' =None, start_studios_on_spot_instance: 'bool' =None, switch_to_default_machine_on_idle: 'bool' =None, teamspace_default_credits: 'float' =None, twitter_username: 'str' =None, workload_max_run_duration: 'str' =None): # noqa: E501
128
- """OrgsIdBody - a model defined in Swagger""" # noqa: E501
128
+ """OrganizationsServiceUpdateOrganizationBody - a model defined in Swagger""" # noqa: E501
129
129
  self._alerts_config = None
130
130
  self._allow_budgeting = None
131
131
  self._allow_cloud_space_publish = None
@@ -247,20 +247,20 @@ class OrgsIdBody(object):
247
247
 
248
248
  @property
249
249
  def alerts_config(self) -> 'V1AlertsConfig':
250
- """Gets the alerts_config of this OrgsIdBody. # noqa: E501
250
+ """Gets the alerts_config of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
251
251
 
252
252
 
253
- :return: The alerts_config of this OrgsIdBody. # noqa: E501
253
+ :return: The alerts_config of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
254
254
  :rtype: V1AlertsConfig
255
255
  """
256
256
  return self._alerts_config
257
257
 
258
258
  @alerts_config.setter
259
259
  def alerts_config(self, alerts_config: 'V1AlertsConfig'):
260
- """Sets the alerts_config of this OrgsIdBody.
260
+ """Sets the alerts_config of this OrganizationsServiceUpdateOrganizationBody.
261
261
 
262
262
 
263
- :param alerts_config: The alerts_config of this OrgsIdBody. # noqa: E501
263
+ :param alerts_config: The alerts_config of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
264
264
  :type: V1AlertsConfig
265
265
  """
266
266
 
@@ -268,20 +268,20 @@ class OrgsIdBody(object):
268
268
 
269
269
  @property
270
270
  def allow_budgeting(self) -> 'bool':
271
- """Gets the allow_budgeting of this OrgsIdBody. # noqa: E501
271
+ """Gets the allow_budgeting of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
272
272
 
273
273
 
274
- :return: The allow_budgeting of this OrgsIdBody. # noqa: E501
274
+ :return: The allow_budgeting of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
275
275
  :rtype: bool
276
276
  """
277
277
  return self._allow_budgeting
278
278
 
279
279
  @allow_budgeting.setter
280
280
  def allow_budgeting(self, allow_budgeting: 'bool'):
281
- """Sets the allow_budgeting of this OrgsIdBody.
281
+ """Sets the allow_budgeting of this OrganizationsServiceUpdateOrganizationBody.
282
282
 
283
283
 
284
- :param allow_budgeting: The allow_budgeting of this OrgsIdBody. # noqa: E501
284
+ :param allow_budgeting: The allow_budgeting of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
285
285
  :type: bool
286
286
  """
287
287
 
@@ -289,20 +289,20 @@ class OrgsIdBody(object):
289
289
 
290
290
  @property
291
291
  def allow_cloud_space_publish(self) -> 'bool':
292
- """Gets the allow_cloud_space_publish of this OrgsIdBody. # noqa: E501
292
+ """Gets the allow_cloud_space_publish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
293
293
 
294
294
 
295
- :return: The allow_cloud_space_publish of this OrgsIdBody. # noqa: E501
295
+ :return: The allow_cloud_space_publish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
296
296
  :rtype: bool
297
297
  """
298
298
  return self._allow_cloud_space_publish
299
299
 
300
300
  @allow_cloud_space_publish.setter
301
301
  def allow_cloud_space_publish(self, allow_cloud_space_publish: 'bool'):
302
- """Sets the allow_cloud_space_publish of this OrgsIdBody.
302
+ """Sets the allow_cloud_space_publish of this OrganizationsServiceUpdateOrganizationBody.
303
303
 
304
304
 
305
- :param allow_cloud_space_publish: The allow_cloud_space_publish of this OrgsIdBody. # noqa: E501
305
+ :param allow_cloud_space_publish: The allow_cloud_space_publish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
306
306
  :type: bool
307
307
  """
308
308
 
@@ -310,20 +310,20 @@ class OrgsIdBody(object):
310
310
 
311
311
  @property
312
312
  def allow_credits_auto_replenish(self) -> 'bool':
313
- """Gets the allow_credits_auto_replenish of this OrgsIdBody. # noqa: E501
313
+ """Gets the allow_credits_auto_replenish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
314
314
 
315
315
 
316
- :return: The allow_credits_auto_replenish of this OrgsIdBody. # noqa: E501
316
+ :return: The allow_credits_auto_replenish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
317
317
  :rtype: bool
318
318
  """
319
319
  return self._allow_credits_auto_replenish
320
320
 
321
321
  @allow_credits_auto_replenish.setter
322
322
  def allow_credits_auto_replenish(self, allow_credits_auto_replenish: 'bool'):
323
- """Sets the allow_credits_auto_replenish of this OrgsIdBody.
323
+ """Sets the allow_credits_auto_replenish of this OrganizationsServiceUpdateOrganizationBody.
324
324
 
325
325
 
326
- :param allow_credits_auto_replenish: The allow_credits_auto_replenish of this OrgsIdBody. # noqa: E501
326
+ :param allow_credits_auto_replenish: The allow_credits_auto_replenish of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
327
327
  :type: bool
328
328
  """
329
329
 
@@ -331,20 +331,20 @@ class OrgsIdBody(object):
331
331
 
332
332
  @property
333
333
  def allow_external_project_duplication(self) -> 'bool':
334
- """Gets the allow_external_project_duplication of this OrgsIdBody. # noqa: E501
334
+ """Gets the allow_external_project_duplication of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
335
335
 
336
336
 
337
- :return: The allow_external_project_duplication of this OrgsIdBody. # noqa: E501
337
+ :return: The allow_external_project_duplication of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
338
338
  :rtype: bool
339
339
  """
340
340
  return self._allow_external_project_duplication
341
341
 
342
342
  @allow_external_project_duplication.setter
343
343
  def allow_external_project_duplication(self, allow_external_project_duplication: 'bool'):
344
- """Sets the allow_external_project_duplication of this OrgsIdBody.
344
+ """Sets the allow_external_project_duplication of this OrganizationsServiceUpdateOrganizationBody.
345
345
 
346
346
 
347
- :param allow_external_project_duplication: The allow_external_project_duplication of this OrgsIdBody. # noqa: E501
347
+ :param allow_external_project_duplication: The allow_external_project_duplication of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
348
348
  :type: bool
349
349
  """
350
350
 
@@ -352,20 +352,20 @@ class OrgsIdBody(object):
352
352
 
353
353
  @property
354
354
  def allow_guest(self) -> 'bool':
355
- """Gets the allow_guest of this OrgsIdBody. # noqa: E501
355
+ """Gets the allow_guest of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
356
356
 
357
357
 
358
- :return: The allow_guest of this OrgsIdBody. # noqa: E501
358
+ :return: The allow_guest of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
359
359
  :rtype: bool
360
360
  """
361
361
  return self._allow_guest
362
362
 
363
363
  @allow_guest.setter
364
364
  def allow_guest(self, allow_guest: 'bool'):
365
- """Sets the allow_guest of this OrgsIdBody.
365
+ """Sets the allow_guest of this OrganizationsServiceUpdateOrganizationBody.
366
366
 
367
367
 
368
- :param allow_guest: The allow_guest of this OrgsIdBody. # noqa: E501
368
+ :param allow_guest: The allow_guest of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
369
369
  :type: bool
370
370
  """
371
371
 
@@ -373,20 +373,20 @@ class OrgsIdBody(object):
373
373
 
374
374
  @property
375
375
  def allow_marketplace(self) -> 'bool':
376
- """Gets the allow_marketplace of this OrgsIdBody. # noqa: E501
376
+ """Gets the allow_marketplace of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
377
377
 
378
378
 
379
- :return: The allow_marketplace of this OrgsIdBody. # noqa: E501
379
+ :return: The allow_marketplace of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
380
380
  :rtype: bool
381
381
  """
382
382
  return self._allow_marketplace
383
383
 
384
384
  @allow_marketplace.setter
385
385
  def allow_marketplace(self, allow_marketplace: 'bool'):
386
- """Sets the allow_marketplace of this OrgsIdBody.
386
+ """Sets the allow_marketplace of this OrganizationsServiceUpdateOrganizationBody.
387
387
 
388
388
 
389
- :param allow_marketplace: The allow_marketplace of this OrgsIdBody. # noqa: E501
389
+ :param allow_marketplace: The allow_marketplace of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
390
390
  :type: bool
391
391
  """
392
392
 
@@ -394,20 +394,20 @@ class OrgsIdBody(object):
394
394
 
395
395
  @property
396
396
  def allow_member_invitations(self) -> 'bool':
397
- """Gets the allow_member_invitations of this OrgsIdBody. # noqa: E501
397
+ """Gets the allow_member_invitations of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
398
398
 
399
399
 
400
- :return: The allow_member_invitations of this OrgsIdBody. # noqa: E501
400
+ :return: The allow_member_invitations of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
401
401
  :rtype: bool
402
402
  """
403
403
  return self._allow_member_invitations
404
404
 
405
405
  @allow_member_invitations.setter
406
406
  def allow_member_invitations(self, allow_member_invitations: 'bool'):
407
- """Sets the allow_member_invitations of this OrgsIdBody.
407
+ """Sets the allow_member_invitations of this OrganizationsServiceUpdateOrganizationBody.
408
408
 
409
409
 
410
- :param allow_member_invitations: The allow_member_invitations of this OrgsIdBody. # noqa: E501
410
+ :param allow_member_invitations: The allow_member_invitations of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
411
411
  :type: bool
412
412
  """
413
413
 
@@ -415,20 +415,20 @@ class OrgsIdBody(object):
415
415
 
416
416
  @property
417
417
  def allow_member_teamspace_creation(self) -> 'bool':
418
- """Gets the allow_member_teamspace_creation of this OrgsIdBody. # noqa: E501
418
+ """Gets the allow_member_teamspace_creation of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
419
419
 
420
420
 
421
- :return: The allow_member_teamspace_creation of this OrgsIdBody. # noqa: E501
421
+ :return: The allow_member_teamspace_creation of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
422
422
  :rtype: bool
423
423
  """
424
424
  return self._allow_member_teamspace_creation
425
425
 
426
426
  @allow_member_teamspace_creation.setter
427
427
  def allow_member_teamspace_creation(self, allow_member_teamspace_creation: 'bool'):
428
- """Sets the allow_member_teamspace_creation of this OrgsIdBody.
428
+ """Sets the allow_member_teamspace_creation of this OrganizationsServiceUpdateOrganizationBody.
429
429
 
430
430
 
431
- :param allow_member_teamspace_creation: The allow_member_teamspace_creation of this OrgsIdBody. # noqa: E501
431
+ :param allow_member_teamspace_creation: The allow_member_teamspace_creation of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
432
432
  :type: bool
433
433
  """
434
434
 
@@ -436,20 +436,20 @@ class OrgsIdBody(object):
436
436
 
437
437
  @property
438
438
  def auto_invite_by_domain(self) -> 'bool':
439
- """Gets the auto_invite_by_domain of this OrgsIdBody. # noqa: E501
439
+ """Gets the auto_invite_by_domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
440
440
 
441
441
 
442
- :return: The auto_invite_by_domain of this OrgsIdBody. # noqa: E501
442
+ :return: The auto_invite_by_domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
443
443
  :rtype: bool
444
444
  """
445
445
  return self._auto_invite_by_domain
446
446
 
447
447
  @auto_invite_by_domain.setter
448
448
  def auto_invite_by_domain(self, auto_invite_by_domain: 'bool'):
449
- """Sets the auto_invite_by_domain of this OrgsIdBody.
449
+ """Sets the auto_invite_by_domain of this OrganizationsServiceUpdateOrganizationBody.
450
450
 
451
451
 
452
- :param auto_invite_by_domain: The auto_invite_by_domain of this OrgsIdBody. # noqa: E501
452
+ :param auto_invite_by_domain: The auto_invite_by_domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
453
453
  :type: bool
454
454
  """
455
455
 
@@ -457,20 +457,20 @@ class OrgsIdBody(object):
457
457
 
458
458
  @property
459
459
  def auto_join_domains(self) -> 'list[str]':
460
- """Gets the auto_join_domains of this OrgsIdBody. # noqa: E501
460
+ """Gets the auto_join_domains of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
461
461
 
462
462
 
463
- :return: The auto_join_domains of this OrgsIdBody. # noqa: E501
463
+ :return: The auto_join_domains of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
464
464
  :rtype: list[str]
465
465
  """
466
466
  return self._auto_join_domains
467
467
 
468
468
  @auto_join_domains.setter
469
469
  def auto_join_domains(self, auto_join_domains: 'list[str]'):
470
- """Sets the auto_join_domains of this OrgsIdBody.
470
+ """Sets the auto_join_domains of this OrganizationsServiceUpdateOrganizationBody.
471
471
 
472
472
 
473
- :param auto_join_domains: The auto_join_domains of this OrgsIdBody. # noqa: E501
473
+ :param auto_join_domains: The auto_join_domains of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
474
474
  :type: list[str]
475
475
  """
476
476
 
@@ -478,20 +478,20 @@ class OrgsIdBody(object):
478
478
 
479
479
  @property
480
480
  def auto_replenish_amount(self) -> 'float':
481
- """Gets the auto_replenish_amount of this OrgsIdBody. # noqa: E501
481
+ """Gets the auto_replenish_amount of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
482
482
 
483
483
 
484
- :return: The auto_replenish_amount of this OrgsIdBody. # noqa: E501
484
+ :return: The auto_replenish_amount of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
485
485
  :rtype: float
486
486
  """
487
487
  return self._auto_replenish_amount
488
488
 
489
489
  @auto_replenish_amount.setter
490
490
  def auto_replenish_amount(self, auto_replenish_amount: 'float'):
491
- """Sets the auto_replenish_amount of this OrgsIdBody.
491
+ """Sets the auto_replenish_amount of this OrganizationsServiceUpdateOrganizationBody.
492
492
 
493
493
 
494
- :param auto_replenish_amount: The auto_replenish_amount of this OrgsIdBody. # noqa: E501
494
+ :param auto_replenish_amount: The auto_replenish_amount of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
495
495
  :type: float
496
496
  """
497
497
 
@@ -499,20 +499,20 @@ class OrgsIdBody(object):
499
499
 
500
500
  @property
501
501
  def auto_replenish_threshold(self) -> 'float':
502
- """Gets the auto_replenish_threshold of this OrgsIdBody. # noqa: E501
502
+ """Gets the auto_replenish_threshold of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
503
503
 
504
504
 
505
- :return: The auto_replenish_threshold of this OrgsIdBody. # noqa: E501
505
+ :return: The auto_replenish_threshold of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
506
506
  :rtype: float
507
507
  """
508
508
  return self._auto_replenish_threshold
509
509
 
510
510
  @auto_replenish_threshold.setter
511
511
  def auto_replenish_threshold(self, auto_replenish_threshold: 'float'):
512
- """Sets the auto_replenish_threshold of this OrgsIdBody.
512
+ """Sets the auto_replenish_threshold of this OrganizationsServiceUpdateOrganizationBody.
513
513
 
514
514
 
515
- :param auto_replenish_threshold: The auto_replenish_threshold of this OrgsIdBody. # noqa: E501
515
+ :param auto_replenish_threshold: The auto_replenish_threshold of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
516
516
  :type: float
517
517
  """
518
518
 
@@ -520,20 +520,20 @@ class OrgsIdBody(object):
520
520
 
521
521
  @property
522
522
  def auto_switch_machine(self) -> 'bool':
523
- """Gets the auto_switch_machine of this OrgsIdBody. # noqa: E501
523
+ """Gets the auto_switch_machine of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
524
524
 
525
525
 
526
- :return: The auto_switch_machine of this OrgsIdBody. # noqa: E501
526
+ :return: The auto_switch_machine of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
527
527
  :rtype: bool
528
528
  """
529
529
  return self._auto_switch_machine
530
530
 
531
531
  @auto_switch_machine.setter
532
532
  def auto_switch_machine(self, auto_switch_machine: 'bool'):
533
- """Sets the auto_switch_machine of this OrgsIdBody.
533
+ """Sets the auto_switch_machine of this OrganizationsServiceUpdateOrganizationBody.
534
534
 
535
535
 
536
- :param auto_switch_machine: The auto_switch_machine of this OrgsIdBody. # noqa: E501
536
+ :param auto_switch_machine: The auto_switch_machine of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
537
537
  :type: bool
538
538
  """
539
539
 
@@ -541,20 +541,20 @@ class OrgsIdBody(object):
541
541
 
542
542
  @property
543
543
  def default_machine_type(self) -> 'str':
544
- """Gets the default_machine_type of this OrgsIdBody. # noqa: E501
544
+ """Gets the default_machine_type of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
545
545
 
546
546
 
547
- :return: The default_machine_type of this OrgsIdBody. # noqa: E501
547
+ :return: The default_machine_type of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
548
548
  :rtype: str
549
549
  """
550
550
  return self._default_machine_type
551
551
 
552
552
  @default_machine_type.setter
553
553
  def default_machine_type(self, default_machine_type: 'str'):
554
- """Sets the default_machine_type of this OrgsIdBody.
554
+ """Sets the default_machine_type of this OrganizationsServiceUpdateOrganizationBody.
555
555
 
556
556
 
557
- :param default_machine_type: The default_machine_type of this OrgsIdBody. # noqa: E501
557
+ :param default_machine_type: The default_machine_type of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
558
558
  :type: str
559
559
  """
560
560
 
@@ -562,20 +562,20 @@ class OrgsIdBody(object):
562
562
 
563
563
  @property
564
564
  def default_project_id(self) -> 'str':
565
- """Gets the default_project_id of this OrgsIdBody. # noqa: E501
565
+ """Gets the default_project_id of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
566
566
 
567
567
 
568
- :return: The default_project_id of this OrgsIdBody. # noqa: E501
568
+ :return: The default_project_id of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
569
569
  :rtype: str
570
570
  """
571
571
  return self._default_project_id
572
572
 
573
573
  @default_project_id.setter
574
574
  def default_project_id(self, default_project_id: 'str'):
575
- """Sets the default_project_id of this OrgsIdBody.
575
+ """Sets the default_project_id of this OrganizationsServiceUpdateOrganizationBody.
576
576
 
577
577
 
578
- :param default_project_id: The default_project_id of this OrgsIdBody. # noqa: E501
578
+ :param default_project_id: The default_project_id of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
579
579
  :type: str
580
580
  """
581
581
 
@@ -583,20 +583,20 @@ class OrgsIdBody(object):
583
583
 
584
584
  @property
585
585
  def description(self) -> 'str':
586
- """Gets the description of this OrgsIdBody. # noqa: E501
586
+ """Gets the description of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
587
587
 
588
588
 
589
- :return: The description of this OrgsIdBody. # noqa: E501
589
+ :return: The description of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
590
590
  :rtype: str
591
591
  """
592
592
  return self._description
593
593
 
594
594
  @description.setter
595
595
  def description(self, description: 'str'):
596
- """Sets the description of this OrgsIdBody.
596
+ """Sets the description of this OrganizationsServiceUpdateOrganizationBody.
597
597
 
598
598
 
599
- :param description: The description of this OrgsIdBody. # noqa: E501
599
+ :param description: The description of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
600
600
  :type: str
601
601
  """
602
602
 
@@ -604,20 +604,20 @@ class OrgsIdBody(object):
604
604
 
605
605
  @property
606
606
  def disallow_aws_saas(self) -> 'bool':
607
- """Gets the disallow_aws_saas of this OrgsIdBody. # noqa: E501
607
+ """Gets the disallow_aws_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
608
608
 
609
609
 
610
- :return: The disallow_aws_saas of this OrgsIdBody. # noqa: E501
610
+ :return: The disallow_aws_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
611
611
  :rtype: bool
612
612
  """
613
613
  return self._disallow_aws_saas
614
614
 
615
615
  @disallow_aws_saas.setter
616
616
  def disallow_aws_saas(self, disallow_aws_saas: 'bool'):
617
- """Sets the disallow_aws_saas of this OrgsIdBody.
617
+ """Sets the disallow_aws_saas of this OrganizationsServiceUpdateOrganizationBody.
618
618
 
619
619
 
620
- :param disallow_aws_saas: The disallow_aws_saas of this OrgsIdBody. # noqa: E501
620
+ :param disallow_aws_saas: The disallow_aws_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
621
621
  :type: bool
622
622
  """
623
623
 
@@ -625,20 +625,20 @@ class OrgsIdBody(object):
625
625
 
626
626
  @property
627
627
  def disallow_dgx_saas(self) -> 'bool':
628
- """Gets the disallow_dgx_saas of this OrgsIdBody. # noqa: E501
628
+ """Gets the disallow_dgx_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
629
629
 
630
630
 
631
- :return: The disallow_dgx_saas of this OrgsIdBody. # noqa: E501
631
+ :return: The disallow_dgx_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
632
632
  :rtype: bool
633
633
  """
634
634
  return self._disallow_dgx_saas
635
635
 
636
636
  @disallow_dgx_saas.setter
637
637
  def disallow_dgx_saas(self, disallow_dgx_saas: 'bool'):
638
- """Sets the disallow_dgx_saas of this OrgsIdBody.
638
+ """Sets the disallow_dgx_saas of this OrganizationsServiceUpdateOrganizationBody.
639
639
 
640
640
 
641
- :param disallow_dgx_saas: The disallow_dgx_saas of this OrgsIdBody. # noqa: E501
641
+ :param disallow_dgx_saas: The disallow_dgx_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
642
642
  :type: bool
643
643
  """
644
644
 
@@ -646,20 +646,20 @@ class OrgsIdBody(object):
646
646
 
647
647
  @property
648
648
  def disallow_gcp_saas(self) -> 'bool':
649
- """Gets the disallow_gcp_saas of this OrgsIdBody. # noqa: E501
649
+ """Gets the disallow_gcp_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
650
650
 
651
651
 
652
- :return: The disallow_gcp_saas of this OrgsIdBody. # noqa: E501
652
+ :return: The disallow_gcp_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
653
653
  :rtype: bool
654
654
  """
655
655
  return self._disallow_gcp_saas
656
656
 
657
657
  @disallow_gcp_saas.setter
658
658
  def disallow_gcp_saas(self, disallow_gcp_saas: 'bool'):
659
- """Sets the disallow_gcp_saas of this OrgsIdBody.
659
+ """Sets the disallow_gcp_saas of this OrganizationsServiceUpdateOrganizationBody.
660
660
 
661
661
 
662
- :param disallow_gcp_saas: The disallow_gcp_saas of this OrgsIdBody. # noqa: E501
662
+ :param disallow_gcp_saas: The disallow_gcp_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
663
663
  :type: bool
664
664
  """
665
665
 
@@ -667,20 +667,20 @@ class OrgsIdBody(object):
667
667
 
668
668
  @property
669
669
  def disallow_lambda_saas(self) -> 'bool':
670
- """Gets the disallow_lambda_saas of this OrgsIdBody. # noqa: E501
670
+ """Gets the disallow_lambda_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
671
671
 
672
672
 
673
- :return: The disallow_lambda_saas of this OrgsIdBody. # noqa: E501
673
+ :return: The disallow_lambda_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
674
674
  :rtype: bool
675
675
  """
676
676
  return self._disallow_lambda_saas
677
677
 
678
678
  @disallow_lambda_saas.setter
679
679
  def disallow_lambda_saas(self, disallow_lambda_saas: 'bool'):
680
- """Sets the disallow_lambda_saas of this OrgsIdBody.
680
+ """Sets the disallow_lambda_saas of this OrganizationsServiceUpdateOrganizationBody.
681
681
 
682
682
 
683
- :param disallow_lambda_saas: The disallow_lambda_saas of this OrgsIdBody. # noqa: E501
683
+ :param disallow_lambda_saas: The disallow_lambda_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
684
684
  :type: bool
685
685
  """
686
686
 
@@ -688,20 +688,20 @@ class OrgsIdBody(object):
688
688
 
689
689
  @property
690
690
  def disallow_lightning_saas(self) -> 'bool':
691
- """Gets the disallow_lightning_saas of this OrgsIdBody. # noqa: E501
691
+ """Gets the disallow_lightning_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
692
692
 
693
693
 
694
- :return: The disallow_lightning_saas of this OrgsIdBody. # noqa: E501
694
+ :return: The disallow_lightning_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
695
695
  :rtype: bool
696
696
  """
697
697
  return self._disallow_lightning_saas
698
698
 
699
699
  @disallow_lightning_saas.setter
700
700
  def disallow_lightning_saas(self, disallow_lightning_saas: 'bool'):
701
- """Sets the disallow_lightning_saas of this OrgsIdBody.
701
+ """Sets the disallow_lightning_saas of this OrganizationsServiceUpdateOrganizationBody.
702
702
 
703
703
 
704
- :param disallow_lightning_saas: The disallow_lightning_saas of this OrgsIdBody. # noqa: E501
704
+ :param disallow_lightning_saas: The disallow_lightning_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
705
705
  :type: bool
706
706
  """
707
707
 
@@ -709,20 +709,20 @@ class OrgsIdBody(object):
709
709
 
710
710
  @property
711
711
  def disallow_nebius_saas(self) -> 'bool':
712
- """Gets the disallow_nebius_saas of this OrgsIdBody. # noqa: E501
712
+ """Gets the disallow_nebius_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
713
713
 
714
714
 
715
- :return: The disallow_nebius_saas of this OrgsIdBody. # noqa: E501
715
+ :return: The disallow_nebius_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
716
716
  :rtype: bool
717
717
  """
718
718
  return self._disallow_nebius_saas
719
719
 
720
720
  @disallow_nebius_saas.setter
721
721
  def disallow_nebius_saas(self, disallow_nebius_saas: 'bool'):
722
- """Sets the disallow_nebius_saas of this OrgsIdBody.
722
+ """Sets the disallow_nebius_saas of this OrganizationsServiceUpdateOrganizationBody.
723
723
 
724
724
 
725
- :param disallow_nebius_saas: The disallow_nebius_saas of this OrgsIdBody. # noqa: E501
725
+ :param disallow_nebius_saas: The disallow_nebius_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
726
726
  :type: bool
727
727
  """
728
728
 
@@ -730,20 +730,20 @@ class OrgsIdBody(object):
730
730
 
731
731
  @property
732
732
  def disallow_voltage_park_saas(self) -> 'bool':
733
- """Gets the disallow_voltage_park_saas of this OrgsIdBody. # noqa: E501
733
+ """Gets the disallow_voltage_park_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
734
734
 
735
735
 
736
- :return: The disallow_voltage_park_saas of this OrgsIdBody. # noqa: E501
736
+ :return: The disallow_voltage_park_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
737
737
  :rtype: bool
738
738
  """
739
739
  return self._disallow_voltage_park_saas
740
740
 
741
741
  @disallow_voltage_park_saas.setter
742
742
  def disallow_voltage_park_saas(self, disallow_voltage_park_saas: 'bool'):
743
- """Sets the disallow_voltage_park_saas of this OrgsIdBody.
743
+ """Sets the disallow_voltage_park_saas of this OrganizationsServiceUpdateOrganizationBody.
744
744
 
745
745
 
746
- :param disallow_voltage_park_saas: The disallow_voltage_park_saas of this OrgsIdBody. # noqa: E501
746
+ :param disallow_voltage_park_saas: The disallow_voltage_park_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
747
747
  :type: bool
748
748
  """
749
749
 
@@ -751,20 +751,20 @@ class OrgsIdBody(object):
751
751
 
752
752
  @property
753
753
  def disallow_vultr_saas(self) -> 'bool':
754
- """Gets the disallow_vultr_saas of this OrgsIdBody. # noqa: E501
754
+ """Gets the disallow_vultr_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
755
755
 
756
756
 
757
- :return: The disallow_vultr_saas of this OrgsIdBody. # noqa: E501
757
+ :return: The disallow_vultr_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
758
758
  :rtype: bool
759
759
  """
760
760
  return self._disallow_vultr_saas
761
761
 
762
762
  @disallow_vultr_saas.setter
763
763
  def disallow_vultr_saas(self, disallow_vultr_saas: 'bool'):
764
- """Sets the disallow_vultr_saas of this OrgsIdBody.
764
+ """Sets the disallow_vultr_saas of this OrganizationsServiceUpdateOrganizationBody.
765
765
 
766
766
 
767
- :param disallow_vultr_saas: The disallow_vultr_saas of this OrgsIdBody. # noqa: E501
767
+ :param disallow_vultr_saas: The disallow_vultr_saas of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
768
768
  :type: bool
769
769
  """
770
770
 
@@ -772,20 +772,20 @@ class OrgsIdBody(object):
772
772
 
773
773
  @property
774
774
  def display_name(self) -> 'str':
775
- """Gets the display_name of this OrgsIdBody. # noqa: E501
775
+ """Gets the display_name of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
776
776
 
777
777
 
778
- :return: The display_name of this OrgsIdBody. # noqa: E501
778
+ :return: The display_name of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
779
779
  :rtype: str
780
780
  """
781
781
  return self._display_name
782
782
 
783
783
  @display_name.setter
784
784
  def display_name(self, display_name: 'str'):
785
- """Sets the display_name of this OrgsIdBody.
785
+ """Sets the display_name of this OrganizationsServiceUpdateOrganizationBody.
786
786
 
787
787
 
788
- :param display_name: The display_name of this OrgsIdBody. # noqa: E501
788
+ :param display_name: The display_name of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
789
789
  :type: str
790
790
  """
791
791
 
@@ -793,20 +793,20 @@ class OrgsIdBody(object):
793
793
 
794
794
  @property
795
795
  def domain(self) -> 'str':
796
- """Gets the domain of this OrgsIdBody. # noqa: E501
796
+ """Gets the domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
797
797
 
798
798
 
799
- :return: The domain of this OrgsIdBody. # noqa: E501
799
+ :return: The domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
800
800
  :rtype: str
801
801
  """
802
802
  return self._domain
803
803
 
804
804
  @domain.setter
805
805
  def domain(self, domain: 'str'):
806
- """Sets the domain of this OrgsIdBody.
806
+ """Sets the domain of this OrganizationsServiceUpdateOrganizationBody.
807
807
 
808
808
 
809
- :param domain: The domain of this OrgsIdBody. # noqa: E501
809
+ :param domain: The domain of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
810
810
  :type: str
811
811
  """
812
812
 
@@ -814,20 +814,20 @@ class OrgsIdBody(object):
814
814
 
815
815
  @property
816
816
  def email(self) -> 'str':
817
- """Gets the email of this OrgsIdBody. # noqa: E501
817
+ """Gets the email of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
818
818
 
819
819
 
820
- :return: The email of this OrgsIdBody. # noqa: E501
820
+ :return: The email of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
821
821
  :rtype: str
822
822
  """
823
823
  return self._email
824
824
 
825
825
  @email.setter
826
826
  def email(self, email: 'str'):
827
- """Sets the email of this OrgsIdBody.
827
+ """Sets the email of this OrganizationsServiceUpdateOrganizationBody.
828
828
 
829
829
 
830
- :param email: The email of this OrgsIdBody. # noqa: E501
830
+ :param email: The email of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
831
831
  :type: str
832
832
  """
833
833
 
@@ -835,20 +835,20 @@ class OrgsIdBody(object):
835
835
 
836
836
  @property
837
837
  def featured_gallery(self) -> 'bool':
838
- """Gets the featured_gallery of this OrgsIdBody. # noqa: E501
838
+ """Gets the featured_gallery of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
839
839
 
840
840
 
841
- :return: The featured_gallery of this OrgsIdBody. # noqa: E501
841
+ :return: The featured_gallery of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
842
842
  :rtype: bool
843
843
  """
844
844
  return self._featured_gallery
845
845
 
846
846
  @featured_gallery.setter
847
847
  def featured_gallery(self, featured_gallery: 'bool'):
848
- """Sets the featured_gallery of this OrgsIdBody.
848
+ """Sets the featured_gallery of this OrganizationsServiceUpdateOrganizationBody.
849
849
 
850
850
 
851
- :param featured_gallery: The featured_gallery of this OrgsIdBody. # noqa: E501
851
+ :param featured_gallery: The featured_gallery of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
852
852
  :type: bool
853
853
  """
854
854
 
@@ -856,20 +856,20 @@ class OrgsIdBody(object):
856
856
 
857
857
  @property
858
858
  def location(self) -> 'str':
859
- """Gets the location of this OrgsIdBody. # noqa: E501
859
+ """Gets the location of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
860
860
 
861
861
 
862
- :return: The location of this OrgsIdBody. # noqa: E501
862
+ :return: The location of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
863
863
  :rtype: str
864
864
  """
865
865
  return self._location
866
866
 
867
867
  @location.setter
868
868
  def location(self, location: 'str'):
869
- """Sets the location of this OrgsIdBody.
869
+ """Sets the location of this OrganizationsServiceUpdateOrganizationBody.
870
870
 
871
871
 
872
- :param location: The location of this OrgsIdBody. # noqa: E501
872
+ :param location: The location of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
873
873
  :type: str
874
874
  """
875
875
 
@@ -877,20 +877,20 @@ class OrgsIdBody(object):
877
877
 
878
878
  @property
879
879
  def preferred_cluster(self) -> 'str':
880
- """Gets the preferred_cluster of this OrgsIdBody. # noqa: E501
880
+ """Gets the preferred_cluster of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
881
881
 
882
882
 
883
- :return: The preferred_cluster of this OrgsIdBody. # noqa: E501
883
+ :return: The preferred_cluster of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
884
884
  :rtype: str
885
885
  """
886
886
  return self._preferred_cluster
887
887
 
888
888
  @preferred_cluster.setter
889
889
  def preferred_cluster(self, preferred_cluster: 'str'):
890
- """Sets the preferred_cluster of this OrgsIdBody.
890
+ """Sets the preferred_cluster of this OrganizationsServiceUpdateOrganizationBody.
891
891
 
892
892
 
893
- :param preferred_cluster: The preferred_cluster of this OrgsIdBody. # noqa: E501
893
+ :param preferred_cluster: The preferred_cluster of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
894
894
  :type: str
895
895
  """
896
896
 
@@ -898,20 +898,20 @@ class OrgsIdBody(object):
898
898
 
899
899
  @property
900
900
  def preferred_deployment_provider(self) -> 'str':
901
- """Gets the preferred_deployment_provider of this OrgsIdBody. # noqa: E501
901
+ """Gets the preferred_deployment_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
902
902
 
903
903
 
904
- :return: The preferred_deployment_provider of this OrgsIdBody. # noqa: E501
904
+ :return: The preferred_deployment_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
905
905
  :rtype: str
906
906
  """
907
907
  return self._preferred_deployment_provider
908
908
 
909
909
  @preferred_deployment_provider.setter
910
910
  def preferred_deployment_provider(self, preferred_deployment_provider: 'str'):
911
- """Sets the preferred_deployment_provider of this OrgsIdBody.
911
+ """Sets the preferred_deployment_provider of this OrganizationsServiceUpdateOrganizationBody.
912
912
 
913
913
 
914
- :param preferred_deployment_provider: The preferred_deployment_provider of this OrgsIdBody. # noqa: E501
914
+ :param preferred_deployment_provider: The preferred_deployment_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
915
915
  :type: str
916
916
  """
917
917
 
@@ -919,20 +919,20 @@ class OrgsIdBody(object):
919
919
 
920
920
  @property
921
921
  def preferred_studio_provider(self) -> 'str':
922
- """Gets the preferred_studio_provider of this OrgsIdBody. # noqa: E501
922
+ """Gets the preferred_studio_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
923
923
 
924
924
 
925
- :return: The preferred_studio_provider of this OrgsIdBody. # noqa: E501
925
+ :return: The preferred_studio_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
926
926
  :rtype: str
927
927
  """
928
928
  return self._preferred_studio_provider
929
929
 
930
930
  @preferred_studio_provider.setter
931
931
  def preferred_studio_provider(self, preferred_studio_provider: 'str'):
932
- """Sets the preferred_studio_provider of this OrgsIdBody.
932
+ """Sets the preferred_studio_provider of this OrganizationsServiceUpdateOrganizationBody.
933
933
 
934
934
 
935
- :param preferred_studio_provider: The preferred_studio_provider of this OrgsIdBody. # noqa: E501
935
+ :param preferred_studio_provider: The preferred_studio_provider of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
936
936
  :type: str
937
937
  """
938
938
 
@@ -940,20 +940,20 @@ class OrgsIdBody(object):
940
940
 
941
941
  @property
942
942
  def show_model_apis_tab(self) -> 'bool':
943
- """Gets the show_model_apis_tab of this OrgsIdBody. # noqa: E501
943
+ """Gets the show_model_apis_tab of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
944
944
 
945
945
 
946
- :return: The show_model_apis_tab of this OrgsIdBody. # noqa: E501
946
+ :return: The show_model_apis_tab of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
947
947
  :rtype: bool
948
948
  """
949
949
  return self._show_model_apis_tab
950
950
 
951
951
  @show_model_apis_tab.setter
952
952
  def show_model_apis_tab(self, show_model_apis_tab: 'bool'):
953
- """Sets the show_model_apis_tab of this OrgsIdBody.
953
+ """Sets the show_model_apis_tab of this OrganizationsServiceUpdateOrganizationBody.
954
954
 
955
955
 
956
- :param show_model_apis_tab: The show_model_apis_tab of this OrgsIdBody. # noqa: E501
956
+ :param show_model_apis_tab: The show_model_apis_tab of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
957
957
  :type: bool
958
958
  """
959
959
 
@@ -961,20 +961,20 @@ class OrgsIdBody(object):
961
961
 
962
962
  @property
963
963
  def start_studios_on_spot_instance(self) -> 'bool':
964
- """Gets the start_studios_on_spot_instance of this OrgsIdBody. # noqa: E501
964
+ """Gets the start_studios_on_spot_instance of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
965
965
 
966
966
 
967
- :return: The start_studios_on_spot_instance of this OrgsIdBody. # noqa: E501
967
+ :return: The start_studios_on_spot_instance of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
968
968
  :rtype: bool
969
969
  """
970
970
  return self._start_studios_on_spot_instance
971
971
 
972
972
  @start_studios_on_spot_instance.setter
973
973
  def start_studios_on_spot_instance(self, start_studios_on_spot_instance: 'bool'):
974
- """Sets the start_studios_on_spot_instance of this OrgsIdBody.
974
+ """Sets the start_studios_on_spot_instance of this OrganizationsServiceUpdateOrganizationBody.
975
975
 
976
976
 
977
- :param start_studios_on_spot_instance: The start_studios_on_spot_instance of this OrgsIdBody. # noqa: E501
977
+ :param start_studios_on_spot_instance: The start_studios_on_spot_instance of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
978
978
  :type: bool
979
979
  """
980
980
 
@@ -982,20 +982,20 @@ class OrgsIdBody(object):
982
982
 
983
983
  @property
984
984
  def switch_to_default_machine_on_idle(self) -> 'bool':
985
- """Gets the switch_to_default_machine_on_idle of this OrgsIdBody. # noqa: E501
985
+ """Gets the switch_to_default_machine_on_idle of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
986
986
 
987
987
 
988
- :return: The switch_to_default_machine_on_idle of this OrgsIdBody. # noqa: E501
988
+ :return: The switch_to_default_machine_on_idle of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
989
989
  :rtype: bool
990
990
  """
991
991
  return self._switch_to_default_machine_on_idle
992
992
 
993
993
  @switch_to_default_machine_on_idle.setter
994
994
  def switch_to_default_machine_on_idle(self, switch_to_default_machine_on_idle: 'bool'):
995
- """Sets the switch_to_default_machine_on_idle of this OrgsIdBody.
995
+ """Sets the switch_to_default_machine_on_idle of this OrganizationsServiceUpdateOrganizationBody.
996
996
 
997
997
 
998
- :param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this OrgsIdBody. # noqa: E501
998
+ :param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
999
999
  :type: bool
1000
1000
  """
1001
1001
 
@@ -1003,20 +1003,20 @@ class OrgsIdBody(object):
1003
1003
 
1004
1004
  @property
1005
1005
  def teamspace_default_credits(self) -> 'float':
1006
- """Gets the teamspace_default_credits of this OrgsIdBody. # noqa: E501
1006
+ """Gets the teamspace_default_credits of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1007
1007
 
1008
1008
 
1009
- :return: The teamspace_default_credits of this OrgsIdBody. # noqa: E501
1009
+ :return: The teamspace_default_credits of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1010
1010
  :rtype: float
1011
1011
  """
1012
1012
  return self._teamspace_default_credits
1013
1013
 
1014
1014
  @teamspace_default_credits.setter
1015
1015
  def teamspace_default_credits(self, teamspace_default_credits: 'float'):
1016
- """Sets the teamspace_default_credits of this OrgsIdBody.
1016
+ """Sets the teamspace_default_credits of this OrganizationsServiceUpdateOrganizationBody.
1017
1017
 
1018
1018
 
1019
- :param teamspace_default_credits: The teamspace_default_credits of this OrgsIdBody. # noqa: E501
1019
+ :param teamspace_default_credits: The teamspace_default_credits of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1020
1020
  :type: float
1021
1021
  """
1022
1022
 
@@ -1024,20 +1024,20 @@ class OrgsIdBody(object):
1024
1024
 
1025
1025
  @property
1026
1026
  def twitter_username(self) -> 'str':
1027
- """Gets the twitter_username of this OrgsIdBody. # noqa: E501
1027
+ """Gets the twitter_username of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1028
1028
 
1029
1029
 
1030
- :return: The twitter_username of this OrgsIdBody. # noqa: E501
1030
+ :return: The twitter_username of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1031
1031
  :rtype: str
1032
1032
  """
1033
1033
  return self._twitter_username
1034
1034
 
1035
1035
  @twitter_username.setter
1036
1036
  def twitter_username(self, twitter_username: 'str'):
1037
- """Sets the twitter_username of this OrgsIdBody.
1037
+ """Sets the twitter_username of this OrganizationsServiceUpdateOrganizationBody.
1038
1038
 
1039
1039
 
1040
- :param twitter_username: The twitter_username of this OrgsIdBody. # noqa: E501
1040
+ :param twitter_username: The twitter_username of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1041
1041
  :type: str
1042
1042
  """
1043
1043
 
@@ -1045,20 +1045,20 @@ class OrgsIdBody(object):
1045
1045
 
1046
1046
  @property
1047
1047
  def workload_max_run_duration(self) -> 'str':
1048
- """Gets the workload_max_run_duration of this OrgsIdBody. # noqa: E501
1048
+ """Gets the workload_max_run_duration of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1049
1049
 
1050
1050
 
1051
- :return: The workload_max_run_duration of this OrgsIdBody. # noqa: E501
1051
+ :return: The workload_max_run_duration of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1052
1052
  :rtype: str
1053
1053
  """
1054
1054
  return self._workload_max_run_duration
1055
1055
 
1056
1056
  @workload_max_run_duration.setter
1057
1057
  def workload_max_run_duration(self, workload_max_run_duration: 'str'):
1058
- """Sets the workload_max_run_duration of this OrgsIdBody.
1058
+ """Sets the workload_max_run_duration of this OrganizationsServiceUpdateOrganizationBody.
1059
1059
 
1060
1060
 
1061
- :param workload_max_run_duration: The workload_max_run_duration of this OrgsIdBody. # noqa: E501
1061
+ :param workload_max_run_duration: The workload_max_run_duration of this OrganizationsServiceUpdateOrganizationBody. # noqa: E501
1062
1062
  :type: str
1063
1063
  """
1064
1064
 
@@ -1085,7 +1085,7 @@ class OrgsIdBody(object):
1085
1085
  ))
1086
1086
  else:
1087
1087
  result[attr] = value
1088
- if issubclass(OrgsIdBody, dict):
1088
+ if issubclass(OrganizationsServiceUpdateOrganizationBody, dict):
1089
1089
  for key, value in self.items():
1090
1090
  result[key] = value
1091
1091
 
@@ -1099,13 +1099,13 @@ class OrgsIdBody(object):
1099
1099
  """For `print` and `pprint`"""
1100
1100
  return self.to_str()
1101
1101
 
1102
- def __eq__(self, other: 'OrgsIdBody') -> bool:
1102
+ def __eq__(self, other: 'OrganizationsServiceUpdateOrganizationBody') -> bool:
1103
1103
  """Returns true if both objects are equal"""
1104
- if not isinstance(other, OrgsIdBody):
1104
+ if not isinstance(other, OrganizationsServiceUpdateOrganizationBody):
1105
1105
  return False
1106
1106
 
1107
1107
  return self.__dict__ == other.__dict__
1108
1108
 
1109
- def __ne__(self, other: 'OrgsIdBody') -> bool:
1109
+ def __ne__(self, other: 'OrganizationsServiceUpdateOrganizationBody') -> bool:
1110
1110
  """Returns true if both objects are not equal"""
1111
1111
  return not self == other