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 documentation covers the `ConfidentialInstanceConfig` class within the Google Cloud Compute Engine v1 API, detailing its various versions from 1.0.0 to the latest 3.6.0."],["`ConfidentialInstanceConfig` is a class that defines options for instances using confidential computing, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `ConfidentialInstanceConfig()` and a copy constructor `ConfidentialInstanceConfig(ConfidentialInstanceConfig other)`, for creating new instances."],["It includes properties like `EnableConfidentialCompute` (a boolean to define whether an instance has confidential computing enabled) and `HasEnableConfidentialCompute` which checks whether the `enable_confidential_compute` field is set."],["The class inherits members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`, and is located in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]