encryptionKey property

  1. @TagNumber.new(6)
EncryptionKey get 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.new(6)
set encryptionKey (EncryptionKey v)

Implementation

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