OntapVolumeSnaplockConfigurationAutocommitPeriod

data class OntapVolumeSnaplockConfigurationAutocommitPeriod(val type: String? = null, val value: Int? = null)

Constructors

constructor(type: String? = null, value: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value to NONE disables autocommit. Valid values: MINUTES, HOURS, DAYS, MONTHS, YEARS, NONE.

Link copied to clipboard
val value: Int? = null

The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.