google_api_compute v0.2.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 ([DiskInstantiationConfig]): 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. Defaults to:
null
.
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
Unwrap a decoded JSON object into its complex fields.