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

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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.