Class GoogleCloudAiplatformV1beta1NfsMount
Represents a mount configuration for Network File System (NFS) to mount.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NfsMount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MountPoint
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/
Declaration
[JsonProperty("mountPoint")]
public virtual string MountPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it
indicates the source mount path in the form of server:path
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Server
Required. IP address of the NFS server.
Declaration
[JsonProperty("server")]
public virtual string Server { get; set; }
Property Value
Type | Description |
---|---|
string |