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."],[[["This webpage details the `ConfidentialInstanceConfig` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google.Cloud.Compute.V1.dll assembly."],["The `ConfidentialInstanceConfig` class is used to configure confidential instance options and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the package featured is `3.6.0`, and the page also provides links to multiple previous versions, down to `1.0.0`, all providing similar information."],["The class has properties such as `EnableConfidentialCompute`, a boolean value that dictates if the instance has confidential compute enabled, and `HasEnableConfidentialCompute`, a boolean value indicating if the field is set."],["The page outlines the inheritance hierarchy of `ConfidentialInstanceConfig` which inherits from `Object` and details the inherited members."]]],[]]