GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::FSX::DataRepositoryTask(3) User Contributed Perl Documentation Paws::FSX::DataRepositoryTask(3)

Paws::FSX::DataRepositoryTask

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::FSX::DataRepositoryTask object:

  $service_obj->Method(Att1 => { CreationTime => $value, ..., Type => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::DataRepositoryTask object:

  $result = $service_obj->Method(...);
  $result->Att1->CreationTime

A description of the data repository task. You use data repository tasks to perform bulk transfer operations between your Amazon FSx file system and its linked data repository.

REQUIRED CreationTime => Str

The time that Amazon FSx completed processing the task, populated after the task is complete.

Failure message describing why the task failed, it is populated only when "Lifecycle" is set to "FAILED".

REQUIRED FileSystemId => Str

REQUIRED Lifecycle => Str

The lifecycle status of the data repository task, as follows:

  • "PENDING" - Amazon FSx has not started the task.
  • "EXECUTING" - Amazon FSx is processing the task.
  • "FAILED" - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
  • "SUCCEEDED" - FSx completed the task successfully.
  • "CANCELED" - Amazon FSx canceled the task and it did not complete.
  • "CANCELING" - FSx is in process of canceling the task.

You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the "PENDING" or "EXECUTING" states. Please retry when the data repository task is finished (with a status of "CANCELED", "SUCCEEDED", or "FAILED"). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.

An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.

(Default) If "Paths" is not specified, Amazon FSx uses the file system root directory.

The time that Amazon FSx began processing the task.

Provides the status of the number of files that the task has processed successfully and failed to process.

REQUIRED TaskId => Str

The system-generated, unique 17-digit ID of the data repository task.

REQUIRED Type => Str

The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported.

This class forms part of Paws, describing an object used in Paws::FSX

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.