daytona_api_client 0.0.0.dev0__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 (202) hide show
  1. daytona_api_client/__init__.py +195 -0
  2. daytona_api_client/api/__init__.py +21 -0
  3. daytona_api_client/api/api_keys_api.py +1673 -0
  4. daytona_api_client/api/audit_api.py +750 -0
  5. daytona_api_client/api/config_api.py +279 -0
  6. daytona_api_client/api/default_api.py +1884 -0
  7. daytona_api_client/api/docker_registry_api.py +1965 -0
  8. daytona_api_client/api/health_api.py +282 -0
  9. daytona_api_client/api/object_storage_api.py +299 -0
  10. daytona_api_client/api/organizations_api.py +7836 -0
  11. daytona_api_client/api/preview_api.py +826 -0
  12. daytona_api_client/api/regions_api.py +316 -0
  13. daytona_api_client/api/runners_api.py +1560 -0
  14. daytona_api_client/api/sandbox_api.py +6927 -0
  15. daytona_api_client/api/snapshots_api.py +2630 -0
  16. daytona_api_client/api/toolbox_api.py +20759 -0
  17. daytona_api_client/api/users_api.py +2319 -0
  18. daytona_api_client/api/volumes_api.py +1419 -0
  19. daytona_api_client/api/webhooks_api.py +1704 -0
  20. daytona_api_client/api/workspace_api.py +4036 -0
  21. daytona_api_client/api_client.py +798 -0
  22. daytona_api_client/api_response.py +21 -0
  23. daytona_api_client/configuration.py +583 -0
  24. daytona_api_client/exceptions.py +217 -0
  25. daytona_api_client/models/__init__.py +162 -0
  26. daytona_api_client/models/account_provider.py +103 -0
  27. daytona_api_client/models/announcement.py +103 -0
  28. daytona_api_client/models/api_key_list.py +132 -0
  29. daytona_api_client/models/api_key_response.py +123 -0
  30. daytona_api_client/models/audit_log.py +128 -0
  31. daytona_api_client/models/build_info.py +108 -0
  32. daytona_api_client/models/command.py +105 -0
  33. daytona_api_client/models/completion_context.py +103 -0
  34. daytona_api_client/models/completion_item.py +113 -0
  35. daytona_api_client/models/completion_list.py +111 -0
  36. daytona_api_client/models/compressed_screenshot_response.py +105 -0
  37. daytona_api_client/models/computer_use_start_response.py +103 -0
  38. daytona_api_client/models/computer_use_status_response.py +108 -0
  39. daytona_api_client/models/computer_use_stop_response.py +103 -0
  40. daytona_api_client/models/create_api_key.py +119 -0
  41. daytona_api_client/models/create_audit_log.py +128 -0
  42. daytona_api_client/models/create_build_info.py +103 -0
  43. daytona_api_client/models/create_docker_registry.py +120 -0
  44. daytona_api_client/models/create_linked_account.py +103 -0
  45. daytona_api_client/models/create_organization.py +103 -0
  46. daytona_api_client/models/create_organization_invitation.py +115 -0
  47. daytona_api_client/models/create_organization_quota.py +117 -0
  48. daytona_api_client/models/create_organization_role.py +113 -0
  49. daytona_api_client/models/create_runner.py +130 -0
  50. daytona_api_client/models/create_sandbox.py +159 -0
  51. daytona_api_client/models/create_session_request.py +101 -0
  52. daytona_api_client/models/create_snapshot.py +121 -0
  53. daytona_api_client/models/create_user.py +127 -0
  54. daytona_api_client/models/create_volume.py +101 -0
  55. daytona_api_client/models/create_workspace.py +161 -0
  56. daytona_api_client/models/daytona_configuration.py +158 -0
  57. daytona_api_client/models/display_info_response.py +101 -0
  58. daytona_api_client/models/docker_registry.py +123 -0
  59. daytona_api_client/models/download_files.py +101 -0
  60. daytona_api_client/models/empty_response.py +101 -0
  61. daytona_api_client/models/execute_request.py +105 -0
  62. daytona_api_client/models/execute_response.py +103 -0
  63. daytona_api_client/models/file_info.py +115 -0
  64. daytona_api_client/models/file_status.py +107 -0
  65. daytona_api_client/models/git_add_request.py +103 -0
  66. daytona_api_client/models/git_branch_request.py +103 -0
  67. daytona_api_client/models/git_checkout_request.py +103 -0
  68. daytona_api_client/models/git_clone_request.py +111 -0
  69. daytona_api_client/models/git_commit_info.py +109 -0
  70. daytona_api_client/models/git_commit_request.py +109 -0
  71. daytona_api_client/models/git_commit_response.py +101 -0
  72. daytona_api_client/models/git_delete_branch_request.py +103 -0
  73. daytona_api_client/models/git_repo_request.py +105 -0
  74. daytona_api_client/models/git_status.py +117 -0
  75. daytona_api_client/models/health_controller_check200_response.py +154 -0
  76. daytona_api_client/models/health_controller_check200_response_info_value.py +101 -0
  77. daytona_api_client/models/health_controller_check503_response.py +154 -0
  78. daytona_api_client/models/keyboard_hotkey_request.py +101 -0
  79. daytona_api_client/models/keyboard_hotkey_response.py +103 -0
  80. daytona_api_client/models/keyboard_press_request.py +103 -0
  81. daytona_api_client/models/keyboard_press_response.py +105 -0
  82. daytona_api_client/models/keyboard_type_request.py +103 -0
  83. daytona_api_client/models/keyboard_type_response.py +103 -0
  84. daytona_api_client/models/list_branch_response.py +101 -0
  85. daytona_api_client/models/lsp_completion_params.py +117 -0
  86. daytona_api_client/models/lsp_document_request.py +105 -0
  87. daytona_api_client/models/lsp_location.py +107 -0
  88. daytona_api_client/models/lsp_server_request.py +103 -0
  89. daytona_api_client/models/lsp_symbol.py +109 -0
  90. daytona_api_client/models/match.py +105 -0
  91. daytona_api_client/models/mouse_click_request.py +107 -0
  92. daytona_api_client/models/mouse_click_response.py +103 -0
  93. daytona_api_client/models/mouse_drag_request.py +109 -0
  94. daytona_api_client/models/mouse_drag_response.py +103 -0
  95. daytona_api_client/models/mouse_move_request.py +103 -0
  96. daytona_api_client/models/mouse_move_response.py +103 -0
  97. daytona_api_client/models/mouse_position.py +103 -0
  98. daytona_api_client/models/mouse_scroll_request.py +107 -0
  99. daytona_api_client/models/mouse_scroll_response.py +101 -0
  100. daytona_api_client/models/oidc_config.py +105 -0
  101. daytona_api_client/models/organization.py +153 -0
  102. daytona_api_client/models/organization_invitation.py +144 -0
  103. daytona_api_client/models/organization_role.py +122 -0
  104. daytona_api_client/models/organization_sandbox_default_limited_network_egress.py +101 -0
  105. daytona_api_client/models/organization_sandbox_default_network_block_all.py +101 -0
  106. daytona_api_client/models/organization_suspension.py +106 -0
  107. daytona_api_client/models/organization_usage_overview.py +117 -0
  108. daytona_api_client/models/organization_user.py +131 -0
  109. daytona_api_client/models/paginated_audit_logs.py +117 -0
  110. daytona_api_client/models/paginated_sandboxes.py +115 -0
  111. daytona_api_client/models/paginated_snapshots.py +115 -0
  112. daytona_api_client/models/paginated_snapshots_dto.py +115 -0
  113. daytona_api_client/models/port_preview_url.py +105 -0
  114. daytona_api_client/models/position.py +103 -0
  115. daytona_api_client/models/posthog_config.py +103 -0
  116. daytona_api_client/models/process_errors_response.py +103 -0
  117. daytona_api_client/models/process_logs_response.py +103 -0
  118. daytona_api_client/models/process_restart_response.py +103 -0
  119. daytona_api_client/models/process_status_response.py +103 -0
  120. daytona_api_client/models/project_dir_response.py +101 -0
  121. daytona_api_client/models/pty_create_request.py +111 -0
  122. daytona_api_client/models/pty_create_response.py +101 -0
  123. daytona_api_client/models/pty_list_response.py +109 -0
  124. daytona_api_client/models/pty_resize_request.py +103 -0
  125. daytona_api_client/models/pty_session_info.py +115 -0
  126. daytona_api_client/models/range.py +110 -0
  127. daytona_api_client/models/rate_limit_config.py +120 -0
  128. daytona_api_client/models/rate_limit_entry.py +103 -0
  129. daytona_api_client/models/region.py +114 -0
  130. daytona_api_client/models/region_quota.py +109 -0
  131. daytona_api_client/models/region_screenshot_response.py +105 -0
  132. daytona_api_client/models/region_usage_overview.py +113 -0
  133. daytona_api_client/models/registry_push_access_dto.py +111 -0
  134. daytona_api_client/models/replace_request.py +105 -0
  135. daytona_api_client/models/replace_result.py +105 -0
  136. daytona_api_client/models/runner.py +153 -0
  137. daytona_api_client/models/runner_region.py +39 -0
  138. daytona_api_client/models/runner_snapshot_dto.py +105 -0
  139. daytona_api_client/models/runner_state.py +41 -0
  140. daytona_api_client/models/sandbox.py +193 -0
  141. daytona_api_client/models/sandbox_class.py +39 -0
  142. daytona_api_client/models/sandbox_created_post_request.py +110 -0
  143. daytona_api_client/models/sandbox_created_post_request_data.py +152 -0
  144. daytona_api_client/models/sandbox_desired_state.py +41 -0
  145. daytona_api_client/models/sandbox_info.py +105 -0
  146. daytona_api_client/models/sandbox_labels.py +101 -0
  147. daytona_api_client/models/sandbox_state.py +52 -0
  148. daytona_api_client/models/sandbox_state_updated_post_request.py +110 -0
  149. daytona_api_client/models/sandbox_state_updated_post_request_data.py +129 -0
  150. daytona_api_client/models/sandbox_state_updated_post_request_data_sandbox.py +115 -0
  151. daytona_api_client/models/sandbox_volume.py +105 -0
  152. daytona_api_client/models/screenshot_response.py +105 -0
  153. daytona_api_client/models/search_files_response.py +101 -0
  154. daytona_api_client/models/send_webhook_dto.py +105 -0
  155. daytona_api_client/models/session.py +116 -0
  156. daytona_api_client/models/session_command_logs_response.py +103 -0
  157. daytona_api_client/models/session_execute_request.py +105 -0
  158. daytona_api_client/models/session_execute_response.py +105 -0
  159. daytona_api_client/models/set_snapshot_general_status_dto.py +101 -0
  160. daytona_api_client/models/snapshot_created_post_request.py +110 -0
  161. daytona_api_client/models/snapshot_dto.py +159 -0
  162. daytona_api_client/models/snapshot_removed_post_request.py +106 -0
  163. daytona_api_client/models/snapshot_state.py +44 -0
  164. daytona_api_client/models/snapshot_state_updated_post_request.py +110 -0
  165. daytona_api_client/models/ssh_access_dto.py +112 -0
  166. daytona_api_client/models/ssh_access_validation_dto.py +103 -0
  167. daytona_api_client/models/storage_access_dto.py +111 -0
  168. daytona_api_client/models/update_docker_registry.py +109 -0
  169. daytona_api_client/models/update_organization_default_region.py +101 -0
  170. daytona_api_client/models/update_organization_invitation.py +113 -0
  171. daytona_api_client/models/update_organization_member_access.py +110 -0
  172. daytona_api_client/models/update_organization_quota.py +162 -0
  173. daytona_api_client/models/update_organization_region_quota.py +120 -0
  174. daytona_api_client/models/update_organization_role.py +113 -0
  175. daytona_api_client/models/update_sandbox_state_dto.py +110 -0
  176. daytona_api_client/models/user.py +118 -0
  177. daytona_api_client/models/user_home_dir_response.py +101 -0
  178. daytona_api_client/models/user_public_key.py +103 -0
  179. daytona_api_client/models/volume_created_post_request.py +110 -0
  180. daytona_api_client/models/volume_created_post_request_data.py +126 -0
  181. daytona_api_client/models/volume_dto.py +126 -0
  182. daytona_api_client/models/volume_state.py +43 -0
  183. daytona_api_client/models/volume_state_updated_post_request.py +110 -0
  184. daytona_api_client/models/volume_state_updated_post_request_data.py +129 -0
  185. daytona_api_client/models/volume_state_updated_post_request_data_volume.py +115 -0
  186. daytona_api_client/models/webhook_app_portal_access.py +101 -0
  187. daytona_api_client/models/webhook_controller_get_app_portal_access200_response.py +101 -0
  188. daytona_api_client/models/webhook_controller_get_initialization_status200_response.py +118 -0
  189. daytona_api_client/models/webhook_controller_get_status200_response.py +101 -0
  190. daytona_api_client/models/webhook_initialization_status.py +121 -0
  191. daytona_api_client/models/windows_response.py +103 -0
  192. daytona_api_client/models/work_dir_response.py +101 -0
  193. daytona_api_client/models/workdir_response.py +101 -0
  194. daytona_api_client/models/workspace.py +215 -0
  195. daytona_api_client/models/workspace_port_preview_url.py +103 -0
  196. daytona_api_client/py.typed +0 -0
  197. daytona_api_client/rest.py +259 -0
  198. daytona_api_client-0.0.0.dev0.dist-info/METADATA +25 -0
  199. daytona_api_client-0.0.0.dev0.dist-info/RECORD +202 -0
  200. daytona_api_client-0.0.0.dev0.dist-info/WHEEL +5 -0
  201. daytona_api_client-0.0.0.dev0.dist-info/licenses/LICENSE +190 -0
  202. daytona_api_client-0.0.0.dev0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,105 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ReplaceResult(BaseModel):
