public sealed class SourceInstanceParams : IMessage<SourceInstanceParams>, IEquatable<SourceInstanceParams>, IDeepCloneable<SourceInstanceParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SourceInstanceParams.
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, the source images for each disk will be used. 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-09 UTC."],[[["The latest version available for `SourceInstanceParams` is 3.6.0, with various versions from 1.0.0 up to 3.6.0 available to view."],["The `SourceInstanceParams` class is part of the `Google.Cloud.Compute.V1` namespace, specifically in version 2.10.0."],["`SourceInstanceParams` is used to specify parameters when creating an instance template from a source instance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `DiskConfigs`, which manages attached disk configurations, defaulting to source images for R/W disks and blank volumes for local SSD disks."],["`SourceInstanceParams` includes constructors for creating new instances, either empty or based on another `SourceInstanceParams` object."]]],[]]