Show / Hide Table of Contents

Class PersistentDirectory

A directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.

Inheritance
object
PersistentDirectory
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX