public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, 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."],[[["The `ConfidentialInstanceConfig` class in the `Google.Cloud.Compute.V1` namespace offers a set of options for confidential instances."],["This class is available across multiple versions, from 1.0.0 to the latest 3.6.0, as seen in the links provided."],["The `ConfidentialInstanceConfig` class allows enabling or disabling confidential computing via the `EnableConfidentialCompute` property."],["It inherits members from the Object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConfidentialInstanceConfig` class includes constructors, `ConfidentialInstanceConfig()` and `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)`, allowing for object creation with or without another object as a parameter."]]],[]]