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: docs/dyn/workstations_v1beta.projects.locations.workstationClusters.workstationConfigs.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ <h3>Method Details</h3>
200
200
"fsType": "A String", # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
201
201
"reclaimPolicy": "A String", # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
202
202
"sizeGb": 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
203
+
"sourceSnapshot": "A String", # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
203
204
},
204
205
"mountPath": "A String", # Location of this directory in the running workstation.
205
206
},
@@ -363,6 +364,7 @@ <h3>Method Details</h3>
363
364
"fsType": "A String", # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
364
365
"reclaimPolicy": "A String", # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
365
366
"sizeGb": 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
367
+
"sourceSnapshot": "A String", # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
366
368
},
367
369
"mountPath": "A String", # Location of this directory in the running workstation.
368
370
},
@@ -514,6 +516,7 @@ <h3>Method Details</h3>
514
516
"fsType": "A String", # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
515
517
"reclaimPolicy": "A String", # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
516
518
"sizeGb": 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
519
+
"sourceSnapshot": "A String", # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
517
520
},
518
521
"mountPath": "A String", # Location of this directory in the running workstation.
519
522
},
@@ -619,6 +622,7 @@ <h3>Method Details</h3>
619
622
"fsType": "A String", # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
620
623
"reclaimPolicy": "A String", # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
621
624
"sizeGb": 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
625
+
"sourceSnapshot": "A String", # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
622
626
},
623
627
"mountPath": "A String", # Location of this directory in the running workstation.
624
628
},
@@ -739,6 +743,7 @@ <h3>Method Details</h3>
739
743
"fsType": "A String", # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
740
744
"reclaimPolicy": "A String", # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
741
745
"sizeGb": 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
746
+
"sourceSnapshot": "A String", # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
742
747
},
743
748
"mountPath": "A String", # Location of this directory in the running workstation.
0 commit comments