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
Copy file name to clipboardExpand all lines: DiscoveryJson/workstations.v1.json
+46-3Lines changed: 46 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@
296
296
"type": "string"
297
297
},
298
298
"returnPartialSuccess": {
299
-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
299
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"description": "A Persistent Directory backed by a Compute Engine [Hyperdisk Balanced High Availability Disk](https://cloud.google.com/compute/docs/disks/hd-types/hyperdisk-balanced-ha). This is a high-availability block storage solution that offers a balance between performance and cost for most general-purpose workloads.",
1484
+
"id": "GceHyperdiskBalancedHighAvailability",
1485
+
"properties": {
1486
+
"archiveTimeout": {
1487
+
"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.",
1488
+
"format": "google-duration",
1489
+
"type": "string"
1490
+
},
1491
+
"reclaimPolicy": {
1492
+
"description": "Optional. Whether the persistent disk should be deleted when the workstation is deleted. Valid values are `DELETE` and `RETAIN`. Defaults to `DELETE`.",
1493
+
"enum": [
1494
+
"RECLAIM_POLICY_UNSPECIFIED",
1495
+
"DELETE",
1496
+
"RETAIN"
1497
+
],
1498
+
"enumDescriptions": [
1499
+
"Do not use.",
1500
+
"Delete the persistent disk when deleting the workstation.",
1501
+
"Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk."
1502
+
],
1503
+
"type": "string"
1504
+
},
1505
+
"sizeGb": {
1506
+
"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`.",
1507
+
"format": "int32",
1508
+
"type": "integer"
1509
+
},
1510
+
"sourceSnapshot": {
1511
+
"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.",
1512
+
"type": "string"
1513
+
}
1514
+
},
1515
+
"type": "object"
1516
+
},
1482
1517
"GceInstance": {
1483
1518
"description": "A runtime using a Compute Engine instance.",
1484
1519
"id": "GceInstance",
@@ -1548,6 +1583,10 @@
1548
1583
"$ref": "GceShieldedInstanceConfig",
1549
1584
"description": "Optional. A set of Compute Engine Shielded instance options."
1550
1585
},
1586
+
"startupScriptUri": {
1587
+
"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. Note that the service regularly updates the OS version used, and it is the responsibility of the user to ensure the script stays compatible with the OS version.",
1588
+
"type": "string"
1589
+
},
1551
1590
"tags": {
1552
1591
"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).",
1553
1592
"items": {
@@ -1756,7 +1795,7 @@
1756
1795
"type": "array"
1757
1796
},
1758
1797
"unreachable": {
1759
-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1798
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
1760
1799
"items": {
1761
1800
"type": "string"
1762
1801
},
@@ -2007,6 +2046,10 @@
2007
2046
"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.",
2008
2047
"id": "PersistentDirectory",
2009
2048
"properties": {
2049
+
"gceHd": {
2050
+
"$ref": "GceHyperdiskBalancedHighAvailability",
2051
+
"description": "A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk."
2052
+
},
2010
2053
"gcePd": {
2011
2054
"$ref": "GceRegionalPersistentDisk",
2012
2055
"description": "A PersistentDirectory backed by a Compute Engine persistent disk."
0 commit comments