public sealed class Mount : IMessage<Mount>, IEquatable<Mount>, IDeepCloneable<Mount>, IBufferMessage, IMessage
Reference 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 |