daytona_api_client 0.202.0 → 1.0.0
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.
- checksums.yaml +4 -4
- data/Gemfile +9 -0
- data/Gemfile.lock +101 -0
- data/daytona_api_client.gemspec +4 -4
- data/lib/daytona_api_client/api/api_keys_api.rb +2 -2
- data/lib/daytona_api_client/api/audit_api.rb +140 -40
- data/lib/daytona_api_client/api/config_api.rb +1 -1
- data/lib/daytona_api_client/api/docker_registry_api.rb +67 -6
- data/lib/daytona_api_client/api/health_api.rb +3 -54
- data/lib/daytona_api_client/api/object_storage_api.rb +1 -1
- data/lib/daytona_api_client/api/organizations_api.rb +265 -1316
- data/lib/daytona_api_client/api/preview_api.rb +8 -202
- data/lib/daytona_api_client/api/runners_api.rb +22 -412
- data/lib/daytona_api_client/api/sandbox_api.rb +434 -2352
- data/lib/daytona_api_client/api/snapshots_api.rb +113 -39
- data/lib/daytona_api_client/api/toolbox_api.rb +5108 -0
- data/lib/daytona_api_client/api/users_api.rb +239 -2
- data/lib/daytona_api_client/api/volumes_api.rb +2 -2
- data/lib/daytona_api_client/api/webhooks_api.rb +164 -27
- data/lib/daytona_api_client/api/workspace_api.rb +955 -0
- data/lib/daytona_api_client/api_client.rb +4 -8
- data/lib/daytona_api_client/api_error.rb +1 -1
- data/lib/daytona_api_client/configuration.rb +2 -5
- data/lib/daytona_api_client/models/account_provider.rb +74 -3
- data/lib/daytona_api_client/models/announcement.rb +74 -3
- data/lib/daytona_api_client/models/api_key_list.rb +74 -3
- data/lib/daytona_api_client/models/api_key_response.rb +74 -3
- data/lib/daytona_api_client/models/audit_log.rb +75 -22
- data/lib/daytona_api_client/models/build_info.rb +78 -34
- data/lib/daytona_api_client/models/{create_runner_response.rb → command.rb} +104 -23
- data/lib/daytona_api_client/models/completion_context.rb +244 -0
- data/lib/daytona_api_client/models/completion_item.rb +289 -0
- data/lib/daytona_api_client/models/{paginated_traces.rb → completion_list.rb} +106 -91
- data/lib/daytona_api_client/models/compressed_screenshot_response.rb +256 -0
- data/lib/daytona_api_client/models/computer_use_start_response.rb +263 -0
- data/lib/daytona_api_client/models/{available_sandbox_class.rb → computer_use_status_response.rb} +97 -86
- data/lib/daytona_api_client/models/computer_use_stop_response.rb +263 -0
- data/lib/daytona_api_client/models/create_api_key.rb +75 -4
- data/lib/daytona_api_client/models/create_audit_log.rb +350 -0
- data/lib/daytona_api_client/models/create_build_info.rb +74 -3
- data/lib/daytona_api_client/models/create_docker_registry.rb +139 -7
- data/lib/daytona_api_client/models/create_linked_account.rb +74 -3
- data/lib/daytona_api_client/models/create_organization.rb +78 -34
- data/lib/daytona_api_client/models/create_organization_invitation.rb +76 -5
- data/lib/daytona_api_client/models/create_organization_quota.rb +78 -26
- data/lib/daytona_api_client/models/create_organization_role.rb +74 -3
- data/lib/daytona_api_client/models/create_runner.rb +386 -43
- data/lib/daytona_api_client/models/create_sandbox.rb +117 -76
- data/lib/daytona_api_client/models/{signed_port_preview_url.rb → create_session_request.rb} +93 -103
- data/lib/daytona_api_client/models/create_snapshot.rb +88 -61
- data/lib/daytona_api_client/models/create_user.rb +77 -15
- data/lib/daytona_api_client/models/create_volume.rb +74 -3
- data/lib/daytona_api_client/models/create_workspace.rb +411 -0
- data/lib/daytona_api_client/models/daytona_configuration.rb +78 -64
- data/lib/daytona_api_client/models/display_info_response.rb +238 -0
- data/lib/daytona_api_client/models/docker_registry.rb +76 -5
- data/lib/daytona_api_client/models/{paginated_jobs.rb → download_files.rb} +94 -100
- data/lib/daytona_api_client/models/{create_warm_pool.rb → execute_request.rb} +106 -62
- data/lib/daytona_api_client/models/execute_response.rb +263 -0
- data/lib/daytona_api_client/models/file_info.rb +417 -0
- data/lib/daytona_api_client/models/{secret.rb → file_status.rb} +122 -121
- data/lib/daytona_api_client/models/git_add_request.rb +264 -0
- data/lib/daytona_api_client/models/{admin_create_organization.rb → git_branch_request.rb} +95 -53
- data/lib/daytona_api_client/models/git_checkout_request.rb +261 -0
- data/lib/daytona_api_client/models/{toolbox_proxy_url.rb → git_clone_request.rb} +142 -10
- data/lib/daytona_api_client/models/{trace_span.rb → git_commit_info.rb} +148 -141
- data/lib/daytona_api_client/models/git_commit_request.rb +325 -0
- data/lib/daytona_api_client/models/{runner_healthcheck.rb → git_commit_response.rb} +92 -74
- data/lib/daytona_api_client/models/{create_secret.rb → git_delete_branch_request.rb} +106 -59
- data/lib/daytona_api_client/models/{snapshot_manager_credentials.rb → git_repo_request.rb} +96 -35
- data/lib/daytona_api_client/models/git_status.rb +290 -0
- data/lib/daytona_api_client/models/health_controller_check200_response.rb +74 -3
- data/lib/daytona_api_client/models/health_controller_check200_response_info_value.rb +74 -3
- data/lib/daytona_api_client/models/health_controller_check503_response.rb +74 -3
- data/lib/daytona_api_client/models/{create_sandbox_snapshot.rb → keyboard_hotkey_request.rb} +93 -34
- data/lib/daytona_api_client/models/{create_region_response.rb → keyboard_press_request.rb} +102 -63
- data/lib/daytona_api_client/models/keyboard_type_request.rb +246 -0
- data/lib/daytona_api_client/models/list_branch_response.rb +237 -0
- data/lib/daytona_api_client/models/lsp_completion_params.rb +325 -0
- data/lib/daytona_api_client/models/lsp_document_request.rb +290 -0
- data/lib/daytona_api_client/models/lsp_location.rb +261 -0
- data/lib/daytona_api_client/models/lsp_server_request.rb +263 -0
- data/lib/daytona_api_client/models/lsp_symbol.rb +287 -0
- data/lib/daytona_api_client/models/match.rb +287 -0
- data/lib/daytona_api_client/models/mouse_click_request.rb +283 -0
- data/lib/daytona_api_client/models/mouse_click_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_drag_request.rb +327 -0
- data/lib/daytona_api_client/models/mouse_drag_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_move_request.rb +263 -0
- data/lib/daytona_api_client/models/mouse_move_response.rb +263 -0
- data/lib/daytona_api_client/models/mouse_position.rb +263 -0
- data/lib/daytona_api_client/models/mouse_scroll_request.rb +300 -0
- data/lib/daytona_api_client/models/mouse_scroll_response.rb +236 -0
- data/lib/daytona_api_client/models/oidc_config.rb +74 -3
- data/lib/daytona_api_client/models/organization.rb +159 -243
- data/lib/daytona_api_client/models/organization_invitation.rb +78 -7
- data/lib/daytona_api_client/models/organization_role.rb +74 -3
- data/lib/daytona_api_client/models/organization_sandbox_default_limited_network_egress.rb +74 -3
- data/lib/daytona_api_client/models/organization_suspension.rb +79 -10
- data/lib/daytona_api_client/models/organization_usage_overview.rb +220 -21
- data/lib/daytona_api_client/models/organization_user.rb +76 -5
- data/lib/daytona_api_client/models/paginated_audit_logs.rb +78 -17
- data/lib/daytona_api_client/models/{paginated_sandboxes_deprecated.rb → paginated_sandboxes.rb} +76 -5
- data/lib/daytona_api_client/models/paginated_snapshots.rb +74 -3
- data/lib/daytona_api_client/models/{paginated_logs.rb → paginated_snapshots_dto.rb} +77 -10
- data/lib/daytona_api_client/models/port_preview_url.rb +88 -34
- data/lib/daytona_api_client/models/position.rb +261 -0
- data/lib/daytona_api_client/models/posthog_config.rb +74 -3
- data/lib/daytona_api_client/models/process_errors_response.rb +263 -0
- data/lib/daytona_api_client/models/process_logs_response.rb +263 -0
- data/lib/daytona_api_client/models/process_restart_response.rb +263 -0
- data/lib/daytona_api_client/models/process_status_response.rb +263 -0
- data/lib/daytona_api_client/models/{update_last_activity.rb → project_dir_response.rb} +83 -13
- data/lib/daytona_api_client/models/pty_create_request.rb +288 -0
- data/lib/daytona_api_client/models/pty_create_response.rb +236 -0
- data/lib/daytona_api_client/models/{metric_data_point.rb → pty_list_response.rb} +95 -49
- data/lib/daytona_api_client/models/pty_resize_request.rb +263 -0
- data/lib/daytona_api_client/models/pty_session_info.rb +425 -0
- data/lib/daytona_api_client/models/range.rb +261 -0
- data/lib/daytona_api_client/models/region.rb +78 -181
- data/lib/daytona_api_client/models/{regenerate_api_key_response.rb → region_screenshot_response.rb} +113 -22
- data/lib/daytona_api_client/models/registry_push_access_dto.rb +74 -3
- data/lib/daytona_api_client/models/replace_request.rb +289 -0
- data/lib/daytona_api_client/models/{resize_sandbox.rb → replace_result.rb} +95 -84
- data/lib/daytona_api_client/models/runner.rb +215 -155
- data/lib/daytona_api_client/models/runner_snapshot_dto.rb +91 -3
- data/lib/daytona_api_client/models/runner_state.rb +3 -4
- data/lib/daytona_api_client/models/sandbox.rb +101 -164
- data/lib/daytona_api_client/models/sandbox_class.rb +6 -8
- data/lib/daytona_api_client/models/sandbox_desired_state.rb +3 -5
- data/lib/daytona_api_client/models/{create_region.rb → sandbox_info.rb} +113 -38
- data/lib/daytona_api_client/models/sandbox_labels.rb +74 -3
- data/lib/daytona_api_client/models/sandbox_state.rb +3 -10
- data/lib/daytona_api_client/models/sandbox_volume.rb +79 -18
- data/lib/daytona_api_client/models/screenshot_response.rb +256 -0
- data/lib/daytona_api_client/models/{runner_service_health.rb → search_files_response.rb} +94 -59
- data/lib/daytona_api_client/models/send_webhook_dto.rb +75 -26
- data/lib/daytona_api_client/models/session.rb +251 -0
- data/lib/daytona_api_client/models/{list_sandboxes_response.rb → session_execute_request.rb} +110 -34
- data/lib/daytona_api_client/models/session_execute_response.rb +239 -0
- data/lib/daytona_api_client/models/set_snapshot_general_status_dto.rb +74 -3
- data/lib/daytona_api_client/models/snapshot_dto.rb +78 -71
- data/lib/daytona_api_client/models/snapshot_state.rb +6 -5
- data/lib/daytona_api_client/models/ssh_access_dto.rb +78 -34
- data/lib/daytona_api_client/models/ssh_access_validation_dto.rb +98 -7
- data/lib/daytona_api_client/models/storage_access_dto.rb +78 -34
- data/lib/daytona_api_client/models/update_docker_registry.rb +74 -3
- data/lib/daytona_api_client/models/update_organization_invitation.rb +76 -5
- data/lib/daytona_api_client/models/update_organization_member_access.rb +76 -5
- data/lib/daytona_api_client/models/update_organization_quota.rb +115 -131
- data/lib/daytona_api_client/models/update_organization_role.rb +74 -3
- data/lib/daytona_api_client/models/update_sandbox_state_dto.rb +80 -29
- data/lib/daytona_api_client/models/user.rb +74 -3
- data/lib/daytona_api_client/models/{list_secrets_response.rb → user_home_dir_response.rb} +83 -72
- data/lib/daytona_api_client/models/user_public_key.rb +74 -3
- data/lib/daytona_api_client/models/volume_dto.rb +74 -3
- data/lib/daytona_api_client/models/volume_state.rb +3 -4
- data/lib/daytona_api_client/models/webhook_app_portal_access.rb +75 -31
- data/lib/daytona_api_client/models/{preview_warning.rb → webhook_controller_get_status200_response.rb} +76 -23
- data/lib/daytona_api_client/models/webhook_initialization_status.rb +74 -3
- data/lib/daytona_api_client/models/windows_response.rb +265 -0
- data/lib/daytona_api_client/models/{update_job_status.rb → work_dir_response.rb} +83 -72
- data/lib/daytona_api_client/models/{sandbox_list_item.rb → workspace.rb} +339 -193
- data/lib/daytona_api_client/version.rb +2 -2
- data/lib/daytona_api_client.rb +76 -74
- data/project.json +13 -38
- metadata +81 -83
- data/.gitignore +0 -39
- data/.openapi-generator/FILES +0 -163
- data/.openapi-generator/VERSION +0 -1
- data/.openapi-generator-ignore +0 -31
- data/.rspec +0 -2
- data/.rubocop.yml +0 -148
- data/fix-gemspec.sh +0 -11
- data/lib/daytona_api_client/api/admin_api.rb +0 -1615
- data/lib/daytona_api_client/api/jobs_api.rb +0 -299
- data/lib/daytona_api_client/api/regions_api.rb +0 -77
- data/lib/daytona_api_client/api/secret_api.rb +0 -441
- data/lib/daytona_api_client/api/warm_pools_api.rb +0 -286
- data/lib/daytona_api_client/api_model_base.rb +0 -88
- data/lib/daytona_api_client/models/admin_create_runner.rb +0 -326
- data/lib/daytona_api_client/models/admin_get_webhook_status200_response.rb +0 -147
- data/lib/daytona_api_client/models/create_organization_region_quota.rb +0 -375
- data/lib/daytona_api_client/models/date_filter.rb +0 -178
- data/lib/daytona_api_client/models/fork_sandbox.rb +0 -148
- data/lib/daytona_api_client/models/gpu_type.rb +0 -44
- data/lib/daytona_api_client/models/int_filter.rb +0 -222
- data/lib/daytona_api_client/models/job.rb +0 -366
- data/lib/daytona_api_client/models/job_status.rb +0 -43
- data/lib/daytona_api_client/models/job_type.rb +0 -55
- data/lib/daytona_api_client/models/log_entry.rb +0 -334
- data/lib/daytona_api_client/models/metric_series.rb +0 -194
- data/lib/daytona_api_client/models/metrics_response.rb +0 -167
- data/lib/daytona_api_client/models/organization_preview_warning.rb +0 -165
- data/lib/daytona_api_client/models/otel_config.rb +0 -188
- data/lib/daytona_api_client/models/poll_jobs_response.rb +0 -167
- data/lib/daytona_api_client/models/rate_limit_config.rb +0 -188
- data/lib/daytona_api_client/models/rate_limit_entry.rb +0 -158
- data/lib/daytona_api_client/models/region_quota.rb +0 -440
- data/lib/daytona_api_client/models/region_type.rb +0 -42
- data/lib/daytona_api_client/models/region_usage_overview.rb +0 -518
- data/lib/daytona_api_client/models/resolve_sandbox_secrets200_response_inner.rb +0 -176
- data/lib/daytona_api_client/models/runner_class.rb +0 -40
- data/lib/daytona_api_client/models/runner_full.rb +0 -757
- data/lib/daytona_api_client/models/runner_health_metrics.rb +0 -482
- data/lib/daytona_api_client/models/sandbox_list_sort_direction.rb +0 -41
- data/lib/daytona_api_client/models/sandbox_list_sort_field.rb +0 -45
- data/lib/daytona_api_client/models/string_filter.rb +0 -182
- data/lib/daytona_api_client/models/trace_summary.rb +0 -310
- data/lib/daytona_api_client/models/update_organization_default_region.rb +0 -165
- data/lib/daytona_api_client/models/update_organization_region_quota.rb +0 -302
- data/lib/daytona_api_client/models/update_region.rb +0 -171
- data/lib/daytona_api_client/models/update_sandbox_network_settings.rb +0 -168
- data/lib/daytona_api_client/models/update_sandbox_secrets.rb +0 -167
- data/lib/daytona_api_client/models/update_secret.rb +0 -170
- data/lib/daytona_api_client/models/update_warm_pool.rb +0 -174
- data/lib/daytona_api_client/models/url.rb +0 -165
- data/lib/daytona_api_client/models/warm_pool.rb +0 -490
- data/lib/daytona_api_client/models/webhook_event.rb +0 -46
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@daytona.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.12.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,81 +14,81 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module DaytonaApiClient
|
|
17
|
-
class
|
|
17
|
+
class Workspace
|
|
18
18
|
# The ID of the sandbox
|
|
19
19
|
attr_accessor :id
|
|
20
20
|
|
|
21
21
|
# The organization ID of the sandbox
|
|
22
22
|
attr_accessor :organization_id
|
|
23
23
|
|
|
24
|
-
# The name of the sandbox
|
|
25
|
-
attr_accessor :name
|
|
26
|
-
|
|
27
|
-
# The target environment for the sandbox
|
|
28
|
-
attr_accessor :target
|
|
29
|
-
|
|
30
|
-
# The runner ID of the sandbox
|
|
31
|
-
attr_accessor :runner_id
|
|
32
|
-
|
|
33
|
-
# The class of the sandbox
|
|
34
|
-
attr_accessor :sandbox_class
|
|
35
|
-
|
|
36
|
-
# The state of the sandbox
|
|
37
|
-
attr_accessor :state
|
|
38
|
-
|
|
39
|
-
# The desired state of the sandbox
|
|
40
|
-
attr_accessor :desired_state
|
|
41
|
-
|
|
42
24
|
# The snapshot used for the sandbox
|
|
43
25
|
attr_accessor :snapshot
|
|
44
26
|
|
|
45
27
|
# The user associated with the project
|
|
46
28
|
attr_accessor :user
|
|
47
29
|
|
|
48
|
-
#
|
|
49
|
-
attr_accessor :
|
|
30
|
+
# Environment variables for the sandbox
|
|
31
|
+
attr_accessor :env
|
|
50
32
|
|
|
51
|
-
#
|
|
52
|
-
attr_accessor :
|
|
33
|
+
# Labels for the sandbox
|
|
34
|
+
attr_accessor :labels
|
|
53
35
|
|
|
54
36
|
# Whether the sandbox http preview is public
|
|
55
37
|
attr_accessor :public
|
|
56
38
|
|
|
39
|
+
# Whether to block all network access for the sandbox
|
|
40
|
+
attr_accessor :network_block_all
|
|
41
|
+
|
|
42
|
+
# Comma-separated list of allowed CIDR network addresses for the sandbox
|
|
43
|
+
attr_accessor :network_allow_list
|
|
44
|
+
|
|
45
|
+
# The target environment for the sandbox
|
|
46
|
+
attr_accessor :target
|
|
47
|
+
|
|
57
48
|
# The CPU quota for the sandbox
|
|
58
49
|
attr_accessor :cpu
|
|
59
50
|
|
|
60
51
|
# The GPU quota for the sandbox
|
|
61
52
|
attr_accessor :gpu
|
|
62
53
|
|
|
63
|
-
# The GPU type assigned to the sandbox
|
|
64
|
-
attr_accessor :gpu_type
|
|
65
|
-
|
|
66
54
|
# The memory quota for the sandbox
|
|
67
55
|
attr_accessor :memory
|
|
68
56
|
|
|
69
57
|
# The disk quota for the sandbox
|
|
70
58
|
attr_accessor :disk
|
|
71
59
|
|
|
72
|
-
#
|
|
73
|
-
attr_accessor :
|
|
60
|
+
# The state of the sandbox
|
|
61
|
+
attr_accessor :state
|
|
62
|
+
|
|
63
|
+
# The desired state of the sandbox
|
|
64
|
+
attr_accessor :desired_state
|
|
65
|
+
|
|
66
|
+
# The error reason of the sandbox
|
|
67
|
+
attr_accessor :error_reason
|
|
74
68
|
|
|
75
69
|
# The state of the backup
|
|
76
70
|
attr_accessor :backup_state
|
|
77
71
|
|
|
72
|
+
# The creation timestamp of the last backup
|
|
73
|
+
attr_accessor :backup_created_at
|
|
74
|
+
|
|
78
75
|
# Auto-stop interval in minutes (0 means disabled)
|
|
79
76
|
attr_accessor :auto_stop_interval
|
|
80
77
|
|
|
81
|
-
# Auto-pause interval in minutes (0 means disabled)
|
|
82
|
-
attr_accessor :auto_pause_interval
|
|
83
|
-
|
|
84
78
|
# Auto-archive interval in minutes
|
|
85
79
|
attr_accessor :auto_archive_interval
|
|
86
80
|
|
|
87
81
|
# Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)
|
|
88
82
|
attr_accessor :auto_delete_interval
|
|
89
83
|
|
|
90
|
-
#
|
|
91
|
-
attr_accessor :
|
|
84
|
+
# The domain name of the runner
|
|
85
|
+
attr_accessor :runner_domain
|
|
86
|
+
|
|
87
|
+
# Array of volumes attached to the sandbox
|
|
88
|
+
attr_accessor :volumes
|
|
89
|
+
|
|
90
|
+
# Build information for the sandbox
|
|
91
|
+
attr_accessor :build_info
|
|
92
92
|
|
|
93
93
|
# The creation timestamp of the sandbox
|
|
94
94
|
attr_accessor :created_at
|
|
@@ -96,17 +96,26 @@ module DaytonaApiClient
|
|
|
96
96
|
# The last update timestamp of the sandbox
|
|
97
97
|
attr_accessor :updated_at
|
|
98
98
|
|
|
99
|
-
# The
|
|
100
|
-
attr_accessor :
|
|
99
|
+
# The class of the sandbox
|
|
100
|
+
attr_accessor :_class
|
|
101
101
|
|
|
102
102
|
# The version of the daemon running in the sandbox
|
|
103
103
|
attr_accessor :daemon_version
|
|
104
104
|
|
|
105
|
-
#
|
|
106
|
-
attr_accessor :
|
|
105
|
+
# The name of the workspace
|
|
106
|
+
attr_accessor :name
|
|
107
|
+
|
|
108
|
+
# The image used for the workspace
|
|
109
|
+
attr_accessor :image
|
|
110
|
+
|
|
111
|
+
# The state of the snapshot
|
|
112
|
+
attr_accessor :snapshot_state
|
|
113
|
+
|
|
114
|
+
# The creation timestamp of the last snapshot
|
|
115
|
+
attr_accessor :snapshot_created_at
|
|
107
116
|
|
|
108
|
-
#
|
|
109
|
-
attr_accessor :
|
|
117
|
+
# Additional information about the sandbox
|
|
118
|
+
attr_accessor :info
|
|
110
119
|
|
|
111
120
|
class EnumAttributeValidator
|
|
112
121
|
attr_reader :datatype
|
|
@@ -135,35 +144,38 @@ module DaytonaApiClient
|
|
|
135
144
|
{
|
|
136
145
|
:'id' => :'id',
|
|
137
146
|
:'organization_id' => :'organizationId',
|
|
138
|
-
:'name' => :'name',
|
|
139
|
-
:'target' => :'target',
|
|
140
|
-
:'runner_id' => :'runnerId',
|
|
141
|
-
:'sandbox_class' => :'sandboxClass',
|
|
142
|
-
:'state' => :'state',
|
|
143
|
-
:'desired_state' => :'desiredState',
|
|
144
147
|
:'snapshot' => :'snapshot',
|
|
145
148
|
:'user' => :'user',
|
|
146
|
-
:'
|
|
147
|
-
:'
|
|
149
|
+
:'env' => :'env',
|
|
150
|
+
:'labels' => :'labels',
|
|
148
151
|
:'public' => :'public',
|
|
152
|
+
:'network_block_all' => :'networkBlockAll',
|
|
153
|
+
:'network_allow_list' => :'networkAllowList',
|
|
154
|
+
:'target' => :'target',
|
|
149
155
|
:'cpu' => :'cpu',
|
|
150
156
|
:'gpu' => :'gpu',
|
|
151
|
-
:'gpu_type' => :'gpuType',
|
|
152
157
|
:'memory' => :'memory',
|
|
153
158
|
:'disk' => :'disk',
|
|
154
|
-
:'
|
|
159
|
+
:'state' => :'state',
|
|
160
|
+
:'desired_state' => :'desiredState',
|
|
161
|
+
:'error_reason' => :'errorReason',
|
|
155
162
|
:'backup_state' => :'backupState',
|
|
163
|
+
:'backup_created_at' => :'backupCreatedAt',
|
|
156
164
|
:'auto_stop_interval' => :'autoStopInterval',
|
|
157
|
-
:'auto_pause_interval' => :'autoPauseInterval',
|
|
158
165
|
:'auto_archive_interval' => :'autoArchiveInterval',
|
|
159
166
|
:'auto_delete_interval' => :'autoDeleteInterval',
|
|
160
|
-
:'
|
|
167
|
+
:'runner_domain' => :'runnerDomain',
|
|
168
|
+
:'volumes' => :'volumes',
|
|
169
|
+
:'build_info' => :'buildInfo',
|
|
161
170
|
:'created_at' => :'createdAt',
|
|
162
171
|
:'updated_at' => :'updatedAt',
|
|
163
|
-
:'
|
|
172
|
+
:'_class' => :'class',
|
|
164
173
|
:'daemon_version' => :'daemonVersion',
|
|
165
|
-
:'
|
|
166
|
-
:'
|
|
174
|
+
:'name' => :'name',
|
|
175
|
+
:'image' => :'image',
|
|
176
|
+
:'snapshot_state' => :'snapshotState',
|
|
177
|
+
:'snapshot_created_at' => :'snapshotCreatedAt',
|
|
178
|
+
:'info' => :'info'
|
|
167
179
|
}
|
|
168
180
|
end
|
|
169
181
|
|
|
@@ -182,35 +194,38 @@ module DaytonaApiClient
|
|
|
182
194
|
{
|
|
183
195
|
:'id' => :'String',
|
|
184
196
|
:'organization_id' => :'String',
|
|
185
|
-
:'name' => :'String',
|
|
186
|
-
:'target' => :'String',
|
|
187
|
-
:'runner_id' => :'String',
|
|
188
|
-
:'sandbox_class' => :'SandboxClass',
|
|
189
|
-
:'state' => :'SandboxState',
|
|
190
|
-
:'desired_state' => :'SandboxDesiredState',
|
|
191
197
|
:'snapshot' => :'String',
|
|
192
198
|
:'user' => :'String',
|
|
193
|
-
:'
|
|
194
|
-
:'
|
|
199
|
+
:'env' => :'Hash<String, String>',
|
|
200
|
+
:'labels' => :'Hash<String, String>',
|
|
195
201
|
:'public' => :'Boolean',
|
|
202
|
+
:'network_block_all' => :'Boolean',
|
|
203
|
+
:'network_allow_list' => :'String',
|
|
204
|
+
:'target' => :'String',
|
|
196
205
|
:'cpu' => :'Float',
|
|
197
206
|
:'gpu' => :'Float',
|
|
198
|
-
:'gpu_type' => :'GpuType',
|
|
199
207
|
:'memory' => :'Float',
|
|
200
208
|
:'disk' => :'Float',
|
|
201
|
-
:'
|
|
209
|
+
:'state' => :'SandboxState',
|
|
210
|
+
:'desired_state' => :'SandboxDesiredState',
|
|
211
|
+
:'error_reason' => :'String',
|
|
202
212
|
:'backup_state' => :'String',
|
|
213
|
+
:'backup_created_at' => :'String',
|
|
203
214
|
:'auto_stop_interval' => :'Float',
|
|
204
|
-
:'auto_pause_interval' => :'Float',
|
|
205
215
|
:'auto_archive_interval' => :'Float',
|
|
206
216
|
:'auto_delete_interval' => :'Float',
|
|
207
|
-
:'
|
|
217
|
+
:'runner_domain' => :'String',
|
|
218
|
+
:'volumes' => :'Array<SandboxVolume>',
|
|
219
|
+
:'build_info' => :'BuildInfo',
|
|
208
220
|
:'created_at' => :'String',
|
|
209
221
|
:'updated_at' => :'String',
|
|
210
|
-
:'
|
|
222
|
+
:'_class' => :'String',
|
|
211
223
|
:'daemon_version' => :'String',
|
|
212
|
-
:'
|
|
213
|
-
:'
|
|
224
|
+
:'name' => :'String',
|
|
225
|
+
:'image' => :'String',
|
|
226
|
+
:'snapshot_state' => :'String',
|
|
227
|
+
:'snapshot_created_at' => :'String',
|
|
228
|
+
:'info' => :'SandboxInfo'
|
|
214
229
|
}
|
|
215
230
|
end
|
|
216
231
|
|
|
@@ -224,14 +239,14 @@ module DaytonaApiClient
|
|
|
224
239
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
225
240
|
def initialize(attributes = {})
|
|
226
241
|
if (!attributes.is_a?(Hash))
|
|
227
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DaytonaApiClient::
|
|
242
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DaytonaApiClient::Workspace` initialize method"
|
|
228
243
|
end
|
|
229
244
|
|
|
230
245
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
231
246
|
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
232
247
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
233
248
|
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
234
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `DaytonaApiClient::
|
|
249
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DaytonaApiClient::Workspace`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
235
250
|
end
|
|
236
251
|
h[k.to_sym] = v
|
|
237
252
|
}
|
|
@@ -248,34 +263,6 @@ module DaytonaApiClient
|
|
|
248
263
|
self.organization_id = nil
|
|
249
264
|
end
|
|
250
265
|
|
|
251
|
-
if attributes.key?(:'name')
|
|
252
|
-
self.name = attributes[:'name']
|
|
253
|
-
else
|
|
254
|
-
self.name = nil
|
|
255
|
-
end
|
|
256
|
-
|
|
257
|
-
if attributes.key?(:'target')
|
|
258
|
-
self.target = attributes[:'target']
|
|
259
|
-
else
|
|
260
|
-
self.target = nil
|
|
261
|
-
end
|
|
262
|
-
|
|
263
|
-
if attributes.key?(:'runner_id')
|
|
264
|
-
self.runner_id = attributes[:'runner_id']
|
|
265
|
-
end
|
|
266
|
-
|
|
267
|
-
if attributes.key?(:'sandbox_class')
|
|
268
|
-
self.sandbox_class = attributes[:'sandbox_class']
|
|
269
|
-
end
|
|
270
|
-
|
|
271
|
-
if attributes.key?(:'state')
|
|
272
|
-
self.state = attributes[:'state']
|
|
273
|
-
end
|
|
274
|
-
|
|
275
|
-
if attributes.key?(:'desired_state')
|
|
276
|
-
self.desired_state = attributes[:'desired_state']
|
|
277
|
-
end
|
|
278
|
-
|
|
279
266
|
if attributes.key?(:'snapshot')
|
|
280
267
|
self.snapshot = attributes[:'snapshot']
|
|
281
268
|
end
|
|
@@ -286,12 +273,20 @@ module DaytonaApiClient
|
|
|
286
273
|
self.user = nil
|
|
287
274
|
end
|
|
288
275
|
|
|
289
|
-
if attributes.key?(:'
|
|
290
|
-
|
|
276
|
+
if attributes.key?(:'env')
|
|
277
|
+
if (value = attributes[:'env']).is_a?(Hash)
|
|
278
|
+
self.env = value
|
|
279
|
+
end
|
|
280
|
+
else
|
|
281
|
+
self.env = nil
|
|
291
282
|
end
|
|
292
283
|
|
|
293
|
-
if attributes.key?(:'
|
|
294
|
-
|
|
284
|
+
if attributes.key?(:'labels')
|
|
285
|
+
if (value = attributes[:'labels']).is_a?(Hash)
|
|
286
|
+
self.labels = value
|
|
287
|
+
end
|
|
288
|
+
else
|
|
289
|
+
self.labels = nil
|
|
295
290
|
end
|
|
296
291
|
|
|
297
292
|
if attributes.key?(:'public')
|
|
@@ -300,6 +295,22 @@ module DaytonaApiClient
|
|
|
300
295
|
self.public = nil
|
|
301
296
|
end
|
|
302
297
|
|
|
298
|
+
if attributes.key?(:'network_block_all')
|
|
299
|
+
self.network_block_all = attributes[:'network_block_all']
|
|
300
|
+
else
|
|
301
|
+
self.network_block_all = nil
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
if attributes.key?(:'network_allow_list')
|
|
305
|
+
self.network_allow_list = attributes[:'network_allow_list']
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
if attributes.key?(:'target')
|
|
309
|
+
self.target = attributes[:'target']
|
|
310
|
+
else
|
|
311
|
+
self.target = nil
|
|
312
|
+
end
|
|
313
|
+
|
|
303
314
|
if attributes.key?(:'cpu')
|
|
304
315
|
self.cpu = attributes[:'cpu']
|
|
305
316
|
else
|
|
@@ -312,10 +323,6 @@ module DaytonaApiClient
|
|
|
312
323
|
self.gpu = nil
|
|
313
324
|
end
|
|
314
325
|
|
|
315
|
-
if attributes.key?(:'gpu_type')
|
|
316
|
-
self.gpu_type = attributes[:'gpu_type']
|
|
317
|
-
end
|
|
318
|
-
|
|
319
326
|
if attributes.key?(:'memory')
|
|
320
327
|
self.memory = attributes[:'memory']
|
|
321
328
|
else
|
|
@@ -328,24 +335,28 @@ module DaytonaApiClient
|
|
|
328
335
|
self.disk = nil
|
|
329
336
|
end
|
|
330
337
|
|
|
331
|
-
if attributes.key?(:'
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
self.
|
|
338
|
+
if attributes.key?(:'state')
|
|
339
|
+
self.state = attributes[:'state']
|
|
340
|
+
end
|
|
341
|
+
|
|
342
|
+
if attributes.key?(:'desired_state')
|
|
343
|
+
self.desired_state = attributes[:'desired_state']
|
|
344
|
+
end
|
|
345
|
+
|
|
346
|
+
if attributes.key?(:'error_reason')
|
|
347
|
+
self.error_reason = attributes[:'error_reason']
|
|
337
348
|
end
|
|
338
349
|
|
|
339
350
|
if attributes.key?(:'backup_state')
|
|
340
351
|
self.backup_state = attributes[:'backup_state']
|
|
341
352
|
end
|
|
342
353
|
|
|
343
|
-
if attributes.key?(:'
|
|
344
|
-
self.
|
|
354
|
+
if attributes.key?(:'backup_created_at')
|
|
355
|
+
self.backup_created_at = attributes[:'backup_created_at']
|
|
345
356
|
end
|
|
346
357
|
|
|
347
|
-
if attributes.key?(:'
|
|
348
|
-
self.
|
|
358
|
+
if attributes.key?(:'auto_stop_interval')
|
|
359
|
+
self.auto_stop_interval = attributes[:'auto_stop_interval']
|
|
349
360
|
end
|
|
350
361
|
|
|
351
362
|
if attributes.key?(:'auto_archive_interval')
|
|
@@ -356,8 +367,18 @@ module DaytonaApiClient
|
|
|
356
367
|
self.auto_delete_interval = attributes[:'auto_delete_interval']
|
|
357
368
|
end
|
|
358
369
|
|
|
359
|
-
if attributes.key?(:'
|
|
360
|
-
self.
|
|
370
|
+
if attributes.key?(:'runner_domain')
|
|
371
|
+
self.runner_domain = attributes[:'runner_domain']
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
if attributes.key?(:'volumes')
|
|
375
|
+
if (value = attributes[:'volumes']).is_a?(Array)
|
|
376
|
+
self.volumes = value
|
|
377
|
+
end
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
if attributes.key?(:'build_info')
|
|
381
|
+
self.build_info = attributes[:'build_info']
|
|
361
382
|
end
|
|
362
383
|
|
|
363
384
|
if attributes.key?(:'created_at')
|
|
@@ -368,22 +389,34 @@ module DaytonaApiClient
|
|
|
368
389
|
self.updated_at = attributes[:'updated_at']
|
|
369
390
|
end
|
|
370
391
|
|
|
371
|
-
if attributes.key?(:'
|
|
372
|
-
self.
|
|
392
|
+
if attributes.key?(:'_class')
|
|
393
|
+
self._class = attributes[:'_class']
|
|
373
394
|
end
|
|
374
395
|
|
|
375
396
|
if attributes.key?(:'daemon_version')
|
|
376
397
|
self.daemon_version = attributes[:'daemon_version']
|
|
377
398
|
end
|
|
378
399
|
|
|
379
|
-
if attributes.key?(:'
|
|
380
|
-
self.
|
|
400
|
+
if attributes.key?(:'name')
|
|
401
|
+
self.name = attributes[:'name']
|
|
402
|
+
else
|
|
403
|
+
self.name = ''
|
|
381
404
|
end
|
|
382
405
|
|
|
383
|
-
if attributes.key?(:'
|
|
384
|
-
self.
|
|
385
|
-
|
|
386
|
-
|
|
406
|
+
if attributes.key?(:'image')
|
|
407
|
+
self.image = attributes[:'image']
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
if attributes.key?(:'snapshot_state')
|
|
411
|
+
self.snapshot_state = attributes[:'snapshot_state']
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
if attributes.key?(:'snapshot_created_at')
|
|
415
|
+
self.snapshot_created_at = attributes[:'snapshot_created_at']
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
if attributes.key?(:'info')
|
|
419
|
+
self.info = attributes[:'info']
|
|
387
420
|
end
|
|
388
421
|
end
|
|
389
422
|
|
|
@@ -400,22 +433,30 @@ module DaytonaApiClient
|
|
|
400
433
|
invalid_properties.push('invalid value for "organization_id", organization_id cannot be nil.')
|
|
401
434
|
end
|
|
402
435
|
|
|
403
|
-
if @
|
|
404
|
-
invalid_properties.push('invalid value for "
|
|
436
|
+
if @user.nil?
|
|
437
|
+
invalid_properties.push('invalid value for "user", user cannot be nil.')
|
|
405
438
|
end
|
|
406
439
|
|
|
407
|
-
if @
|
|
408
|
-
invalid_properties.push('invalid value for "
|
|
440
|
+
if @env.nil?
|
|
441
|
+
invalid_properties.push('invalid value for "env", env cannot be nil.')
|
|
409
442
|
end
|
|
410
443
|
|
|
411
|
-
if @
|
|
412
|
-
invalid_properties.push('invalid value for "
|
|
444
|
+
if @labels.nil?
|
|
445
|
+
invalid_properties.push('invalid value for "labels", labels cannot be nil.')
|
|
413
446
|
end
|
|
414
447
|
|
|
415
448
|
if @public.nil?
|
|
416
449
|
invalid_properties.push('invalid value for "public", public cannot be nil.')
|
|
417
450
|
end
|
|
418
451
|
|
|
452
|
+
if @network_block_all.nil?
|
|
453
|
+
invalid_properties.push('invalid value for "network_block_all", network_block_all cannot be nil.')
|
|
454
|
+
end
|
|
455
|
+
|
|
456
|
+
if @target.nil?
|
|
457
|
+
invalid_properties.push('invalid value for "target", target cannot be nil.')
|
|
458
|
+
end
|
|
459
|
+
|
|
419
460
|
if @cpu.nil?
|
|
420
461
|
invalid_properties.push('invalid value for "cpu", cpu cannot be nil.')
|
|
421
462
|
end
|
|
@@ -432,12 +473,8 @@ module DaytonaApiClient
|
|
|
432
473
|
invalid_properties.push('invalid value for "disk", disk cannot be nil.')
|
|
433
474
|
end
|
|
434
475
|
|
|
435
|
-
if @
|
|
436
|
-
invalid_properties.push('invalid value for "
|
|
437
|
-
end
|
|
438
|
-
|
|
439
|
-
if @toolbox_proxy_url.nil?
|
|
440
|
-
invalid_properties.push('invalid value for "toolbox_proxy_url", toolbox_proxy_url cannot be nil.')
|
|
476
|
+
if @name.nil?
|
|
477
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
441
478
|
end
|
|
442
479
|
|
|
443
480
|
invalid_properties
|
|
@@ -449,18 +486,23 @@ module DaytonaApiClient
|
|
|
449
486
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
450
487
|
return false if @id.nil?
|
|
451
488
|
return false if @organization_id.nil?
|
|
452
|
-
return false if @name.nil?
|
|
453
|
-
return false if @target.nil?
|
|
454
489
|
return false if @user.nil?
|
|
490
|
+
return false if @env.nil?
|
|
491
|
+
return false if @labels.nil?
|
|
455
492
|
return false if @public.nil?
|
|
493
|
+
return false if @network_block_all.nil?
|
|
494
|
+
return false if @target.nil?
|
|
456
495
|
return false if @cpu.nil?
|
|
457
496
|
return false if @gpu.nil?
|
|
458
497
|
return false if @memory.nil?
|
|
459
498
|
return false if @disk.nil?
|
|
460
|
-
|
|
461
|
-
backup_state_validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error", "unknown_default_open_api"])
|
|
499
|
+
backup_state_validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error"])
|
|
462
500
|
return false unless backup_state_validator.valid?(@backup_state)
|
|
463
|
-
|
|
501
|
+
_class_validator = EnumAttributeValidator.new('String', ["small", "medium", "large"])
|
|
502
|
+
return false unless _class_validator.valid?(@_class)
|
|
503
|
+
return false if @name.nil?
|
|
504
|
+
snapshot_state_validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error"])
|
|
505
|
+
return false unless snapshot_state_validator.valid?(@snapshot_state)
|
|
464
506
|
true
|
|
465
507
|
end
|
|
466
508
|
|
|
@@ -485,33 +527,33 @@ module DaytonaApiClient
|
|
|
485
527
|
end
|
|
486
528
|
|
|
487
529
|
# Custom attribute writer method with validation
|
|
488
|
-
# @param [Object]
|
|
489
|
-
def
|
|
490
|
-
if
|
|
491
|
-
fail ArgumentError, '
|
|
530
|
+
# @param [Object] user Value to be assigned
|
|
531
|
+
def user=(user)
|
|
532
|
+
if user.nil?
|
|
533
|
+
fail ArgumentError, 'user cannot be nil'
|
|
492
534
|
end
|
|
493
535
|
|
|
494
|
-
@
|
|
536
|
+
@user = user
|
|
495
537
|
end
|
|
496
538
|
|
|
497
539
|
# Custom attribute writer method with validation
|
|
498
|
-
# @param [Object]
|
|
499
|
-
def
|
|
500
|
-
if
|
|
501
|
-
fail ArgumentError, '
|
|
540
|
+
# @param [Object] env Value to be assigned
|
|
541
|
+
def env=(env)
|
|
542
|
+
if env.nil?
|
|
543
|
+
fail ArgumentError, 'env cannot be nil'
|
|
502
544
|
end
|
|
503
545
|
|
|
504
|
-
@
|
|
546
|
+
@env = env
|
|
505
547
|
end
|
|
506
548
|
|
|
507
549
|
# Custom attribute writer method with validation
|
|
508
|
-
# @param [Object]
|
|
509
|
-
def
|
|
510
|
-
if
|
|
511
|
-
fail ArgumentError, '
|
|
550
|
+
# @param [Object] labels Value to be assigned
|
|
551
|
+
def labels=(labels)
|
|
552
|
+
if labels.nil?
|
|
553
|
+
fail ArgumentError, 'labels cannot be nil'
|
|
512
554
|
end
|
|
513
555
|
|
|
514
|
-
@
|
|
556
|
+
@labels = labels
|
|
515
557
|
end
|
|
516
558
|
|
|
517
559
|
# Custom attribute writer method with validation
|
|
@@ -524,6 +566,26 @@ module DaytonaApiClient
|
|
|
524
566
|
@public = public
|
|
525
567
|
end
|
|
526
568
|
|
|
569
|
+
# Custom attribute writer method with validation
|
|
570
|
+
# @param [Object] network_block_all Value to be assigned
|
|
571
|
+
def network_block_all=(network_block_all)
|
|
572
|
+
if network_block_all.nil?
|
|
573
|
+
fail ArgumentError, 'network_block_all cannot be nil'
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
@network_block_all = network_block_all
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
# Custom attribute writer method with validation
|
|
580
|
+
# @param [Object] target Value to be assigned
|
|
581
|
+
def target=(target)
|
|
582
|
+
if target.nil?
|
|
583
|
+
fail ArgumentError, 'target cannot be nil'
|
|
584
|
+
end
|
|
585
|
+
|
|
586
|
+
@target = target
|
|
587
|
+
end
|
|
588
|
+
|
|
527
589
|
# Custom attribute writer method with validation
|
|
528
590
|
# @param [Object] cpu Value to be assigned
|
|
529
591
|
def cpu=(cpu)
|
|
@@ -564,34 +626,44 @@ module DaytonaApiClient
|
|
|
564
626
|
@disk = disk
|
|
565
627
|
end
|
|
566
628
|
|
|
567
|
-
# Custom attribute writer method with validation
|
|
568
|
-
# @param [Object] labels Value to be assigned
|
|
569
|
-
def labels=(labels)
|
|
570
|
-
if labels.nil?
|
|
571
|
-
fail ArgumentError, 'labels cannot be nil'
|
|
572
|
-
end
|
|
573
|
-
|
|
574
|
-
@labels = labels
|
|
575
|
-
end
|
|
576
|
-
|
|
577
629
|
# Custom attribute writer method checking allowed values (enum).
|
|
578
630
|
# @param [Object] backup_state Object to be assigned
|
|
579
631
|
def backup_state=(backup_state)
|
|
580
|
-
validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error"
|
|
632
|
+
validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error"])
|
|
581
633
|
unless validator.valid?(backup_state)
|
|
582
634
|
fail ArgumentError, "invalid value for \"backup_state\", must be one of #{validator.allowable_values}."
|
|
583
635
|
end
|
|
584
636
|
@backup_state = backup_state
|
|
585
637
|
end
|
|
586
638
|
|
|
639
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
640
|
+
# @param [Object] _class Object to be assigned
|
|
641
|
+
def _class=(_class)
|
|
642
|
+
validator = EnumAttributeValidator.new('String', ["small", "medium", "large"])
|
|
643
|
+
unless validator.valid?(_class)
|
|
644
|
+
fail ArgumentError, "invalid value for \"_class\", must be one of #{validator.allowable_values}."
|
|
645
|
+
end
|
|
646
|
+
@_class = _class
|
|
647
|
+
end
|
|
648
|
+
|
|
587
649
|
# Custom attribute writer method with validation
|
|
588
|
-
# @param [Object]
|
|
589
|
-
def
|
|
590
|
-
if
|
|
591
|
-
fail ArgumentError, '
|
|
650
|
+
# @param [Object] name Value to be assigned
|
|
651
|
+
def name=(name)
|
|
652
|
+
if name.nil?
|
|
653
|
+
fail ArgumentError, 'name cannot be nil'
|
|
592
654
|
end
|
|
593
655
|
|
|
594
|
-
@
|
|
656
|
+
@name = name
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
660
|
+
# @param [Object] snapshot_state Object to be assigned
|
|
661
|
+
def snapshot_state=(snapshot_state)
|
|
662
|
+
validator = EnumAttributeValidator.new('String', ["None", "Pending", "InProgress", "Completed", "Error"])
|
|
663
|
+
unless validator.valid?(snapshot_state)
|
|
664
|
+
fail ArgumentError, "invalid value for \"snapshot_state\", must be one of #{validator.allowable_values}."
|
|
665
|
+
end
|
|
666
|
+
@snapshot_state = snapshot_state
|
|
595
667
|
end
|
|
596
668
|
|
|
597
669
|
# Checks equality by comparing each attribute.
|
|
@@ -601,35 +673,38 @@ module DaytonaApiClient
|
|
|
601
673
|
self.class == o.class &&
|
|
602
674
|
id == o.id &&
|
|
603
675
|
organization_id == o.organization_id &&
|
|
604
|
-
name == o.name &&
|
|
605
|
-
target == o.target &&
|
|
606
|
-
runner_id == o.runner_id &&
|
|
607
|
-
sandbox_class == o.sandbox_class &&
|
|
608
|
-
state == o.state &&
|
|
609
|
-
desired_state == o.desired_state &&
|
|
610
676
|
snapshot == o.snapshot &&
|
|
611
677
|
user == o.user &&
|
|
612
|
-
|
|
613
|
-
|
|
678
|
+
env == o.env &&
|
|
679
|
+
labels == o.labels &&
|
|
614
680
|
public == o.public &&
|
|
681
|
+
network_block_all == o.network_block_all &&
|
|
682
|
+
network_allow_list == o.network_allow_list &&
|
|
683
|
+
target == o.target &&
|
|
615
684
|
cpu == o.cpu &&
|
|
616
685
|
gpu == o.gpu &&
|
|
617
|
-
gpu_type == o.gpu_type &&
|
|
618
686
|
memory == o.memory &&
|
|
619
687
|
disk == o.disk &&
|
|
620
|
-
|
|
688
|
+
state == o.state &&
|
|
689
|
+
desired_state == o.desired_state &&
|
|
690
|
+
error_reason == o.error_reason &&
|
|
621
691
|
backup_state == o.backup_state &&
|
|
692
|
+
backup_created_at == o.backup_created_at &&
|
|
622
693
|
auto_stop_interval == o.auto_stop_interval &&
|
|
623
|
-
auto_pause_interval == o.auto_pause_interval &&
|
|
624
694
|
auto_archive_interval == o.auto_archive_interval &&
|
|
625
695
|
auto_delete_interval == o.auto_delete_interval &&
|
|
626
|
-
|
|
696
|
+
runner_domain == o.runner_domain &&
|
|
697
|
+
volumes == o.volumes &&
|
|
698
|
+
build_info == o.build_info &&
|
|
627
699
|
created_at == o.created_at &&
|
|
628
700
|
updated_at == o.updated_at &&
|
|
629
|
-
|
|
701
|
+
_class == o._class &&
|
|
630
702
|
daemon_version == o.daemon_version &&
|
|
631
|
-
|
|
632
|
-
|
|
703
|
+
name == o.name &&
|
|
704
|
+
image == o.image &&
|
|
705
|
+
snapshot_state == o.snapshot_state &&
|
|
706
|
+
snapshot_created_at == o.snapshot_created_at &&
|
|
707
|
+
info == o.info
|
|
633
708
|
end
|
|
634
709
|
|
|
635
710
|
# @see the `==` method
|
|
@@ -641,7 +716,7 @@ module DaytonaApiClient
|
|
|
641
716
|
# Calculates hash code according to all attributes.
|
|
642
717
|
# @return [Integer] Hash code
|
|
643
718
|
def hash
|
|
644
|
-
[id, organization_id,
|
|
719
|
+
[id, organization_id, snapshot, user, env, labels, public, network_block_all, network_allow_list, target, cpu, gpu, memory, disk, state, desired_state, error_reason, backup_state, backup_created_at, auto_stop_interval, auto_archive_interval, auto_delete_interval, runner_domain, volumes, build_info, created_at, updated_at, _class, daemon_version, name, image, snapshot_state, snapshot_created_at, info].hash
|
|
645
720
|
end
|
|
646
721
|
|
|
647
722
|
# Builds the object from hash
|
|
@@ -667,6 +742,61 @@ module DaytonaApiClient
|
|
|
667
742
|
new(transformed_hash)
|
|
668
743
|
end
|
|
669
744
|
|
|
745
|
+
# Deserializes the data based on type
|
|
746
|
+
# @param string type Data type
|
|
747
|
+
# @param string value Value to be deserialized
|
|
748
|
+
# @return [Object] Deserialized data
|
|
749
|
+
def self._deserialize(type, value)
|
|
750
|
+
case type.to_sym
|
|
751
|
+
when :Time
|
|
752
|
+
Time.parse(value)
|
|
753
|
+
when :Date
|
|
754
|
+
Date.parse(value)
|
|
755
|
+
when :String
|
|
756
|
+
value.to_s
|
|
757
|
+
when :Integer
|
|
758
|
+
value.to_i
|
|
759
|
+
when :Float
|
|
760
|
+
value.to_f
|
|
761
|
+
when :Boolean
|
|
762
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
763
|
+
true
|
|
764
|
+
else
|
|
765
|
+
false
|
|
766
|
+
end
|
|
767
|
+
when :Object
|
|
768
|
+
# generic object (usually a Hash), return directly
|
|
769
|
+
value
|
|
770
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
771
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
772
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
773
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
774
|
+
k_type = Regexp.last_match[:k_type]
|
|
775
|
+
v_type = Regexp.last_match[:v_type]
|
|
776
|
+
{}.tap do |hash|
|
|
777
|
+
value.each do |k, v|
|
|
778
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
779
|
+
end
|
|
780
|
+
end
|
|
781
|
+
else # model
|
|
782
|
+
# models (e.g. Pet) or oneOf
|
|
783
|
+
klass = DaytonaApiClient.const_get(type)
|
|
784
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
785
|
+
end
|
|
786
|
+
end
|
|
787
|
+
|
|
788
|
+
# Returns the string representation of the object
|
|
789
|
+
# @return [String] String presentation of the object
|
|
790
|
+
def to_s
|
|
791
|
+
to_hash.to_s
|
|
792
|
+
end
|
|
793
|
+
|
|
794
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
795
|
+
# @return [Hash] Returns the object in the form of hash
|
|
796
|
+
def to_body
|
|
797
|
+
to_hash
|
|
798
|
+
end
|
|
799
|
+
|
|
670
800
|
# Returns the object in the form of hash
|
|
671
801
|
# @return [Hash] Returns the object in the form of hash
|
|
672
802
|
def to_hash
|
|
@@ -683,6 +813,22 @@ module DaytonaApiClient
|
|
|
683
813
|
hash
|
|
684
814
|
end
|
|
685
815
|
|
|
816
|
+
# Outputs non-array value in the form of hash
|
|
817
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
818
|
+
# @param [Object] value Any valid value
|
|
819
|
+
# @return [Hash] Returns the value in the form of hash
|
|
820
|
+
def _to_hash(value)
|
|
821
|
+
if value.is_a?(Array)
|
|
822
|
+
value.compact.map { |v| _to_hash(v) }
|
|
823
|
+
elsif value.is_a?(Hash)
|
|
824
|
+
{}.tap do |hash|
|
|
825
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
826
|
+
end
|
|
827
|
+
elsif value.respond_to? :to_hash
|
|
828
|
+
value.to_hash
|
|
829
|
+
else
|
|
830
|
+
value
|
|
831
|
+
end
|
|
832
|
+
end
|
|
686
833
|
end
|
|
687
|
-
|
|
688
834
|
end
|