DeleteFileSystemWindowsConfiguration class
The configuration object for the Microsoft Windows file system used in the
DeleteFileSystem
operation.
Constructors
-
DeleteFileSystemWindowsConfiguration({List<
Tag> ? finalBackupTags, bool? skipFinalBackup})
Properties
-
finalBackupTags
→ List<
Tag> ? -
A set of tags for your final backup.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipFinalBackup → bool?
-
By default, Amazon FSx for Windows takes a final backup on your behalf when
the
DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.final
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