BackupConfig class
BackupConfig contains backup related config on a volume.
Constructors
-
BackupConfig.new({String? backupChainBytes, List<
String> ? backupPolicies, String? backupVault, bool? scheduledBackupEnabled}) - BackupConfig.fromJson(Map json_)
Properties
- backupChainBytes ↔ String?
-
Total size of all backups in a chain in bytes = baseline backup size +
sum(incremental backup size).
getter/setter pair
-
backupPolicies
↔ List<
String> ? -
When specified, schedule backups will be created based on the policy
configuration.
getter/setter pair
- backupVault ↔ String?
-
Name of backup vault.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledBackupEnabled ↔ bool?
-
When set to true, scheduled backup is enabled on the volume.
getter/setter pair
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