NomadClient.Model.VolumeRequest (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.VolumeRequest{
  AccessMode: String.t() | nil,
  AttachmentMode: String.t() | nil,
  MountOptions: NomadClient.Model.CsiMountOptions.t() | nil,
  Name: String.t() | nil,
  PerAlloc: boolean() | nil,
  ReadOnly: boolean() | nil,
  Source: String.t() | nil,
  Type: String.t() | nil
}