GoogleApi.Container.V1.Model.SecondaryBootDisk (google_api_container v0.57.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.