Table of Contents

Class SnaplockRetentionPeriod

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

The configuration to set the retention period of an FSx for ONTAP SnapLock volume. The retention period includes default, maximum, and minimum settings. For more information, see Working with the retention period in SnapLock.

public class SnaplockRetentionPeriod
Inheritance
SnaplockRetentionPeriod
Inherited Members

Constructors

SnaplockRetentionPeriod()

public SnaplockRetentionPeriod()

Properties

DefaultRetention

Gets and sets the property DefaultRetention.

The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period.

public RetentionPeriod DefaultRetention { get; set; }

Property Value

RetentionPeriod

MaximumRetention

Gets and sets the property MaximumRetention.

The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.

public RetentionPeriod MaximumRetention { get; set; }

Property Value

RetentionPeriod

MinimumRetention

Gets and sets the property MinimumRetention.

The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.

public RetentionPeriod MinimumRetention { get; set; }

Property Value

RetentionPeriod