public sealed class SourceInstanceParams : IMessage<SourceInstanceParams>, IEquatable<SourceInstanceParams>, IDeepCloneable<SourceInstanceParams>, IBufferMessage, IMessage
A specification of the parameters to use when creating the instance template from a source instance.
public RepeatedField<DiskInstantiationConfig> DiskConfigs { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage details the `SourceInstanceParams` class within the `Google.Cloud.Compute.V1` namespace, part of the .NET library for Google Cloud Compute."],["The `SourceInstanceParams` class, which is version 1.4.0, is used to define parameters for creating instance templates from an existing instance."],["The page provides access to the documentation of `SourceInstanceParams` class across multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `SourceInstanceParams` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskConfigs` property within `SourceInstanceParams` is a `RepeatedField` that allows for configuration of attached disks, including handling of boot disks, R/W disks, read-only disks, and local SSD disks."]]],[]]