Class Backup
A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
public class Backup
- Inheritance
-
Backup
- Inherited Members
Constructors
Backup()
public Backup()
Properties
BackupId
Gets and sets the property BackupId.
The ID of the backup.
public string BackupId { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
The time when a particular backup was created.
public DateTime CreationTime { get; set; }
Property Value
DirectoryInformation
Gets and sets the property DirectoryInformation.
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.
public ActiveDirectoryBackupAttributes DirectoryInformation { get; set; }
Property Value
FailureDetails
Gets and sets the property FailureDetails.
Details explaining any failures that occurred when creating a backup.
public BackupFailureDetails FailureDetails { get; set; }
Property Value
FileSystem
Gets and sets the property FileSystem.
The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.
public FileSystem FileSystem { get; set; }
Property Value
KmsKeyId
Gets and sets the property KmsKeyId.
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.
public string KmsKeyId { get; set; }
Property Value
Lifecycle
Gets and sets the property Lifecycle.
The lifecycle status of the backup.
-
AVAILABLE
- The backup is fully available. -
PENDING
- For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup. -
CREATING
- Amazon FSx is creating the backup. -
TRANSFERRING
- For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3. -
COPYING
- Amazon FSx is copying the backup. -
DELETED
- Amazon FSx deleted the backup and it's no longer available. -
FAILED
- Amazon FSx couldn't finish the backup.
public BackupLifecycle Lifecycle { get; set; }
Property Value
OwnerId
Gets and sets the property OwnerId.
public string OwnerId { get; set; }
Property Value
ProgressPercent
Gets and sets the property ProgressPercent.
public int ProgressPercent { get; set; }
Property Value
ResourceARN
Gets and sets the property ResourceARN.
The Amazon Resource Name (ARN) for the backup resource.
public string ResourceARN { get; set; }
Property Value
ResourceType
Gets and sets the property ResourceType.
Specifies the resource type that's backed up.
public ResourceType ResourceType { get; set; }
Property Value
SourceBackupId
Gets and sets the property SourceBackupId.
public string SourceBackupId { get; set; }
Property Value
SourceBackupRegion
Gets and sets the property SourceBackupRegion.
The source Region of the backup. Specifies the Region from where this backup is copied.
public string SourceBackupRegion { get; set; }
Property Value
Tags
Gets and sets the property Tags.
The tags associated with a particular file system.
public List<Tag> Tags { get; set; }
Property Value
Type
Gets and sets the property Type.
The type of the file-system backup.
public BackupType Type { get; set; }
Property Value
Volume
Gets and sets the property Volume.
public Volume Volume { get; set; }