AdministrativeAction class
Describes a specific Amazon FSx administrative action for the current Windows or Lustre file system.
Constructors
- AdministrativeAction({AdministrativeActionType? administrativeActionType, AdministrativeActionFailureDetails? failureDetails, int? progressPercent, DateTime? requestTime, Status? status, FileSystem? targetFileSystemValues})
-
AdministrativeAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- administrativeActionType → AdministrativeActionType?
-
final
- failureDetails → AdministrativeActionFailureDetails?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressPercent → int?
-
Provides the percent complete of a
STORAGE_OPTIMIZATION
administrative action. Does not apply to any other administrative action type.final - requestTime → DateTime?
-
Time that the administrative action request was received.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Status?
-
Describes the status of the administrative action, as follows:
final
- targetFileSystemValues → FileSystem?
-
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. Returned forFILE_SYSTEM_UPDATE
administrative actions.final
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