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."],["Version 3.6.0 is the latest release available, but versions range from 1.0.0 up to 3.6.0 for the `ConfidentialInstanceConfig` class."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing confidential instance configurations."],["The `EnableConfidentialCompute` property allows users to determine if confidential computing should be enabled on an instance, and there is a `HasEnableConfidentialCompute` property to check if this setting has been defined."],["This class provides two constructors, `ConfidentialInstanceConfig()`, and `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)`."]]],[]]