Class WorkstationPersistentDirectory
A directory to persist across workstation sessions. Updates to this field will only take effect on this workstation after it is restarted.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class WorkstationPersistentDirectory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcePd
A PersistentDirectory backed by a Compute Engine persistent disk.
Declaration
[JsonProperty("gcePd")]
public virtual WorkstationGceRegionalPersistentDisk GcePd { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkstationGceRegionalPersistentDisk |
MountPath
Optional. The mount path of the persistent directory.
Declaration
[JsonProperty("mountPath")]
public virtual string MountPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SizeGb
Optional. Size of the persistent directory in GB. If specified in an update request, this is the desired size of the directory.
Declaration
[JsonProperty("sizeGb")]
public virtual int? SizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |