Cloud Workstations v1 API - Class WorkstationConfig.Types.PersistentDirectory (1.3.0)

public sealed class WorkstationConfig.Types.PersistentDirectory : IMessage<WorkstationConfig.Types.PersistentDirectory>, IEquatable<WorkstationConfig.Types.PersistentDirectory>, IDeepCloneable<WorkstationConfig.Types.PersistentDirectory>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.PersistentDirectory.

A directory to persist across workstation sessions.

Inheritance

object > WorkstationConfig.Types.PersistentDirectory

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

PersistentDirectory()

public PersistentDirectory()

PersistentDirectory(PersistentDirectory)

public PersistentDirectory(WorkstationConfig.Types.PersistentDirectory other)
Parameter
Name Description
other WorkstationConfigTypesPersistentDirectory

Properties

DirectoryTypeCase

public WorkstationConfig.Types.PersistentDirectory.DirectoryTypeOneofCase DirectoryTypeCase { get; }
Property Value
Type Description
WorkstationConfigTypesPersistentDirectoryDirectoryTypeOneofCase

GcePd

public WorkstationConfig.Types.PersistentDirectory.Types.GceRegionalPersistentDisk GcePd { get; set; }

A PersistentDirectory backed by a Compute Engine persistent disk.

Property Value
Type Description
WorkstationConfigTypesPersistentDirectoryTypesGceRegionalPersistentDisk

MountPath

public string MountPath { get; set; }

Optional. Location of this directory in the running workstation.

Property Value
Type Description
string