GoogleApi.Genomics.V1.Model.Mount (google_api_genomics v0.18.0) View Source

Carries information about a particular disk mount inside a container.

Attributes

  • disk (type: String.t, default: nil) - The name of the disk to mount, as specified in the resources section.
  • path (type: String.t, default: nil) - The path to mount the disk inside the container.
  • readOnly (type: boolean(), default: nil) - If true, the disk is mounted read-only inside the container.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.Mount{
  disk: String.t() | nil,
  path: String.t() | nil,
  readOnly: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.