public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ConfidentialInstanceConfig.
[[["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 page provides reference documentation for the `ConfidentialInstanceConfig` class within the Compute Engine v1 API for .NET."],["The latest version of the `ConfidentialInstanceConfig` class is 3.6.0, but documentation is available for versions ranging from 1.0.0 to 3.6.0."],["`ConfidentialInstanceConfig` is used to define options for confidential instances, and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains the property `EnableConfidentialCompute`, which is used to determine if confidential compute is enabled for an instance."],["The class includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` inherited from the base `object` class."]]],[]]