# # Copyright (c) 2013 NetApp, Inc., All Rights Reserved # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # ## @summary Volume File Copy Stask ## @author dl-nacl-dev@netapp.com ## @status shared ## @pod here package NACL::STask::VolumeFileCopy; use strict; use warnings; use base qw(NACL::C::VolumeFileCopy NACL::STask::STask ); use Params::Validate qw(SCALAR); use NACL::STask::_VolumeFile qw(:all); =head1 NAME NACL::STask::VolumeFileCopy =head1 DESCRIPTION C This class makes heavy use of the mixin class C. This class inherits from C. =head1 METHODS Please see C and C for available methods. =over =item Exceptions =over =item C This type of exception is thrown when there are insufficient arguments to start volume file copy. =item C This type of exception is thrown when scanner status for an ondemand job is in unexpected state. =item C This type of exception is thrown when timeout occured while waiting for ondemand job to finish. =back =cut 1;