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 Google.Cloud.Compute.V1 API represents a set of options for configuring confidential instances within Compute Engine, with the latest version being 3.6.0 and many prior versions available."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class offers two constructors: a default constructor and one that takes another `ConfidentialInstanceConfig` object as a parameter for creating copies."],["The primary property of `ConfidentialInstanceConfig` is `EnableConfidentialCompute`, a boolean value that determines whether confidential compute is enabled for the instance, and another property that indicates if this value is set."],["This documentation is for version 2.2.0 of the api."]]],[]]