View Source GoogleApi.Run.V1.Model.NFSVolumeSource (google_api_run v0.30.0)

Represents a persistent volume that will be mounted using NFS. This volume will be shared between all instances of the resource and data will not be deleted when the instance is shut down.

Attributes

  • path (type: String.t, default: nil) - Path that is exported by the NFS server.
  • readOnly (type: boolean(), default: nil) - If true, mount the NFS volume as read only. Defaults to false.
  • 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.V1.Model.NFSVolumeSource{
  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.