Table of Contents

Class Snapshot

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

A snapshot of an Amazon FSx for OpenZFS volume.

public class Snapshot
Inheritance
Snapshot
Inherited Members

Constructors

Snapshot()

public Snapshot()

Properties

AdministrativeActions

Gets and sets the property AdministrativeActions.

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

public List<AdministrativeAction> AdministrativeActions { get; set; }

Property Value

List<AdministrativeAction>

CreationTime

Gets and sets the property CreationTime.

public DateTime CreationTime { get; set; }

Property Value

DateTime

Lifecycle

Gets and sets the property Lifecycle.

The lifecycle status of the snapshot.

  • PENDING - Amazon FSx hasn't started creating the snapshot.

  • CREATING - Amazon FSx is creating the snapshot.

  • DELETING - Amazon FSx is deleting the snapshot.

  • AVAILABLE - The snapshot is fully available.

public SnapshotLifecycle Lifecycle { get; set; }

Property Value

SnapshotLifecycle

LifecycleTransitionReason

Gets and sets the property LifecycleTransitionReason.

public LifecycleTransitionReason LifecycleTransitionReason { get; set; }

Property Value

LifecycleTransitionReason

Name

Gets and sets the property Name.

The name of the snapshot.

public string Name { get; set; }

Property Value

string

ResourceARN

Gets and sets the property ResourceARN.

public string ResourceARN { get; set; }

Property Value

string

SnapshotId

Gets and sets the property SnapshotId.

The ID of the snapshot.

public string SnapshotId { get; set; }

Property Value

string

Tags

Gets and sets the property Tags.

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

Property Value

List<Tag>

VolumeId

Gets and sets the property VolumeId.

The ID of the volume that the snapshot is of.

public string VolumeId { get; set; }

Property Value

string