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."],[[["This webpage provides reference documentation for the `ConfidentialInstanceConfig` class within the Compute Engine v1 API for .NET."],["The `ConfidentialInstanceConfig` class is used to define options for instances with confidential computing enabled."],["The latest version available for this class is 3.6.0, but it has releases going all the way back to version 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffer management."],["A key property of this class is `EnableConfidentialCompute`, a boolean value that determines whether confidential computing is enabled for the instance, and the `HasEnableConfidentialCompute` will return if this field is set or not."]]],[]]