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, used for configuring Compute Engine Shielded VMs in Dataproc clusters."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inheritance from the `Object` class."],["There are two constructors available for the `ShieldedInstanceConfig` class: a default constructor and one that takes another `ShieldedInstanceConfig` object as a parameter."],["The `ShieldedInstanceConfig` class includes three key properties: `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, all of which are optional booleans to define settings for instances."],["This page also contains a list of previous versions of this API, ranging from 5.17.0 down to version 3.1.0, with version 5.17.0 being the latest."]]],[]]