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 also covers multiple previous versions, ranging down to 1.0.0, allowing users to reference older iterations if necessary."],["`InitialStateConfig` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in data handling and management within the .NET environment."],["Key properties of the `InitialStateConfig` class include `Dbs`, `Dbxs`, `Keks`, and `Pk`, which are all related to secure key management, such as the key database, forbidden key database, key exchange key, and the platform key, respectively."],["The class provides two constructors: a default constructor, and one that accepts another `InitialStateConfig` object as a parameter, for deep cloning or copying."]]],[]]