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, with the current version being 2.10.0, and the latest being 3.6.0."],["The `ConfidentialInstanceConfig` class represents a set of options for Confidential Instances and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor `ConfidentialInstanceConfig()` to create a new instance and `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)` to create a copy of an instance."],["The class contains a boolean property, `EnableConfidentialCompute`, that is used to set whether confidential compute is enabled on the instance and the property `HasEnableConfidentialCompute` to check if the field has been set."],["The page lists all available versions, starting with 1.0.0, and continuing to 3.6.0, that are related to the `ConfidentialInstanceConfig` class."]]],[]]