public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ShieldedInstanceConfig.
[[["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 documentation page covers the `ShieldedInstanceConfig` class within the Google Cloud Dataproc v1 API, specifically detailing its implementation and usage in .NET."],["The `ShieldedInstanceConfig` class is used to configure Shielded VM settings for Google Cloud Dataproc clusters, enhancing security through features like integrity monitoring, secure boot, and vTPM."],["The documentation provides reference links to various versions of the API, ranging from the latest 5.17.0 down to 3.1.0, enabling developers to navigate and select the version relevant to their project."],["The `ShieldedInstanceConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing how it can be used within the Google.Protobuf framework."],["The available properties of the class include `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, all optional bool values, along with `HasEnableIntegrityMonitoring`, `HasEnableSecureBoot`, and `HasEnableVtpm` which are all read only bools which gets whether the corresponding field is set or not."]]],[]]