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."],["The `ConfidentialInstanceConfig` class allows users to configure options for a confidential instance, including the ability to enable confidential compute."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructors available: a default constructor and one that accepts another `ConfidentialInstanceConfig` instance as a parameter."],["The class has two main properties: `EnableConfidentialCompute`, a boolean that defines whether the instance should use confidential compute, and `HasEnableConfidentialCompute`, a boolean to check whether the `enable_confidential_compute` field is set."]]],[]]