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-04-02 UTC."],[[["The latest version available for the `InitialStateConfig` class is 3.6.0, as part of the Google Cloud Compute Engine v1 API, with various versions ranging from 1.0.0 up to this latest release."],["The `InitialStateConfig` class in the Google.Cloud.Compute.V1 namespace is used for setting the initial state of a shielded instance and storing public keys."],["The class `InitialStateConfig` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties including `Dbs`, `Dbxs`, and `Keks` that are of the type `RepeatedField\u003cFileContentBuffer\u003e`, along with the `Pk` property of `FileContentBuffer` type."],["There are two constructors for the `InitialStateConfig` class: one default and another that takes another `InitialStateConfig` object as a parameter."]]],[]]