Class DeleteFileSystemOpenZFSConfiguration
The configuration object for the Amazon FSx for OpenZFS file system used in the DeleteFileSystem
operation.
public class DeleteFileSystemOpenZFSConfiguration
- Inheritance
-
DeleteFileSystemOpenZFSConfiguration
- Inherited Members
Constructors
DeleteFileSystemOpenZFSConfiguration()
public DeleteFileSystemOpenZFSConfiguration()
Properties
FinalBackupTags
Gets and sets the property FinalBackupTags.
A list of tags to apply to the file system's final backup.
public List<Tag> FinalBackupTags { get; set; }
Property Value
Options
Gets and sets the property Options.
To delete a file system if there are child volumes present below the root volume,
use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has
child volumes and you don't use this option, the delete request will fail.
public List<string> Options { get; set; }
Property Value
SkipFinalBackup
Gets and sets the property SkipFinalBackup.
By default, Amazon FSx for OpenZFS 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 taking a final backup, set this value
to true
.
public bool SkipFinalBackup { get; set; }