Values.UpdateSnaplockConfigurationSourceUpdates the SnapLock configuration for an existing FSx for ONTAP volume.
type nonrec t = {auditLogVolume : Flag.t option;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.
*)autocommitPeriod : AutocommitPeriod.t option;The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
*)privilegedDelete : PrivilegedDelete.t option;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.
*)retentionPeriod : SnaplockRetentionPeriod.t option;Specifies the retention period of an FSx for ONTAP SnapLock volume.
*)volumeAppendModeEnabled : Flag.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Flag.t
| `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of AutocommitPeriodValue.t
| `Structure of
(string
* [> `Enum of string | `Integer of RetentionPeriodValue.t ])
list ])
list ])
list ]