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

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

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.