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 options for configuring confidential instances."],["The latest version for `ConfidentialInstanceConfig` is 3.6.0, and it has versions ranging back to 1.0.0."],["`ConfidentialInstanceConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["This class includes a property called `EnableConfidentialCompute`, which is a boolean that determines if the instance has confidential compute enabled."],["There are two constructors available, one that takes a parameter of `ConfidentialInstanceConfig` and one that takes no parameters."]]],[]]