NomadClient.Model.VolumeRequest (nomad_client v0.11.0)

Link to this section Summary

Link to this section Types

Specs

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