Values.AdministrativeActionDescribes a specific Amazon FSx administrative action for the current Windows, Lustre, OpenZFS, or ONTAP file system or volume.
type nonrec t = {administrativeActionType : AdministrativeActionType.t option;progressPercent : ProgressPercent.t option;The percentage-complete status of a STORAGE_OPTIMIZATION or DOWNLOAD_DATA_FROM_BACKUP administrative action. Does not apply to any other administrative action type.
*)requestTime : RequestTime.t option;The time that the administrative action request was received.
*)status : Status.t option;The status of the administrative action, as follows: FAILED - Amazon FSx failed to process the administrative action successfully. IN_PROGRESS - Amazon FSx is processing the administrative action. PENDING - Amazon FSx is waiting to process the administrative action. COMPLETED - Amazon FSx has finished processing the administrative task. For a backup restore to a second-generation FSx for ONTAP file system, indicates that all data has been downloaded to the volume, and clients now have read-write access to volume. UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process. PENDING - For a backup restore to a second-generation FSx for ONTAP file system, indicates that the file metadata is being downloaded onto the volume. The volume's Lifecycle state is CREATING. IN_PROGRESS - For a backup restore to a second-generation FSx for ONTAP file system, indicates that all metadata has been downloaded to the new volume and client can access data with read-only access while Amazon FSx downloads the file data to the volume. Track the progress of this process with the ProgressPercent element.
*)targetFileSystemValues : FileSystem.t option;The target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.
*)failureDetails : AdministrativeActionFailureDetails.t option;targetVolumeValues : Volume.t option;targetSnapshotValues : Snapshot.t option;totalTransferBytes : TotalTransferBytes.t option;The number of bytes that have transferred for the FSx for OpenZFS snapshot that you're copying.
*)remainingTransferBytes : RemainingTransferBytes.t option;The remaining bytes to transfer for the FSx for OpenZFS snapshot that you're copying.
*)message : ErrorMessage.t option;}val make :
?administrativeActionType:AdministrativeActionType.t ->
?progressPercent:ProgressPercent.t ->
?requestTime:RequestTime.t ->
?status:Status.t ->
?targetFileSystemValues:FileSystem.t ->
?failureDetails:AdministrativeActionFailureDetails.t ->
?targetVolumeValues:Volume.t ->
?targetSnapshotValues:Snapshot.t ->
?totalTransferBytes:TotalTransferBytes.t ->
?remainingTransferBytes:RemainingTransferBytes.t ->
?message:ErrorMessage.t ->
unit ->
t