OntapVolumeSnaplockConfigurationRetentionPeriodArgs

data class OntapVolumeSnaplockConfigurationRetentionPeriodArgs(val defaultRetention: Output<OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgs>? = null, val maximumRetention: Output<OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetentionArgs>? = null, val minimumRetention: Output<OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetentionArgs>? = null) : ConvertibleToJava<OntapVolumeSnaplockConfigurationRetentionPeriodArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

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. See Retention Period below.

Link copied to clipboard

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

Link copied to clipboard

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