27
+ """
28
+ ReplaceResult
29
+ """ # noqa: E501
30
+ file: Optional[StrictStr] = None
31
+ success: Optional[StrictBool] = None
32
+ error: Optional[StrictStr] = None
33
+ additional_properties: Dict[str, Any] = {}
34
+ __properties: ClassVar[List[str]] = ["file", "success", "error"]
35
+
36
+ model_config = ConfigDict(
37
+ populate_by_name=True,
38
+ validate_assignment=True,
39
+ protected_namespaces=(),
40
+ )
41
+
42
+
43
+ def to_str(self) -> str:
44
+ """Returns the string representation of the model using alias"""
45
+ return pprint.pformat(self.model_dump(by_alias=True))
46
+
47
+ def to_json(self) -> str:
48
+ """Returns the JSON representation of the model using alias"""
49
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
+ return json.dumps(self.to_dict())
51
+
52
+ @classmethod
53
+ def from_json(cls, json_str: str) -> Optional[Self]:
54
+ """Create an instance of ReplaceResult from a JSON string"""
55
+ return cls.from_dict(json.loads(json_str))
56
+
57
+ def to_dict(self) -> Dict[str, Any]:
58
+ """Return the dictionary representation of the model using alias.
59
+
60
+ This has the following differences from calling pydantic's
61
+ `self.model_dump(by_alias=True)`:
62
+
63
+ * `None` is only added to the output dict for nullable fields that
64
+ were set at model initialization. Other fields with value `None`
65
+ are ignored.
66
+ * Fields in `self.additional_properties` are added to the output dict.
67
+ """
68
+ excluded_fields: Set[str] = set([
69
+ "additional_properties",
70
+ ])
71
+
72
+ _dict = self.model_dump(
73
+ by_alias=True,
74
+ exclude=excluded_fields,
75
+ exclude_none=True,
76
+ )
77
+ # puts key-value pairs in additional_properties in the top level
78
+ if self.additional_properties is not None:
79
+ for _key, _value in self.additional_properties.items():
80
+ _dict[_key] = _value
81
+
82
+ return _dict
83
+
84
+ @classmethod
85
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
86
+ """Create an instance of ReplaceResult from a dict"""
87
+ if obj is None:
88
+ return None
89
+
90
+ if not isinstance(obj, dict):
91
+ return cls.model_validate(obj)
92
+
93
+ _obj = cls.model_validate({
94
+ "file": obj.get("file"),
95
+ "success": obj.get("success"),
96
+ "error": obj.get("error")
97
+ })
98
+ # store additional fields in additional_properties
99
+ for _key in obj.keys():
100
+ if _key not in cls.__properties:
101
+ _obj.additional_properties[_key] = obj.get(_key)
102
+
103
+ return _obj
104
+
105
+
@@ -0,0 +1,153 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
+ from daytona_api_client.models.runner_state import RunnerState
24
+ from daytona_api_client.models.sandbox_class import SandboxClass
25
+ from typing import Optional, Set
26
+ from typing_extensions import Self
27
+
28
+ class Runner(BaseModel):
29
+ """
30
+ Runner
31
+ """ # noqa: E501
32
+ id: StrictStr = Field(description="The ID of the runner")
33
+ domain: StrictStr = Field(description="The domain of the runner")
34
+ api_url: StrictStr = Field(description="The API URL of the runner", alias="apiUrl")
35
+ proxy_url: StrictStr = Field(description="The proxy URL of the runner", alias="proxyUrl")
36
+ api_key: StrictStr = Field(description="The API key for the runner", alias="apiKey")
37
+ cpu: Union[StrictFloat, StrictInt] = Field(description="The CPU capacity of the runner")
38
+ memory: Union[StrictFloat, StrictInt] = Field(description="The memory capacity of the runner in GiB")
39
+ disk: Union[StrictFloat, StrictInt] = Field(description="The disk capacity of the runner in GiB")
40
+ gpu: Union[StrictFloat, StrictInt] = Field(description="The GPU capacity of the runner")
41
+ gpu_type: StrictStr = Field(description="The type of GPU", alias="gpuType")
42
+ var_class: SandboxClass = Field(description="The class of the runner", alias="class")
43
+ current_cpu_usage_percentage: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current CPU usage percentage", alias="currentCpuUsagePercentage")
44
+ current_memory_usage_percentage: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current RAM usage percentage", alias="currentMemoryUsagePercentage")
45
+ current_disk_usage_percentage: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current disk usage percentage", alias="currentDiskUsagePercentage")
46
+ current_allocated_cpu: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current allocated CPU", alias="currentAllocatedCpu")
47
+ current_allocated_memory_gi_b: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current allocated memory in GiB", alias="currentAllocatedMemoryGiB")
48
+ current_allocated_disk_gi_b: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current allocated disk in GiB", alias="currentAllocatedDiskGiB")
49
+ current_snapshot_count: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Current snapshot count", alias="currentSnapshotCount")
50
+ availability_score: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Runner availability score", alias="availabilityScore")
51
+ region: StrictStr = Field(description="The region of the runner")
52
+ state: RunnerState = Field(description="The state of the runner")
53
+ last_checked: Optional[StrictStr] = Field(default=None, description="The last time the runner was checked", alias="lastChecked")
54
+ unschedulable: StrictBool = Field(description="Whether the runner is unschedulable")
55
+ created_at: StrictStr = Field(description="The creation timestamp of the runner", alias="createdAt")
56
+ updated_at: StrictStr = Field(description="The last update timestamp of the runner", alias="updatedAt")
57
+ version: StrictStr = Field(description="The version of the runner")
58
+ additional_properties: Dict[str, Any] = {}
59
+ __properties: ClassVar[List[str]] = ["id", "domain", "apiUrl", "proxyUrl", "apiKey", "cpu", "memory", "disk", "gpu", "gpuType", "class", "currentCpuUsagePercentage", "currentMemoryUsagePercentage", "currentDiskUsagePercentage", "currentAllocatedCpu", "currentAllocatedMemoryGiB", "currentAllocatedDiskGiB", "currentSnapshotCount", "availabilityScore", "region", "state", "lastChecked", "unschedulable", "createdAt", "updatedAt", "version"]
60
+
61
+ model_config = ConfigDict(
62
+ populate_by_name=True,
63
+ validate_assignment=True,
64
+ protected_namespaces=(),
65
+ )
66
+
67
+
68
+ def to_str(self) -> str:
69
+ """Returns the string representation of the model using alias"""
70
+ return pprint.pformat(self.model_dump(by_alias=True))
71
+
72
+ def to_json(self) -> str:
73
+ """Returns the JSON representation of the model using alias"""
74
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
75
+ return json.dumps(self.to_dict())
76
+
77
+ @classmethod
78
+ def from_json(cls, json_str: str) -> Optional[Self]:
79
+ """Create an instance of Runner from a JSON string"""
80
+ return cls.from_dict(json.loads(json_str))
81
+
82
+ def to_dict(self) -> Dict[str, Any]:
83
+ """Return the dictionary representation of the model using alias.
84
+
85
+ This has the following differences from calling pydantic's
86
+ `self.model_dump(by_alias=True)`:
87
+
88
+ * `None` is only added to the output dict for nullable fields that
89
+ were set at model initialization. Other fields with value `None`
90
+ are ignored.
91
+ * Fields in `self.additional_properties` are added to the output dict.
92
+ """
93
+ excluded_fields: Set[str] = set([
94
+ "additional_properties",
95
+ ])
96
+
97
+ _dict = self.model_dump(
98
+ by_alias=True,
99
+ exclude=excluded_fields,
100
+ exclude_none=True,
101
+ )
102
+ # puts key-value pairs in additional_properties in the top level
103
+ if self.additional_properties is not None:
104
+ for _key, _value in self.additional_properties.items():
105
+ _dict[_key] = _value
106
+
107
+ return _dict
108
+
109
+ @classmethod
110
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
111
+ """Create an instance of Runner from a dict"""
112
+ if obj is None:
113
+ return None
114
+
115
+ if not isinstance(obj, dict):
116
+ return cls.model_validate(obj)
117
+
118
+ _obj = cls.model_validate({
119
+ "id": obj.get("id"),
120
+ "domain": obj.get("domain"),
121
+ "apiUrl": obj.get("apiUrl"),
122
+ "proxyUrl": obj.get("proxyUrl"),
123
+ "apiKey": obj.get("apiKey"),
124
+ "cpu": obj.get("cpu"),
125
+ "memory": obj.get("memory"),
126
+ "disk": obj.get("disk"),
127
+ "gpu": obj.get("gpu"),
128
+ "gpuType": obj.get("gpuType"),
129
+ "class": obj.get("class"),
130
+ "currentCpuUsagePercentage": obj.get("currentCpuUsagePercentage"),
131
+ "currentMemoryUsagePercentage": obj.get("currentMemoryUsagePercentage"),
132
+ "currentDiskUsagePercentage": obj.get("currentDiskUsagePercentage"),
133
+ "currentAllocatedCpu": obj.get("currentAllocatedCpu"),
134
+ "currentAllocatedMemoryGiB": obj.get("currentAllocatedMemoryGiB"),
135
+ "currentAllocatedDiskGiB": obj.get("currentAllocatedDiskGiB"),
136
+ "currentSnapshotCount": obj.get("currentSnapshotCount"),
137
+ "availabilityScore": obj.get("availabilityScore"),
138
+ "region": obj.get("region"),
139
+ "state": obj.get("state"),
140
+ "lastChecked": obj.get("lastChecked"),
141
+ "unschedulable": obj.get("unschedulable"),
142
+ "createdAt": obj.get("createdAt"),
143
+ "updatedAt": obj.get("updatedAt"),
144
+ "version": obj.get("version")
145
+ })
146
+ # store additional fields in additional_properties
147
+ for _key in obj.keys():
148
+ if _key not in cls.__properties:
149
+ _obj.additional_properties[_key] = obj.get(_key)
150
+
151
+ return _obj
152
+
153
+
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import json
18
+ from enum import Enum
19
+ from typing_extensions import Self
20
+
21
+
22
+ class RunnerRegion(str, Enum):
23
+ """
24
+ The region of the runner
25
+ """
26
+
27
+ """
28
+ allowed enum values
29
+ """
30
+ EU = 'eu'
31
+ US = 'us'
32
+ ASIA = 'asia'
33
+
34
+ @classmethod
35
+ def from_json(cls, json_str: str) -> Self:
36
+ """Create an instance of RunnerRegion from a JSON string"""
37
+ return cls(json.loads(json_str))
38
+
39
+
@@ -0,0 +1,105 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
+ from typing import Any, ClassVar, Dict, List
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class RunnerSnapshotDto(BaseModel):
27
+ """
28
+ RunnerSnapshotDto
29
+ """ # noqa: E501
30
+ runner_snapshot_id: StrictStr = Field(description="Runner snapshot ID", alias="runnerSnapshotId")
31
+ runner_id: StrictStr = Field(description="Runner ID", alias="runnerId")
32
+ runner_domain: StrictStr = Field(description="Runner domain", alias="runnerDomain")
33
+ additional_properties: Dict[str, Any] = {}
34
+ __properties: ClassVar[List[str]] = ["runnerSnapshotId", "runnerId", "runnerDomain"]
35
+
36
+ model_config = ConfigDict(
37
+ populate_by_name=True,
38
+ validate_assignment=True,
39
+ protected_namespaces=(),
40
+ )
41
+
42
+
43
+ def to_str(self) -> str:
44
+ """Returns the string representation of the model using alias"""
45
+ return pprint.pformat(self.model_dump(by_alias=True))
46
+
47
+ def to_json(self) -> str:
48
+ """Returns the JSON representation of the model using alias"""
49
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
+ return json.dumps(self.to_dict())
51
+
52
+ @classmethod
53
+ def from_json(cls, json_str: str) -> Optional[Self]:
54
+ """Create an instance of RunnerSnapshotDto from a JSON string"""
55
+ return cls.from_dict(json.loads(json_str))
56
+
57
+ def to_dict(self) -> Dict[str, Any]:
58
+ """Return the dictionary representation of the model using alias.
59
+
60
+ This has the following differences from calling pydantic's
61
+ `self.model_dump(by_alias=True)`:
62
+
63
+ * `None` is only added to the output dict for nullable fields that
64
+ were set at model initialization. Other fields with value `None`
65
+ are ignored.
66
+ * Fields in `self.additional_properties` are added to the output dict.
67
+ """
68
+ excluded_fields: Set[str] = set([
69
+ "additional_properties",
70
+ ])
71
+
72
+ _dict = self.model_dump(
73
+ by_alias=True,
74
+ exclude=excluded_fields,
75
+ exclude_none=True,
76
+ )
77
+ # puts key-value pairs in additional_properties in the top level
78
+ if self.additional_properties is not None:
79
+ for _key, _value in self.additional_properties.items():
80
+ _dict[_key] = _value
81
+
82
+ return _dict
83
+
84
+ @classmethod
85
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
86
+ """Create an instance of RunnerSnapshotDto from a dict"""
87
+ if obj is None:
88
+ return None
89
+
90
+ if not isinstance(obj, dict):
91
+ return cls.model_validate(obj)
92
+
93
+ _obj = cls.model_validate({
94
+ "runnerSnapshotId": obj.get("runnerSnapshotId"),
95
+ "runnerId": obj.get("runnerId"),
96
+ "runnerDomain": obj.get("runnerDomain")
97
+ })
98
+ # store additional fields in additional_properties
99
+ for _key in obj.keys():
100
+ if _key not in cls.__properties:
101
+ _obj.additional_properties[_key] = obj.get(_key)
102
+
103
+ return _obj
104
+
105
+
@@ -0,0 +1,41 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import json
18
+ from enum import Enum
19
+ from typing_extensions import Self
20
+
21
+
22
+ class RunnerState(str, Enum):
23
+ """
24
+ The state of the runner
25
+ """
26
+
27
+ """
28
+ allowed enum values
29
+ """
30
+ INITIALIZING = 'initializing'
31
+ READY = 'ready'
32
+ DISABLED = 'disabled'
33
+ DECOMMISSIONED = 'decommissioned'
34
+ UNRESPONSIVE = 'unresponsive'
35
+
36
+ @classmethod
37
+ def from_json(cls, json_str: str) -> Self:
38
+ """Create an instance of RunnerState from a JSON string"""
39
+ return cls(json.loads(json_str))
40
+
41
+
@@ -0,0 +1,193 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr, field_validator
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
+ from daytona_api_client.models.build_info import BuildInfo
24
+ from daytona_api_client.models.sandbox_desired_state import SandboxDesiredState
25
+ from daytona_api_client.models.sandbox_state import SandboxState
26
+ from daytona_api_client.models.sandbox_volume import SandboxVolume
27
+ from typing import Optional, Set
28
+ from typing_extensions import Self
29
+
30
+ class Sandbox(BaseModel):
31
+ """
32
+ Sandbox
33
+ """ # noqa: E501
34
+ id: StrictStr = Field(description="The ID of the sandbox")
35
+ organization_id: StrictStr = Field(description="The organization ID of the sandbox", alias="organizationId")
36
+ name: StrictStr = Field(description="The name of the sandbox")
37
+ snapshot: Optional[StrictStr] = Field(default=None, description="The snapshot used for the sandbox")
38
+ user: StrictStr = Field(description="The user associated with the project")
39
+ env: Dict[str, StrictStr] = Field(description="Environment variables for the sandbox")
40
+ labels: Dict[str, StrictStr] = Field(description="Labels for the sandbox")
41
+ public: StrictBool = Field(description="Whether the sandbox http preview is public")
42
+ network_block_all: StrictBool = Field(description="Whether to block all network access for the sandbox", alias="networkBlockAll")
43
+ network_allow_list: Optional[StrictStr] = Field(default=None, description="Comma-separated list of allowed CIDR network addresses for the sandbox", alias="networkAllowList")
44
+ target: StrictStr = Field(description="The target environment for the sandbox")
45
+ cpu: Union[StrictFloat, StrictInt] = Field(description="The CPU quota for the sandbox")
46
+ gpu: Union[StrictFloat, StrictInt] = Field(description="The GPU quota for the sandbox")
47
+ memory: Union[StrictFloat, StrictInt] = Field(description="The memory quota for the sandbox")
48
+ disk: Union[StrictFloat, StrictInt] = Field(description="The disk quota for the sandbox")
49
+ state: Optional[SandboxState] = Field(default=None, description="The state of the sandbox")
50
+ desired_state: Optional[SandboxDesiredState] = Field(default=None, description="The desired state of the sandbox", alias="desiredState")
51
+ error_reason: Optional[StrictStr] = Field(default=None, description="The error reason of the sandbox", alias="errorReason")
52
+ recoverable: Optional[StrictBool] = Field(default=None, description="Whether the sandbox error is recoverable.")
53
+ backup_state: Optional[StrictStr] = Field(default=None, description="The state of the backup", alias="backupState")
54
+ backup_created_at: Optional[StrictStr] = Field(default=None, description="The creation timestamp of the last backup", alias="backupCreatedAt")
55
+ auto_stop_interval: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Auto-stop interval in minutes (0 means disabled)", alias="autoStopInterval")
56
+ auto_archive_interval: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Auto-archive interval in minutes", alias="autoArchiveInterval")
57
+ auto_delete_interval: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)", alias="autoDeleteInterval")
58
+ volumes: Optional[List[SandboxVolume]] = Field(default=None, description="Array of volumes attached to the sandbox")
59
+ build_info: Optional[BuildInfo] = Field(default=None, description="Build information for the sandbox", alias="buildInfo")
60
+ created_at: Optional[StrictStr] = Field(default=None, description="The creation timestamp of the sandbox", alias="createdAt")
61
+ updated_at: Optional[StrictStr] = Field(default=None, description="The last update timestamp of the sandbox", alias="updatedAt")
62
+ var_class: Optional[StrictStr] = Field(default=None, description="The class of the sandbox", alias="class")
63
+ daemon_version: Optional[StrictStr] = Field(default=None, description="The version of the daemon running in the sandbox", alias="daemonVersion")
64
+ additional_properties: Dict[str, Any] = {}
65
+ __properties: ClassVar[List[str]] = ["id", "organizationId", "name", "snapshot", "user", "env", "labels", "public", "networkBlockAll", "networkAllowList", "target", "cpu", "gpu", "memory", "disk", "state", "desiredState", "errorReason", "recoverable", "backupState", "backupCreatedAt", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "volumes", "buildInfo", "createdAt", "updatedAt", "class", "daemonVersion"]
66
+
67
+ @field_validator('backup_state')
68
+ def backup_state_validate_enum(cls, value):
69
+ """Validates the enum"""
70
+ if value is None:
71
+ return value
72
+
73
+ if value not in set(['None', 'Pending', 'InProgress', 'Completed', 'Error']):
74
+ raise ValueError("must be one of enum values ('None', 'Pending', 'InProgress', 'Completed', 'Error')")
75
+ return value
76
+
77
+ @field_validator('var_class')
78
+ def var_class_validate_enum(cls, value):
79
+ """Validates the enum"""
80
+ if value is None:
81
+ return value
82
+
83
+ if value not in set(['small', 'medium', 'large']):
84
+ raise ValueError("must be one of enum values ('small', 'medium', 'large')")
85
+ return value
86
+
87
+ model_config = ConfigDict(
88
+ populate_by_name=True,
89
+ validate_assignment=True,
90
+ protected_namespaces=(),
91
+ )
92
+
93
+
94
+ def to_str(self) -> str:
95
+ """Returns the string representation of the model using alias"""
96
+ return pprint.pformat(self.model_dump(by_alias=True))
97
+
98
+ def to_json(self) -> str:
99
+ """Returns the JSON representation of the model using alias"""
100
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
101
+ return json.dumps(self.to_dict())
102
+
103
+ @classmethod
104
+ def from_json(cls, json_str: str) -> Optional[Self]:
105
+ """Create an instance of Sandbox from a JSON string"""
106
+ return cls.from_dict(json.loads(json_str))
107
+
108
+ def to_dict(self) -> Dict[str, Any]:
109
+ """Return the dictionary representation of the model using alias.
110
+
111
+ This has the following differences from calling pydantic's
112
+ `self.model_dump(by_alias=True)`:
113
+
114
+ * `None` is only added to the output dict for nullable fields that
115
+ were set at model initialization. Other fields with value `None`
116
+ are ignored.
117
+ * Fields in `self.additional_properties` are added to the output dict.
118
+ """
119
+ excluded_fields: Set[str] = set([
120
+ "additional_properties",
121
+ ])
122
+
123
+ _dict = self.model_dump(
124
+ by_alias=True,
125
+ exclude=excluded_fields,
126
+ exclude_none=True,
127
+ )
128
+ # override the default output from pydantic by calling `to_dict()` of each item in volumes (list)
129
+ _items = []
130
+ if self.volumes:
131
+ for _item_volumes in self.volumes:
132
+ if _item_volumes:
133
+ _items.append(_item_volumes.to_dict())
134
+ _dict['volumes'] = _items
135
+ # override the default output from pydantic by calling `to_dict()` of build_info
136
+ if self.build_info:
137
+ _dict['buildInfo'] = self.build_info.to_dict()
138
+ # puts key-value pairs in additional_properties in the top level
139
+ if self.additional_properties is not None:
140
+ for _key, _value in self.additional_properties.items():
141
+ _dict[_key] = _value
142
+
143
+ return _dict
144
+
145
+ @classmethod
146
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
147
+ """Create an instance of Sandbox from a dict"""
148
+ if obj is None:
149
+ return None
150
+
151
+ if not isinstance(obj, dict):
152
+ return cls.model_validate(obj)
153
+
154
+ _obj = cls.model_validate({
155
+ "id": obj.get("id"),
156
+ "organizationId": obj.get("organizationId"),
157
+ "name": obj.get("name"),
158
+ "snapshot": obj.get("snapshot"),
159
+ "user": obj.get("user"),
160
+ "env": obj.get("env"),
161
+ "labels": obj.get("labels"),
162
+ "public": obj.get("public"),
163
+ "networkBlockAll": obj.get("networkBlockAll"),
164
+ "networkAllowList": obj.get("networkAllowList"),
165
+ "target": obj.get("target"),
166
+ "cpu": obj.get("cpu"),
167
+ "gpu": obj.get("gpu"),
168
+ "memory": obj.get("memory"),
169
+ "disk": obj.get("disk"),
170
+ "state": obj.get("state"),
171
+ "desiredState": obj.get("desiredState"),
172
+ "errorReason": obj.get("errorReason"),
173
+ "recoverable": obj.get("recoverable"),
174
+ "backupState": obj.get("backupState"),
175
+ "backupCreatedAt": obj.get("backupCreatedAt"),
176
+ "autoStopInterval": obj.get("autoStopInterval"),
177
+ "autoArchiveInterval": obj.get("autoArchiveInterval"),
178
+ "autoDeleteInterval": obj.get("autoDeleteInterval"),
179
+ "volumes": [SandboxVolume.from_dict(_item) for _item in obj["volumes"]] if obj.get("volumes") is not None else None,
180
+ "buildInfo": BuildInfo.from_dict(obj["buildInfo"]) if obj.get("buildInfo") is not None else None,
181
+ "createdAt": obj.get("createdAt"),
182
+ "updatedAt": obj.get("updatedAt"),
183
+ "class": obj.get("class"),
184
+ "daemonVersion": obj.get("daemonVersion")
185
+ })
186
+ # store additional fields in additional_properties
187
+ for _key in obj.keys():
188
+ if _key not in cls.__properties:
189
+ _obj.additional_properties[_key] = obj.get(_key)
190
+
191
+ return _obj
192
+
193
+
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Daytona
5
+
6
+ Daytona AI platform API Docs
7
+
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: support@daytona.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import json
18
+ from enum import Enum
19
+ from typing_extensions import Self
20
+
21
+
22
+ class SandboxClass(str, Enum):
23
+ """
24
+ The class of the runner
25
+ """
26
+
27
+ """
28
+ allowed enum values
29
+ """
30
+ SMALL = 'small'
31
+ MEDIUM = 'medium'
32
+ LARGE = 'large'
33
+
34
+ @classmethod
35
+ def from_json(cls, json_str: str) -> Self:
36
+ """Create an instance of SandboxClass from a JSON string"""
37
+ return cls(json.loads(json_str))
38
+
39
+