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

public sealed class NFSMount : IMessage<NFSMount>, IEquatable<NFSMount>, IDeepCloneable<NFSMount>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class NFSMount.

Configuration for an NFSMount to be attached to the VM.

Inheritance

object > NFSMount

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

NFSMount()

public NFSMount()

NFSMount(NFSMount)

public NFSMount(NFSMount other)
Parameter
NameDescription
otherNFSMount

Properties

Target

public string Target { get; set; }

A target NFS mount. The target must be specified as `address:/mount".

Property Value
TypeDescription
string