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 of the `ConfidentialInstanceConfig` class is 3.6.0, but this page is showing the documentation for version 3.0.0, with many other versions available ranging from 1.0.0 to 3.5.0."],["`ConfidentialInstanceConfig` is part of the Google Compute Engine v1 API within the `Google.Cloud.Compute.V1` namespace and is a class representing configuration options for confidential instances."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the base `object` class."],["The class includes properties to manage settings for confidential instances, such as `ConfidentialInstanceType` (string) and `EnableConfidentialCompute` (bool), along with indicators of whether they have been set."],["The `ConfidentialInstanceConfig` class also has two constructors, one that is parameterless, and one that takes in another `ConfidentialInstanceConfig` as a parameter."]]],[]]