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-21 UTC."],[[["This webpage provides documentation for the `SourceInstanceParams` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.1.0 and later."],["`SourceInstanceParams` is used to define the parameters for creating an instance template from a source instance, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DiskConfigs` property within `SourceInstanceParams` allows you to configure attached disk settings, defaulting to creating custom images for R/W disks and attaching read-only disks in read-only mode."],["The page lists various versions of the `SourceInstanceParams` documentation, with the latest version being 3.6.0, that you can access from the list of versions."],["The `SourceInstanceParams` class is available within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]