OntapVolumeSnaplockConfigurationAutocommitPeriodArgs

data class OntapVolumeSnaplockConfigurationAutocommitPeriodArgs(val type: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<OntapVolumeSnaplockConfigurationAutocommitPeriodArgs>

Constructors

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

Properties

Link copied to clipboard
val type: Output<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: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): OntapVolumeSnaplockConfigurationAutocommitPeriodArgs