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, offering a comprehensive look at its structure and functionality."],["The latest version available for the `ConfidentialInstanceConfig` class is 3.6.0, although many prior versions are listed, dating as far back as 1.0.0."],["`ConfidentialInstanceConfig` is a class used to set options for Confidential Instance, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConfidentialInstanceConfig` class has a key property named `EnableConfidentialCompute`, a boolean value indicating if confidential compute is enabled, and it has a helper method `HasEnableConfidentialCompute` to check if the field is set."],["The class includes two constructors, one default constructor `ConfidentialInstanceConfig()` and one that takes another `ConfidentialInstanceConfig` instance for cloning `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)`."]]],[]]