Show / Hide Table of Contents

Class WorkstationPersistentDirectory

A directory to persist across workstation sessions. Updates to this field will only take effect on this workstation after it is restarted.

Inheritance
object
WorkstationPersistentDirectory
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX