public sealed class WorkstationConfig.Types.PersistentDirectory : IMessage<WorkstationConfig.Types.PersistentDirectory>, IEquatable<WorkstationConfig.Types.PersistentDirectory>, IDeepCloneable<WorkstationConfig.Types.PersistentDirectory>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.PersistentDirectory.
A directory to persist across workstation sessions.
Implements
IMessageWorkstationConfigTypesPersistentDirectory, IEquatableWorkstationConfigTypesPersistentDirectory, IDeepCloneableWorkstationConfigTypesPersistentDirectory, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
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 |
|