Class Snapshot
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
CreationTime
Gets and sets the property CreationTime.
public DateTime CreationTime { get; set; }
Property Value
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
LifecycleTransitionReason
Gets and sets the property LifecycleTransitionReason.
public LifecycleTransitionReason LifecycleTransitionReason { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the snapshot.
public string Name { get; set; }
Property Value
ResourceARN
Gets and sets the property ResourceARN.
public string ResourceARN { get; set; }
Property Value
SnapshotId
Gets and sets the property SnapshotId.
The ID of the snapshot.
public string SnapshotId { get; set; }
Property Value
Tags
Gets and sets the property Tags.
public List<Tag> Tags { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that the snapshot is of.
public string VolumeId { get; set; }