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-31 UTC."],[[["This webpage provides documentation for the `InitialStateConfig` class within the Google Cloud Compute Engine v1 API, specifically for version 2.3.0, with links to other versions as well."],["`InitialStateConfig` is designed for managing the initial state of shielded instances, focusing on secure storage of public keys and implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `InitialStateConfig` class includes properties such as `Dbs`, `Dbxs`, `Keks`, and `Pk`, which are used to manage the Key Database, the forbidden key database, the Key Exchange Key, and the Platform Key respectively, with the first three using `RepeatedField\u003cFileContentBuffer\u003e` and the last one using `FileContentBuffer`."],["The page lists a full history of available versions for the `InitialStateConfig`, starting with the latest version, 3.6.0, and goes all the way down to version 1.0.0."]]],[]]