Cloud Life Sciences v2beta API - Class Mount (2.0.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Mount : IMessage<Mount>, IEquatable<Mount>, IDeepCloneable<Mount>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Life Sciences v2beta API class Mount.
Carries information about a particular disk mount inside a container.
Namespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
Mount()
public Mount()Mount(Mount)
public Mount(Mount other)| Parameter | |
|---|---|
| Name | Description |
other |
Mount |
Properties
Disk
public string Disk { get; set; }The name of the disk to mount, as specified in the resources section.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Path
public string Path { get; set; }The path to mount the disk inside the container.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReadOnly
public bool ReadOnly { get; set; }If true, the disk is mounted read-only inside the container.
| Property Value | |
|---|---|
| Type | Description |
bool |
|