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.
Implements
IMessageMountOption, IEquatableMountOption, IDeepCloneableMountOption, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
MountOption()
public MountOption()
MountOption(MountOption)
public MountOption(MountOption other)
Parameter | |
---|---|
Name | Description |
other |
MountOption |
Properties
Export
public string Export { get; set; }
Export string
Property Value | |
---|---|
Type | Description |
string |
ExportFull
public string ExportFull { get; set; }
Full export string
Property Value | |
---|---|
Type | Description |
string |
Instructions
public string Instructions { get; set; }
Instructions for mounting
Property Value | |
---|---|
Type | Description |
string |
Protocol
public Protocols Protocol { get; set; }
Protocol to mount with.
Property Value | |
---|---|
Type | Description |
Protocols |