ScheduledPlanExecutionMember
Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.
Types
Properties
Link copied to clipboard
The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.
Link copied to clipboard
The type of backup rule execution. Valid values are CONTINUOUS
(point-in-time recovery), SNAPSHOTS
(snapshot backups), or CONTINUOUS_AND_SNAPSHOTS
(both types combined).
Functions
Link copied to clipboard
inline fun copy(block: ScheduledPlanExecutionMember.Builder.() -> Unit = {}): ScheduledPlanExecutionMember