Class EphemeralDirectory
An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1.Data
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class EphemeralDirectory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcePd
An EphemeralDirectory backed by a Compute Engine persistent disk.
Declaration
[JsonProperty("gcePd")]
public virtual GcePersistentDisk GcePd { get; set; }
Property Value
Type | Description |
---|---|
GcePersistentDisk |
MountPath
Required. Location of this directory in the running workstation.
Declaration
[JsonProperty("mountPath")]
public virtual string MountPath { get; set; }
Property Value
Type | Description |
---|---|
string |