Ontap Volume Snaplock Configuration Retention Period Default Retention Args
data class OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgs(val type: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgs>
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
.