PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::FSX::Backup; use Moose; has BackupId => (is => 'ro', isa => 'Str', required => 1); has CreationTime => (is => 'ro', isa => 'Str', required => 1); has DirectoryInformation => (is => 'ro', isa => 'Paws::FSX::ActiveDirectoryBackupAttributes'); has FailureDetails => (is => 'ro', isa => 'Paws::FSX::BackupFailureDetails'); has FileSystem => (is => 'ro', isa => 'Paws::FSX::FileSystem', required => 1); has KmsKeyId => (is => 'ro', isa => 'Str'); has Lifecycle => (is => 'ro', isa => 'Str', required => 1); has OwnerId => (is => 'ro', isa => 'Str'); has ProgressPercent => (is => 'ro', isa => 'Int'); has ResourceARN => (is => 'ro', isa => 'Str'); has SourceBackupId => (is => 'ro', isa => 'Str'); has SourceBackupRegion => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::FSX::Tag]'); has Type => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::FSX::Backup =head1 USAGE This class represents one of two things: =head3 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::Backup object: $service_obj->Method(Att1 => { BackupId => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::Backup object: $result = $service_obj->Method(...); $result->Att1->BackupId =head1 DESCRIPTION A backup of an Amazon FSx file system. =head1 ATTRIBUTES =head2 B BackupId => Str The ID of the backup. =head2 B CreationTime => Str The time when a particular backup was created. =head2 DirectoryInformation => L The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server instance is joined. =head2 FailureDetails => L Details explaining any failures that occur when creating a backup. =head2 B FileSystem => L Metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted. =head2 KmsKeyId => Str The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest. =head2 B Lifecycle => Str The lifecycle status of the backup. =over =item * C - The backup is fully available. =item * C - For user-initiated backups on Lustre file systems only; Amazon FSx has not started creating the backup. =item * C - Amazon FSx is creating the backup. =item * C - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to S3. =item * C - Amazon FSx is copying the backup. =item * C - Amazon FSx deleted the backup and it is no longer available. =item * C - Amazon FSx could not complete the backup. =back =head2 OwnerId => Str =head2 ProgressPercent => Int =head2 ResourceARN => Str The Amazon Resource Name (ARN) for the backup resource. =head2 SourceBackupId => Str =head2 SourceBackupRegion => Str The source Region of the backup. Specifies the Region from where this backup is copied. =head2 Tags => ArrayRef[L] Tags associated with a particular file system. =head2 B Type => Str The type of the file system backup. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut