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 versions are available all the way back to 1.0.0 for the Google Compute Engine v1 API."],["`ConfidentialInstanceConfig` is a class in the Google.Cloud.Compute.V1 namespace that provides a set of options for confidential instances."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ConfidentialInstanceConfig` includes a property `EnableConfidentialCompute`, a boolean that determines whether confidential computing is enabled for the instance."],["The class has a constructor `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)` that takes another `ConfidentialInstanceConfig` object to be used for building a new object."]]],[]]