Resource Policy Snapshot Schedule Policy Retention Policy Args
data class ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs(val maxRetentionDays: Output<Int>? = null, val onSourceDiskDelete: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>
Policy for retention of scheduled snapshots.
Constructors
Link copied to clipboard
constructor(maxRetentionDays: Output<Int>? = null, onSourceDiskDelete: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete>? = null)
Properties
Link copied to clipboard
Maximum age of the snapshot that is allowed to be kept.
Link copied to clipboard
val onSourceDiskDelete: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete>? = null
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.