Module Values.AdministrativeAction

Describes a specific Amazon FSx administrative action for the current Windows, Lustre, OpenZFS, or ONTAP file system or volume.

Sourcetype nonrec t = {
  1. administrativeActionType : AdministrativeActionType.t option;
  2. 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.

    *)
  3. requestTime : RequestTime.t option;
    (*

    The time that the administrative action request was received.

    *)
  4. 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.

    *)
  5. targetFileSystemValues : FileSystem.t option;
    (*

    The target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

    *)
  6. failureDetails : AdministrativeActionFailureDetails.t option;
  7. targetVolumeValues : Volume.t option;
  8. targetSnapshotValues : Snapshot.t option;
  9. totalTransferBytes : TotalTransferBytes.t option;
    (*

    The number of bytes that have transferred for the FSx for OpenZFS snapshot that you're copying.

    *)
  10. remainingTransferBytes : RemainingTransferBytes.t option;
    (*

    The remaining bytes to transfer for the FSx for OpenZFS snapshot that you're copying.

    *)
  11. message : ErrorMessage.t option;
}
Sourceval 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
Sourceval to_value : t -> Awso.Botodata.value
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t