![]() |
![]()
| ![]() |
![]()
NAMEPaws::FSX::Backup 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::Backup object: $service_obj->Method(Att1 => { BackupId => $value, ..., Type => $value }); 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 DESCRIPTIONA backup of an Amazon FSx file system. ATTRIBUTESREQUIRED BackupId => StrThe ID of the backup. REQUIRED CreationTime => StrThe time when a particular backup was created. DirectoryInformation => Paws::FSX::ActiveDirectoryBackupAttributesThe configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server instance is joined. FailureDetails => Paws::FSX::BackupFailureDetailsDetails explaining any failures that occur when creating a backup. REQUIRED FileSystem => Paws::FSX::FileSystemMetadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted. KmsKeyId => StrThe 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. REQUIRED Lifecycle => StrThe lifecycle status of the backup.
OwnerId => StrProgressPercent => IntResourceARN => StrThe Amazon Resource Name (ARN) for the backup resource. SourceBackupId => StrSourceBackupRegion => StrThe source Region of the backup. Specifies the Region from where this backup is copied. Tags => ArrayRef[Paws::FSX::Tag]Tags associated with a particular file system. REQUIRED Type => StrThe type of the file system backup. 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>
|