Resource Policy Snapshot Schedule Policy
data class ResourcePolicySnapshotSchedulePolicy(val retentionPolicy: ResourcePolicySnapshotSchedulePolicyRetentionPolicy? = null, val schedule: ResourcePolicySnapshotSchedulePolicySchedule, val snapshotProperties: ResourcePolicySnapshotSchedulePolicySnapshotProperties? = null)
Constructors
Link copied to clipboard
constructor(retentionPolicy: ResourcePolicySnapshotSchedulePolicyRetentionPolicy? = null, schedule: ResourcePolicySnapshotSchedulePolicySchedule, snapshotProperties: ResourcePolicySnapshotSchedulePolicySnapshotProperties? = null)
Properties
Link copied to clipboard
Retention policy applied to snapshots created by this resource policy. Structure is documented below.
Link copied to clipboard
Contains one of an hourlySchedule
, dailySchedule
, or weeklySchedule
. Structure is documented below.
Link copied to clipboard
Properties with which the snapshots are created, such as labels. Structure is documented below.