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."],[[["This page provides reference documentation for the `EncryptionConfig` class within the AI Platform Notebooks v1 API."],["`EncryptionConfig` represents a configuration for custom encryption keys that can be applied to a resource to encrypt all disks in Virtual Machines."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `KmsKey` property of type string specifies the Cloud KMS resource identifier for the customer-managed encryption key."],["Version 2.5.0 is the most recent version, while there are a total of seven versions listed, including version 1.0.0-beta04."]]],[]]