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."],[[["The latest version of `InitialStateConfig` is 3.6.0, which is part of the Google.Cloud.Compute.V1 library, with numerous other versions available ranging from 1.0.0 to 3.5.0."],["`InitialStateConfig` is a sealed class representing the initial state for a shielded instance, designed to hold public keys."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer management."],["The `InitialStateConfig` class includes properties like `Dbs`, `Dbxs`, and `Keks`, all of which are `RepeatedField` collections of `FileContentBuffer`, as well as `Pk`, which is a single instance of `FileContentBuffer`, all used for managing keys."]]],[]]