BackupLifecycle enum
The lifecycle status of the backup.
-
AVAILABLE
- The backup is fully available. -
PENDING
- For user-initiated backups on Lustre file systems only; Amazon FSx has not started creating the backup. -
CREATING
- Amazon FSx is creating the new user-intiated backup -
TRANSFERRING
- For user-initiated backups on Lustre file systems only; Amazon FSx is backing up the file system. -
DELETED
- Amazon FSx deleted the backup and it is no longer available. -
FAILED
- Amazon FSx could not complete the backup.
- Inheritance
- Available extensions
Values
- available → const BackupLifecycle
- creating → const BackupLifecycle
- transferring → const BackupLifecycle
- deleted → const BackupLifecycle
- failed → const BackupLifecycle
- pending → const BackupLifecycle
Properties
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
Constants
-
values
→ const List<
BackupLifecycle> - A constant List of the values in this enum, in order of their declaration.