You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A Persistent Directory backed by a Compute Engine regional persistent disk. The persistent_directories field is repeated, but it may contain only one entry. It creates a [persistent disk](https://cloud.google.com/compute/docs/disks/persistent-disks) that mounts to the workstation VM at `/home` when the session starts and detaches when the session ends. If this field is empty, workstations created with this configuration do not have a persistent home directory.",
1661
1661
"id": "GceRegionalPersistentDisk",
1662
1662
"properties": {
1663
+
"archiveTimeout": {
1664
+
"description": "Optional. Number of seconds to wait after initially creating or subsequently shutting down the workstation before converting its disk into a snapshot. This generally saves costs at the expense of greater startup time on next workstation start, as the service will need to create a disk from the archival snapshot. A value of `\"0s\"` indicates that the disk will never be archived.",
1665
+
"format": "google-duration",
1666
+
"type": "string"
1667
+
},
1663
1668
"diskType": {
1664
1669
"description": "Optional. The [type of the persistent disk](https://cloud.google.com/compute/docs/disks#disk-types) for the home directory. Defaults to `\"pd-standard\"`.",
1665
1670
"type": "string"
@@ -2362,18 +2367,14 @@
2362
2367
"STATE_STARTING",
2363
2368
"STATE_RUNNING",
2364
2369
"STATE_STOPPING",
2365
-
"STATE_STOPPED",
2366
-
"STATE_SUSPENDING",
2367
-
"STATE_SUSPENDED"
2370
+
"STATE_STOPPED"
2368
2371
],
2369
2372
"enumDescriptions": [
2370
2373
"Do not use.",
2371
2374
"The workstation is not yet ready to accept requests from users but will be soon.",
2372
2375
"The workstation is ready to accept requests from users.",
2373
2376
"The workstation is being stopped.",
2374
-
"The workstation is stopped and will not be able to receive requests until it is started.",
2375
-
"The workstation is being suspended.",
2376
-
"The workstation is suspended."
2377
+
"The workstation is stopped and will not be able to receive requests until it is started."
2377
2378
],
2378
2379
"readOnly": true,
2379
2380
"type": "string"
@@ -2636,7 +2637,7 @@
2636
2637
"type": "array"
2637
2638
},
2638
2639
"runningTimeout": {
2639
-
"description": "Optional. Number of seconds that a workstation can run until it is automatically shut down. This field applies to workstations in both STATE_RUNNING and STATE_SUSPENDED. We recommend that workstations be shut down daily to reduce costs and so that security updates can be applied upon restart. The idle_timeout and running_timeout fields are independent of each other. Note that the running_timeout field shuts down VMs after the specified time, regardless of whether or not the VMs are idle. Provide duration terminated by `s` for seconds\u2014for example, `\"54000s\"` (15 hours). Defaults to `\"43200s\"` (12 hours). A value of `\"0s\"` indicates that workstations using this configuration should never time out. If encryption_key is set, it must be greater than `\"0s\"` and less than `\"86400s\"` (24 hours). Warning: A value of `\"0s\"` indicates that Cloud Workstations VMs created with this configuration have no maximum running time. This is strongly discouraged because you incur costs and will not pick up security updates.",
2640
+
"description": "Optional. Number of seconds that a workstation can run until it is automatically shut down. We recommend that workstations be shut down daily to reduce costs and so that security updates can be applied upon restart. The idle_timeout and running_timeout fields are independent of each other. Note that the running_timeout field shuts down VMs after the specified time, regardless of whether or not the VMs are idle. Provide duration terminated by `s` for seconds\u2014for example, `\"54000s\"` (15 hours). Defaults to `\"43200s\"` (12 hours). A value of `\"0s\"` indicates that workstations using this configuration should never time out. If encryption_key is set, it must be greater than `\"0s\"` and less than `\"86400s\"` (24 hours). Warning: A value of `\"0s\"` indicates that Cloud Workstations VMs created with this configuration have no maximum running time. This is strongly discouraged because you incur costs and will not pick up security updates.",
0 commit comments