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, designed for managing initial states of shielded instances."],["The `InitialStateConfig` class, with version 3.6.0 being the latest, is implemented to securely store public keys and manage key databases for secure computing environments."],["The page includes links to various versions of the `InitialStateConfig` class documentation, ranging from version 1.0.0 to the most recent 3.6.0."],["The `InitialStateConfig` class includes properties like `Dbs`, `Dbxs`, `Keks`, and `Pk`, which manage different aspects of the secure key environment such as key databases, forbidden key databases, key exchange keys, and the platform key respectively."],["The class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, indicating its role within the .NET framework and Google Cloud Platform's security protocols."]]],[]]