Show / Hide Table of Contents

Class NFS

Represents an NFS volume.

Inheritance
object
NFS
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.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class NFS : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RemotePath

Remote source path exported from the NFS, e.g., "/share".

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

Server

The IP address of the NFS.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX