DeleteFileSystemLustreConfiguration constructor

DeleteFileSystemLustreConfiguration({
  1. List<Tag>? finalBackupTags,
  2. bool? skipFinalBackup,
})

Implementation

DeleteFileSystemLustreConfiguration({
  this.finalBackupTags,
  this.skipFinalBackup,
});