NetApp v1 API - Class MountOption (1.0.0)

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

Reference documentation and code samples for the NetApp v1 API class MountOption.

View only mount options for a volume.

Inheritance

object > MountOption

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

MountOption()

public MountOption()

MountOption(MountOption)

public MountOption(MountOption other)
Parameter
NameDescription
otherMountOption

Properties

Export

public string Export { get; set; }

Export string

Property Value
TypeDescription
string

ExportFull

public string ExportFull { get; set; }

Full export string

Property Value
TypeDescription
string

Instructions

public string Instructions { get; set; }

Instructions for mounting

Property Value
TypeDescription
string

Protocol

public Protocols Protocol { get; set; }

Protocol to mount with.

Property Value
TypeDescription
Protocols