Table of Contents

Class AdministrativeAction

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

AdministrativeActionType

FailureDetails

Gets and sets the property FailureDetails.

public AdministrativeActionFailureDetails FailureDetails { get; set; }

Property Value

AdministrativeActionFailureDetails

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

int

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

long

RequestTime

Gets and sets the property RequestTime.

The time that the administrative action request was received.

public DateTime RequestTime { get; set; }

Property Value

DateTime

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 the ProgressPercent element.

public Status Status { get; set; }

Property Value

Status

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

FileSystem

TargetSnapshotValues

Gets and sets the property TargetSnapshotValues.

public Snapshot TargetSnapshotValues { get; set; }

Property Value

Snapshot

TargetVolumeValues

Gets and sets the property TargetVolumeValues.

public Volume TargetVolumeValues { get; set; }

Property Value

Volume

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; }

Property Value

long