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-04-01 UTC."],[[["This webpage provides documentation for the `SourceInstanceParams` class within the `Google.Cloud.Compute.V1` namespace, detailing its functionality for creating instance templates from a source instance."],["The `SourceInstanceParams` class, which is part of the Google.Cloud.Compute.V1.dll assembly, is designed for specifying parameters used when creating an instance template based on a given source instance."],["The documentation includes information on the class's inheritance, implemented interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherited members from the `Object` class."],["The `SourceInstanceParams` class has two constructors: a default one and one that accepts another `SourceInstanceParams` object as a parameter."],["A key property of the class is `DiskConfigs`, which is a `RepeatedField` for configuring attached disks, with default settings for various disk types if not specified."]]],[]]