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-04-09 UTC."],[[["This webpage provides documentation for the `ShieldedInstanceConfig` class within the Google Cloud Dataproc v1 API, which is used for configuring Shielded VM settings for clusters."],["The latest version documented is 5.17.0, and the page also includes links to reference documentation for all versions back to version 3.1.0, allowing users to browse the changes between each update."],["The `ShieldedInstanceConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for use in protobufs and efficient data handling, and inherits from the base `object` class."],["Key properties of `ShieldedInstanceConfig` include `EnableIntegrityMonitoring`, `EnableSecureBoot`, and `EnableVtpm`, which are all optional boolean values allowing control over specific security features of the Shielded VMs, as well as Has counterparts that verify if these properties are set or not."],["This documentation also provides two constructors for the `ShieldedInstanceConfig` class, the default constructor, and a constructor that takes a `ShieldedInstanceConfig` object as a parameter, offering flexibility in how instances of the class are created and initialized."]]],[]]