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-31 UTC."],[[["This document provides reference information for the `InitialStateConfig` class within the Google.Cloud.Compute.V1 API, specifically version 2.17.0."],["The `InitialStateConfig` class represents the initial state for a shielded instance, allowing storage of public keys, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Dbs`, `Dbxs`, and `Keks`, which are of type `RepeatedField\u003cFileContentBuffer\u003e`, and `Pk` which is of the type `FileContentBuffer`, all related to key management."],["The latest version available is 3.6.0, and the documentation also includes references to older versions, going back to version 1.0.0, each with their own API reference documentation."],["The `InitialStateConfig` class can be constructed either as an empty instance or as a copy of an existing `InitialStateConfig` object."]]],[]]