Table of Contents

Class Backup

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

string

CreationTime

Gets and sets the property CreationTime.

The time when a particular backup was created.

public DateTime CreationTime { get; set; }

Property Value

DateTime

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

ActiveDirectoryBackupAttributes

FailureDetails

Gets and sets the property FailureDetails.

Details explaining any failures that occurred when creating a backup.

public BackupFailureDetails FailureDetails { get; set; }

Property Value

BackupFailureDetails

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

FileSystem

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

string

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

BackupLifecycle

OwnerId

Gets and sets the property OwnerId.

public string OwnerId { get; set; }

Property Value

string

ProgressPercent

Gets and sets the property ProgressPercent.

public int ProgressPercent { get; set; }

Property Value

int

ResourceARN

Gets and sets the property ResourceARN.

The Amazon Resource Name (ARN) for the backup resource.

public string ResourceARN { get; set; }

Property Value

string

ResourceType

Gets and sets the property ResourceType.

Specifies the resource type that's backed up.

public ResourceType ResourceType { get; set; }

Property Value

ResourceType

SourceBackupId

Gets and sets the property SourceBackupId.

public string SourceBackupId { get; set; }

Property Value

string

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

string

Tags

Gets and sets the property Tags.

The tags associated with a particular file system.

public List<Tag> Tags { get; set; }

Property Value

List<Tag>

Type

Gets and sets the property Type.

The type of the file-system backup.

public BackupType Type { get; set; }

Property Value

BackupType

Volume

Gets and sets the property Volume.

public Volume Volume { get; set; }

Property Value

Volume