public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ConfidentialInstanceConfig.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `ConfidentialInstanceConfig` class within the Google Cloud Dataproc V1 API, covering versions from 3.1.0 up to the latest 5.17.0."],["`ConfidentialInstanceConfig` is used to configure clusters using Confidential VMs, and it can be implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ConfidentialInstanceConfig` class includes a property, `EnableConfidentialCompute`, which allows you to define if confidential compute should be enabled on the instance."],["The documentation presents both a default constructor, `ConfidentialInstanceConfig()`, and another that accepts an instance of itself, `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)`."]]],[]]