Class AdministrativeAction
Describes a specific Amazon FSx administrative action for the current Windows, Lustre, OpenZFS, or ONTAP file system or volume.
public class AdministrativeAction
- Inheritance
-
AdministrativeAction
- Inherited Members
Constructors
AdministrativeAction()
public AdministrativeAction()
Properties
AdministrativeActionType
Gets and sets the property AdministrativeActionType.
public AdministrativeActionType AdministrativeActionType { get; set; }
Property Value
FailureDetails
Gets and sets the property FailureDetails.
public AdministrativeActionFailureDetails FailureDetails { get; set; }
Property Value
ProgressPercent
Gets and sets the property ProgressPercent.
The percentage-complete status of a STORAGE_OPTIMIZATION
or DOWNLOAD_DATA_FROM_BACKUP
administrative action. Does not apply to any other administrative action type.
public int ProgressPercent { get; set; }
Property Value
RemainingTransferBytes
Gets and sets the property RemainingTransferBytes.
The remaining bytes to transfer for the FSx for OpenZFS snapshot that you're copying.
public long RemainingTransferBytes { get; set; }
Property Value
RequestTime
Gets and sets the property RequestTime.
The time that the administrative action request was received.
public DateTime RequestTime { get; set; }
Property Value
Status
Gets and sets the property Status.
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 theProgressPercent
element.
public Status Status { get; set; }
Property Value
TargetFileSystemValues
Gets and sets the property TargetFileSystemValues.
The target value for the administration action, provided in the UpdateFileSystem
operation. Returned for FILE_SYSTEM_UPDATE
administrative actions.
public FileSystem TargetFileSystemValues { get; set; }
Property Value
TargetSnapshotValues
Gets and sets the property TargetSnapshotValues.
public Snapshot TargetSnapshotValues { get; set; }
Property Value
TargetVolumeValues
Gets and sets the property TargetVolumeValues.
public Volume TargetVolumeValues { get; set; }
Property Value
TotalTransferBytes
Gets and sets the property TotalTransferBytes.
The number of bytes that have transferred for the FSx for OpenZFS snapshot that you're copying.
public long TotalTransferBytes { get; set; }