Enum aws_sdk_fsx::model::BackupLifecycle [−][src]
#[non_exhaustive]
pub enum BackupLifecycle {
Available,
Copying,
Creating,
Deleted,
Failed,
Pending,
Transferring,
Unknown(String),
}Expand description
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. -
COPYING- Amazon FSx is copying the backup. -
DELETED- Amazon FSx deleted the backup and it is no longer available. -
FAILED- Amazon FSx could not complete the backup.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Available
Copying
Creating
Deleted
Failed
Pending
Transferring
Unknown(String)
Tuple Fields
0: StringUnknown contains new variants that have been added since this code was generated.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for BackupLifecycle
impl Send for BackupLifecycle
impl Sync for BackupLifecycle
impl Unpin for BackupLifecycle
impl UnwindSafe for BackupLifecycle
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more