Class PersistentDirectory
A directory to persist across workstation sessions.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1.Data
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class PersistentDirectory : 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 GceRegionalPersistentDisk GcePd { get; set; }
Property Value
Type | Description |
---|---|
GceRegionalPersistentDisk |
MountPath
Optional. Location of this directory in the running workstation.
Declaration
[JsonProperty("mountPath")]
public virtual string MountPath { get; set; }
Property Value
Type | Description |
---|---|
string |