AdministrativeActionType enum
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_UPDATE
task to increase a file system's storage capacity completes successfully, aSTORAGE_OPTIMIZATION
task 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.
ProgressPercent
property. WhenSTORAGE_OPTIMIZATION
completes successfully, the parentFILE_SYSTEM_UPDATE
action 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 .
- Inheritance
- Available extensions
Values
- fileSystemUpdate → const AdministrativeActionType
- storageOptimization → const AdministrativeActionType
- fileSystemAliasAssociation → const AdministrativeActionType
- fileSystemAliasDisassociation → const AdministrativeActionType
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<
AdministrativeActionType> - A constant List of the values in this enum, in order of their declaration.