GoogleApi.Compute.V1.Model.PreservedState (google_api_compute v0.26.1) View Source

Preserved state for a given instance.

Attributes

  • disks (type: %{optional(String.t) => GoogleApi.Compute.V1.Model.PreservedStatePreservedDisk.t}, default: nil) - Preserved disks defined for this instance. This map is keyed with the device names of the disks.
  • metadata (type: map(), default: nil) - Preserved metadata defined for this instance.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.PreservedState{
  disks: %{
    optional(String.t()) =>
      GoogleApi.Compute.V1.Model.PreservedStatePreservedDisk.t()
  },
  metadata: map()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.