Class NFS
Represents an NFS volume.
Implements
Inherited Members
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 |