Show / Hide Table of Contents

Class EphemeralDirectory

An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.

Inheritance
object
EphemeralDirectory
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX