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 represents a set of options for confidential instances within Google Cloud Compute."],["This class is available across multiple versions, with the latest being 3.6.0 and a history that dates back to version 1.0.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message processing."],["The class offers a property `EnableConfidentialCompute` which is a boolean that determines if the instance has confidential computing enabled, along with another boolean `HasEnableConfidentialCompute` that checks if this field is populated."],["There are two constructors available for the `ConfidentialInstanceConfig` class, a parameterless constructor and one that accepts another instance of the same class as a parameter."]]],[]]