View Source GoogleApi.Batch.V1.Model.NFS (google_api_batch v0.3.0)

Represents an NFS volume.

Attributes

  • remotePath (type: String.t, default: nil) - Remote source path exported from the NFS, e.g., "/share".
  • server (type: String.t, default: nil) - The IP address of the NFS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.NFS{
  remotePath: String.t() | nil,
  server: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.