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.Dataproc.V1` namespace, which is used to configure Shielded VM settings for Dataproc clusters."],["The latest version documented is 5.17.0, and the page provides links to documentation for numerous prior versions, down to version 3.1.0."],["The `ShieldedInstanceConfig` class can be instantiated through two available constructors, either with no parameters, or by using another `ShieldedInstanceConfig` as the parameter."],["The class properties, `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, allow for enabling or disabling specific security features on Compute Engine Shielded VMs."],["The `ShieldedInstanceConfig` implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to allow functionality such as data serialization, equality comparisons, and deep cloning."]]],[]]