public sealed class InitialStateConfig : IMessage<InitialStateConfig>, IEquatable<InitialStateConfig>, IDeepCloneable<InitialStateConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InitialStateConfig.
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 `InitialStateConfig` class in the Google Cloud Compute Engine v1 API provides configuration for the initial state of shielded instances, designed for managing public keys safely."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with protocol buffer structures and .NET functionalities."],["The latest version available is 3.6.0, and the documentation lists several older versions of the API ranging back to version 1.0.0."],["`InitialStateConfig` manages key databases (db), forbidden key databases (dbx), Key Exchange Keys (keks), and Platform Keys (pk) through `RepeatedField` and `FileContentBuffer` properties."],["Constructors for `InitialStateConfig` are available for creating new instances and for making copies from existing instances, such as `InitialStateConfig()` and `InitialStateConfig(InitialStateConfig other)`."]]],[]]