View Source GoogleApi.Compute.V1.Model.SourceInstanceParams (google_api_compute v0.62.0)

A specification of the parameters to use when creating the instance template from a source instance.

Attributes

  • diskConfigs (type: list(GoogleApi.Compute.V1.Model.DiskInstantiationConfig.t), default: nil) - Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.SourceInstanceParams{
  diskConfigs: [GoogleApi.Compute.V1.Model.DiskInstantiationConfig.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.