Cloud Life Sciences v2beta API - Class Mount (2.0.0-beta05)

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.

Inheritance

object > Mount

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

Mount()

public Mount()

Mount(Mount)

public Mount(Mount other)
Parameter
NameDescription
otherMount

Properties

Disk

public string Disk { get; set; }

The name of the disk to mount, as specified in the resources section.

Property Value
TypeDescription
string

Path

public string Path { get; set; }

The path to mount the disk inside the container.

Property Value
TypeDescription
string

ReadOnly

public bool ReadOnly { get; set; }

If true, the disk is mounted read-only inside the container.

Property Value
TypeDescription
bool