Table of Contents

Class UpdateSnaplockConfiguration

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

Updates the SnapLock configuration for an existing FSx for ONTAP volume.

public class UpdateSnaplockConfiguration
Inheritance
UpdateSnaplockConfiguration
Inherited Members

Constructors

UpdateSnaplockConfiguration()

public UpdateSnaplockConfiguration()

Properties

AuditLogVolume

Gets and sets the property AuditLogVolume.

Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is false. If you set AuditLogVolume to true, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.

For more information, see SnapLock audit log volumes.

public bool AuditLogVolume { get; set; }

Property Value

bool

AutocommitPeriod

Gets and sets the property AutocommitPeriod.

The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.

public AutocommitPeriod AutocommitPeriod { get; set; }

Property Value

AutocommitPeriod

PrivilegedDelete

Gets and sets the property PrivilegedDelete.

Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods. PERMANENTLY_DISABLED is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value is DISABLED.

For more information, see Privileged delete.

public PrivilegedDelete PrivilegedDelete { get; set; }

Property Value

PrivilegedDelete

RetentionPeriod

Gets and sets the property RetentionPeriod.

Specifies the retention period of an FSx for ONTAP SnapLock volume.

public SnaplockRetentionPeriod RetentionPeriod { get; set; }

Property Value

SnaplockRetentionPeriod

VolumeAppendModeEnabled

Gets and sets the property VolumeAppendModeEnabled.

Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value is false.

For more information, see Volume-append mode.

public bool VolumeAppendModeEnabled { get; set; }

Property Value

bool