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."],[[["This webpage provides reference documentation for the `InitialStateConfig` class within the Google.Cloud.Compute.V1 API, specifically for .NET development."],["The `InitialStateConfig` class is used for setting the initial state of a shielded instance, including storing public keys, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a range of versions of `InitialStateConfig`, from version 1.0.0 to the latest 3.6.0, allowing developers to access documentation relevant to their specific project version, with the current version being 2.11.0."],["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 provided documentation contains the constructors and the inherited members of the InitialStateConfig class."]]],[]]