Ontap Volume Snaplock Configuration Retention Period Minimum Retention Args
data class OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetentionArgs(val type: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetentionArgs>
Properties
Link copied to clipboard
The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to INFINITE
, the files are retained forever. If you set it to UNSPECIFIED
, the files are retained until you set an explicit retention period. Valid values: SECONDS
, MINUTES
, HOURS
, DAYS
, MONTHS
, YEARS
, INFINITE
, UNSPECIFIED
.