google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.SourceInstanceParams View Source

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, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.SourceInstanceParams{
  diskConfigs: [GoogleApi.Compute.V1.Model.DiskInstantiationConfig.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.