![]() |
![]()
| ![]() |
![]()
NAMEPaws::FSX::DataRepositoryTask USAGEThis 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 DESCRIPTIONA 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. ATTRIBUTESREQUIRED CreationTime => StrEndTime => StrThe time that Amazon FSx completed processing the task, populated after the task is complete. FailureDetails => Paws::FSX::DataRepositoryTaskFailureDetailsFailure message describing why the task failed, it is populated only when "Lifecycle" is set to "FAILED". REQUIRED FileSystemId => StrREQUIRED Lifecycle => StrThe lifecycle status of the data repository task, as follows:
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. Paths => ArrayRef[Str|Undef]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. Report => Paws::FSX::CompletionReportResourceARN => StrStartTime => StrThe time that Amazon FSx began processing the task. Status => Paws::FSX::DataRepositoryTaskStatusProvides the status of the number of files that the task has processed successfully and failed to process. Tags => ArrayRef[Paws::FSX::Tag]REQUIRED TaskId => StrThe system-generated, unique 17-digit ID of the data repository task. REQUIRED Type => StrThe type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported. SEE ALSOThis class forms part of Paws, describing an object used in Paws::FSX BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|