ContinuousBackupConfig class

ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster.

Constructors

ContinuousBackupConfig({bool? enabled, EncryptionConfig? encryptionConfig, int? recoveryWindowDays})
ContinuousBackupConfig.fromJson(Map json_)

Properties

enabled bool?
Whether ContinuousBackup is enabled.
getter/setter pair
encryptionConfig EncryptionConfig?
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recoveryWindowDays int?
The number of days that are eligible to restore from using PITR.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited