View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2NFSVolumeSource (google_api_run v0.30.0)

Represents an NFS mount.

Attributes

  • path (type: String.t, default: nil) - Path that is exported by the NFS server.
  • readOnly (type: boolean(), default: nil) - If true, the volume will be mounted as read only for all mounts.
  • server (type: String.t, default: nil) - Hostname or IP address of the NFS server

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2NFSVolumeSource{
  path: String.t() | nil,
  readOnly: boolean() | nil,
  server: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.