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-31 UTC."],[[["This webpage provides reference documentation for the `ConfidentialInstanceConfig` class within the Google.Cloud.Compute.V1 API, specifically version 3.1.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `ConfidentialInstanceConfig` class is used to configure confidential instance options, such as the type of technology and whether confidential compute is enabled."],["The latest version available for `ConfidentialInstanceConfig` is 3.6.0, with links to documentation for previous versions provided for reference."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management within the .NET environment."],["The `ConfidentialInstanceConfig` class has two constructors, one being an empty constructor, and another that takes in another instance of itself, as well as having two properties `ConfidentialInstanceType` and `EnableConfidentialCompute`, both having boolean properties determining if they are set."]]],[]]