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.
Implements
IMessageEncryptionConfig, IEquatableEncryptionConfig, IDeepCloneableEncryptionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
EncryptionConfig()
public EncryptionConfig()
EncryptionConfig(EncryptionConfig)
public EncryptionConfig(EncryptionConfig other)
Parameter | |
---|---|
Name | Description |
other |
EncryptionConfig |
Properties
KmsKey
public string KmsKey { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |