public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class EncryptionConfig.
Represents a custom encryption key configuration that can be applied to
a resource. This will encrypt all disks in Virtual Machine.
The Cloud KMS resource identifier of the customer-managed encryption key
used to protect a resource, such as a disks. It has the following
format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
[[["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 of the `EncryptionConfig` class is 2.5.0, with version 2.3.0 being one of the available versions."],["The `EncryptionConfig` class represents a custom encryption key configuration applicable to resources, encrypting all disks in a Virtual Machine."],["This class, `EncryptionConfig`, is part of the `Google.Cloud.Notebooks.V1` namespace and is implemented by classes including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `KmsKey` property within the `EncryptionConfig` class allows you to manage the customer-managed encryption key's Cloud KMS resource identifier used for protecting resources, formatted as `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`."]]],[]]