public sealed class InitialStateConfig : IMessage<InitialStateConfig>, IEquatable<InitialStateConfig>, IDeepCloneable<InitialStateConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InitialStateConfig.
Initial State for shielded instance, these are public keys which are safe to store in public
[[["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 document provides reference information for the `InitialStateConfig` class within the Google Compute Engine v1 API, specifically for .NET development, spanning versions from 1.0.0 to the latest 3.6.0."],["The `InitialStateConfig` class is designed to manage the initial state for shielded instances and includes properties for handling public keys, such as the Key Database (`Dbs`), forbidden key database (`Dbxs`), Key Exchange Key (`Keks`), and Platform Key (`Pk`)."],["The class `InitialStateConfig` implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which are all within the Google Protobuf library, and is inherited from object."],["The `InitialStateConfig` class offers two constructors: one default and one that allows cloning from another `InitialStateConfig` instance."],["The properties `Dbs`, `Dbxs` and `Keks` are of type `RepeatedField` of `FileContentBuffer`, whereas `Pk` is only of type `FileContentBuffer`."]]],[]]