Enum aws_sdk_fsx::model::AdministrativeActionType [−][src]
#[non_exhaustive]
pub enum AdministrativeActionType {
FileSystemAliasAssociation,
FileSystemAliasDisassociation,
FileSystemUpdate,
StorageOptimization,
Unknown(String),
}Expand description
Describes the type of administrative action, as follows:
-
FILE_SYSTEM_UPDATE- A file system update administrative action initiated by the user from the Amazon FSx console, API (UpdateFileSystem), or CLI (update-file-system). -
STORAGE_OPTIMIZATION- Once theFILE_SYSTEM_UPDATEtask to increase a file system's storage capacity completes successfully, aSTORAGE_OPTIMIZATIONtask starts.-
For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
-
For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
You can track the storage optimization progress using the
ProgressPercentproperty. WhenSTORAGE_OPTIMIZATIONcompletes successfully, the parentFILE_SYSTEM_UPDATEaction status changes toCOMPLETED. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide. -
-
FILE_SYSTEM_ALIAS_ASSOCIATION- A file system update to associate a new DNS alias with the file system. For more information, see . -
FILE_SYSTEM_ALIAS_DISASSOCIATION- A file system update to disassociate a DNS alias from the file system. For more information, see .
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
FileSystemAliasAssociation
FileSystemAliasDisassociation
FileSystemUpdate
StorageOptimization
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 AdministrativeActionType
impl Send for AdministrativeActionType
impl Sync for AdministrativeActionType
impl Unpin for AdministrativeActionType
impl UnwindSafe for AdministrativeActionType
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