public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage
[[["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 `ShieldedInstanceConfig` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google.Cloud.Compute.V1.dll assembly, offering various configurations for Shielded Instances."],["The `ShieldedInstanceConfig` class, as defined here, provides properties for enabling or disabling integrity monitoring, Secure Boot, and vTPM, each with default settings."],["The webpage provides documentation and version history for the `ShieldedInstanceConfig` class, with version 3.6.0 being the most recent, and including version options spanning from 1.0.0 to 3.6.0."],["`ShieldedInstanceConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its comprehensive features for instance management."],["The `ShieldedInstanceConfig` class offers two constructors, one default and another that takes another `ShieldedInstanceConfig` instance as a parameter, which is useful for creating copies with potentially modified configurations."]]],[]]