View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NfsMount (google_api_ai_platform v0.13.0)

Represents a mount configuration for Network File System (NFS) to mount.

Attributes

  • mountPoint (type: String.t, default: nil) - Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/
  • path (type: String.t, default: nil) - 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
  • server (type: String.t, default: nil) - Required. IP address of the NFS server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NfsMount{
  mountPoint: String.t() | nil,
  path: String.t() | nil,
  server: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.