Show / Hide Table of Contents

Class MountOption

View only mount options for a volume.

Inheritance
object
MountOption
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class MountOption : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Export

Export string

Declaration
[JsonProperty("export")]
public virtual string Export { get; set; }
Property Value
Type Description
string

ExportFull

Full export string

Declaration
[JsonProperty("exportFull")]
public virtual string ExportFull { get; set; }
Property Value
Type Description
string

Instructions

Instructions for mounting

Declaration
[JsonProperty("instructions")]
public virtual string Instructions { get; set; }
Property Value
Type Description
string

IpAddress

Output only. IP Address.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

Protocol

Protocol to mount with.

Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX