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-03-21 UTC."],[[["The webpage provides reference documentation for the `SourceInstanceParams` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 3.0.0."],["It details the `SourceInstanceParams` class, which defines the parameters for creating an instance template from a source instance, and provides links to previous and later versions."],["The `SourceInstanceParams` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with documented reference."],["It includes information on the class constructors, `SourceInstanceParams()` and `SourceInstanceParams(SourceInstanceParams other)`, as well as the `DiskConfigs` property that defines attached disk configurations."],["The latest version available is 3.6.0, and the page lists versions as far back as 1.0.0 for reference and navigation, offering a historical log of versions."]]],[]]