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 provides documentation for the `ShieldedInstanceConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for .NET development."],["The `ShieldedInstanceConfig` class is used to configure Shielded VM settings for Google Cloud Dataproc clusters, providing options for integrity monitoring, secure boot, and vTPM."],["The documentation includes the latest version (5.17.0) and several prior versions of the `ShieldedInstanceConfig` class, spanning from 3.1.0 up to the most recent."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, comparison, cloning, and buffer manipulation."],["Key properties of the `ShieldedInstanceConfig` class include `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, which are all boolean properties to toggle respective functions."]]],[]]