public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, IBufferMessage, IMessage
Confidential Instance Config for clusters using Confidential
VMs
[[["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 `ConfidentialInstanceConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for managing confidential compute settings in Google Cloud Dataproc clusters."],["The `ConfidentialInstanceConfig` class is used to configure clusters to use Confidential VMs, and it includes the property `EnableConfidentialCompute` to control this setting."],["The documentation covers multiple versions of the class, ranging from version 3.1.0 to the latest version 5.17.0, offering version specific information."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["There are 2 constructors for `ConfidentialInstanceConfig`, one default and another accepting another `ConfidentialInstanceConfig` object."]]],[]]