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, providing configuration for the initial state of shielded instances."],["The latest version of `InitialStateConfig` is 3.6.0, and historical versions dating back to 1.0.0 are available, alongside their associated documentation links."],["The `InitialStateConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of `InitialStateConfig` include `Dbs`, `Dbxs`, `Keks`, and `Pk`, which represent the Key Database, forbidden key database, Key Exchange Key, and Platform Key, respectively."],["The class contains two constructors, one default and one to duplicate an existing `InitialStateConfig` object."]]],[]]