View Source GoogleApi.Container.V1.Model.SecondaryBootDisk (google_api_container v0.55.0)

SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.

Attributes

  • diskImage (type: String.t, default: nil) - Fully-qualified resource ID for an existing disk image.
  • mode (type: String.t, default: nil) - Disk mode (container image cache, etc.)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.SecondaryBootDisk{
  diskImage: String.t() | nil,
  mode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.