AdvancedBackupSetting class
A list of backup options for each resource type.
Constructors
-
AdvancedBackupSetting({Map<
String, String> ? backupOptions, String? resourceType}) -
AdvancedBackupSetting.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
backupOptions
→ Map<
String, String> ? -
Specifies the backup option for a selected resource. This option is only
available for Windows VSS backup jobs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceType → String?
-
The type of AWS resource to be backed up. For VSS Windows backups, the only
supported resource type is Amazon EC2.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited