public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service 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."],[[["This document provides reference documentation for the `ConfidentialInstanceConfig` class within the Google Cloud Backup and DR Service v1 API, specifically for version 1.2.0."],["The `ConfidentialInstanceConfig` class is a set of options for configuring confidential instances and it inherits from the base `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor to create an instance of the `ConfidentialInstanceConfig` class and a constructor to create a copy from another `ConfidentialInstanceConfig` object."],["The class exposes a property, `EnableConfidentialCompute`, which is a boolean value that specifies whether confidential computing should be enabled for an instance, along with a corresponding `HasEnableConfidentialCompute` property to check if it's set."]]],[]]