Resource Policy Snapshot Schedule Policy Args
data class ResourcePolicySnapshotSchedulePolicyArgs(val retentionPolicy: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>? = null, val schedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleArgs>? = null, val snapshotProperties: Output<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyArgs>
A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.
Constructors
Link copied to clipboard
fun ResourcePolicySnapshotSchedulePolicyArgs(retentionPolicy: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>? = null, schedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleArgs>? = null, snapshotProperties: Output<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>? = null)