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, used to set options for Shielded Instances."],["The latest version available for the `ShieldedInstanceConfig` documentation is version 3.6.0, while older versions ranging back to 1.0.0 are also available on this page to browse through."],["The `ShieldedInstanceConfig` class, which inherits from `Object` and implements several interfaces, has three main configurable properties: `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, each with boolean settings to manage security features."],["It also contains 3 property values that are not configurable but instead indicate the status of the 3 main configurable fields, HasEnableIntegrityMonitoring, HasEnableSecureBoot, HasEnableVtpm, to indicate if the field is currently set or not."],["The class has two constructors, a default constructor, and one that copies properties from an existing `ShieldedInstanceConfig` instance."]]],[]]