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 latest version available for `ConfidentialInstanceConfig` is 3.6.0, but there is a list of versions of this class ranging from version 1.0.0 to 3.6.0 available for use."],["The `ConfidentialInstanceConfig` class is part of the Compute Engine v1 API and is located within the `Google.Cloud.Compute.V1` namespace."],["The primary function of `ConfidentialInstanceConfig` is to define and manage options for instances that require confidential computing."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a wide array of functionality."],["`ConfidentialInstanceConfig` has a property called `EnableConfidentialCompute`, which is a boolean that determines if confidential compute should be enabled on the instance, and a `HasEnableConfidentialCompute` property to determine if the aforementioned field is set."]]],[]]