public sealed class InitialStateConfig : IMessage<InitialStateConfig>, IEquatable<InitialStateConfig>, IDeepCloneable<InitialStateConfig>, IBufferMessage, IMessage
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 webpage details the `InitialStateConfig` class within the `Google.Cloud.Compute.V1` namespace, focusing on its structure and functionality for configuring the initial state of shielded instances."],["The latest version documented is 3.6.0, and the page lists multiple past versions of the `InitialStateConfig`, dating back to version 1.0.0."],["`InitialStateConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is responsible for storing public keys."],["The class has properties for managing various key types, including `Dbs` (Key Database), `Dbxs` (Forbidden Key Database), `Keks` (Key Exchange Key), and `Pk` (Platform Key)."],["The `InitialStateConfig` class also has `InitialStateConfig()` constructors, one taking in no arguments and another taking in an `InitialStateConfig` argument."]]],[]]