BackupPlan class
Contains an optional backup plan display name and an array of
BackupRule
objects, each of which specifies a backup rule. Each
rule in a backup plan is a separate scheduled task and can back up a
different selection of AWS resources.
Constructors
-
BackupPlan({required String backupPlanName, required List<
BackupRule> rules, List<AdvancedBackupSetting> ? advancedBackupSettings}) -
BackupPlan.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
advancedBackupSettings
→ List<
AdvancedBackupSetting> ? -
Contains a list of
BackupOptions
for each resource type.final - backupPlanName → String
-
The display name of a backup plan.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rules
→ List<
BackupRule> -
An array of
BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.final - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited