Class NFSMount (1.0.0-beta02)

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

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