encryptionKey property

  1. @TagNumber(6)
EncryptionKey encryptionKey

This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan.

Default (empty): Config backup artifacts will not be encrypted.

Implementation

@$pb.TagNumber(6)
EncryptionKey get encryptionKey => $_getN(5);
  1. @TagNumber(6)
void encryptionKey=(EncryptionKey v)

Implementation

@$pb.TagNumber(6)
set encryptionKey(EncryptionKey v) { setField(6, v); }