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 Hyperdisk Balanced High Availability Disk. This is a high-availability block storage solution that offers a balance between performance and cost for most general-purpose workloads.",
1414
+
"id": "GceHyperdiskBalancedHighAvailability",
1415
+
"properties": {
1416
+
"archiveTimeout": {
1417
+
"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.",
1418
+
"format": "google-duration",
1419
+
"type": "string"
1420
+
},
1421
+
"reclaimPolicy": {
1422
+
"description": "Optional. Whether the persistent disk should be deleted when the workstation is deleted. Valid values are `DELETE` and `RETAIN`. Defaults to `DELETE`.",
1423
+
"enum": [
1424
+
"RECLAIM_POLICY_UNSPECIFIED",
1425
+
"DELETE",
1426
+
"RETAIN"
1427
+
],
1428
+
"enumDescriptions": [
1429
+
"Do not use.",
1430
+
"Delete the persistent disk when deleting the workstation.",
1431
+
"Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk."
1432
+
],
1433
+
"type": "string"
1434
+
},
1435
+
"sizeGb": {
1436
+
"description": "Optional. The GB capacity of a persistent home directory for each workstation created with this configuration. Must be empty if source_snapshot is set. Valid values are `10`, `50`, `100`, `200`, `500`, or `1000`. Defaults to `200`.",
1437
+
"format": "int32",
1438
+
"type": "integer"
1439
+
},
1440
+
"sourceSnapshot": {
1441
+
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb must be empty. Must be formatted as ext4 file system with no partitions.",
1442
+
"type": "string"
1443
+
}
1444
+
},
1445
+
"type": "object"
1446
+
},
1412
1447
"GceInstance": {
1413
1448
"description": "A runtime using a Compute Engine instance.",
1414
1449
"id": "GceInstance",
@@ -1482,6 +1517,10 @@
1482
1517
"$ref": "GceShieldedInstanceConfig",
1483
1518
"description": "Optional. A set of Compute Engine Shielded instance options."
1484
1519
},
1520
+
"startupScriptUri": {
1521
+
"description": "Optional. Link to the startup script stored in Cloud Storage. This script will be run on the host workstation VM when the VM is created. The uri must be of the form gs://{bucket-name}/{object-name}. If specifying a startup script, the service account must have [Permission to access the bucket and script file in Cloud Storage](https://cloud.google.com/storage/docs/access-control/iam-permissions). Otherwise, the script must be publicly accessible.",
1522
+
"type": "string"
1523
+
},
1485
1524
"tags": {
1486
1525
"description": "Optional. Network tags to add to the Compute Engine VMs backing the workstations. This option applies [network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags) to VMs created with this configuration. These network tags enable the creation of [firewall rules](https://cloud.google.com/workstations/docs/configure-firewall-rules).",
1487
1526
"items": {
@@ -1904,6 +1943,10 @@
1904
1943
"description": "A directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.",
1905
1944
"id": "PersistentDirectory",
1906
1945
"properties": {
1946
+
"gceHd": {
1947
+
"$ref": "GceHyperdiskBalancedHighAvailability",
1948
+
"description": "A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk."
1949
+
},
1907
1950
"gcePd": {
1908
1951
"$ref": "GceRegionalPersistentDisk",
1909
1952
"description": "A PersistentDirectory backed by a Compute Engine persistent disk."
0 commit comments