Cloud Life Sciences v2beta API - Class NFSMount (2.0.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class NFSMount : IMessage<NFSMount>, IEquatable<NFSMount>, IDeepCloneable<NFSMount>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Life Sciences v2beta API class NFSMount.
Configuration for an NFSMount to be attached to the VM.
Implements
IMessage NFSMount, IEquatable NFSMount, IDeepCloneable NFSMount, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
NFSMount()
public NFSMount()NFSMount(NFSMount)
public NFSMount(NFSMount other)| Parameter | |
|---|---|
| Name | Description |
other |
NFSMount |
Properties
Target
public string Target { get; set; }A target NFS mount. The target must be specified as `address:/mount".
| Property Value | |
|---|---|
| Type | Description |
string |
|