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 `ConfidentialInstanceConfig` class in the Compute Engine v1 API provides options for configuring confidential instances, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within Google's Protobuf framework."],["The class includes a property called `EnableConfidentialCompute` to indicate if the Confidential compute should be enabled for a given instance, as well as a `HasEnableConfidentialCompute` to check if it is set."],["The `ConfidentialInstanceConfig` class can be constructed with a default constructor or by providing another instance of the class."],["Multiple versions of the `ConfidentialInstanceConfig` class are available, spanning from version 1.0.0 to 3.6.0."]]],[]]