Defines scheduling parameters for automatically creating
Backups via this BackupPlan.
Attributes
Name
Description
cron_schedule
str
Optional. A standard
cron __ string that
defines a repeating schedule for creating Backups via this
BackupPlan. This is mutually exclusive with the
rpo_config
field since at most one schedule can be defined for a
BackupPlan. If this is defined, then
backup_retain_days
must also be defined.
Default (empty): no automatic backup creation will occur.
paused
bool
Optional. This flag denotes whether automatic
Backup creation is paused for this BackupPlan.
Default: False
rpo_config
google.cloud.gke_backup_v1.types.RpoConfig
Optional. Defines the RPO schedule configuration for this
BackupPlan. This is mutually exclusive with the
cron_schedule
field since at most one schedule can be defined for a
BackupPLan. If this is defined, then
backup_retain_days
must also be defined.
Default (empty): no automatic backup creation will occur.
next_scheduled_backup_time
google.protobuf.timestamp_pb2.Timestamp
Output only. Start time of next scheduled backup under this
BackupPlan by either cron_schedule or rpo config.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class Schedule (0.5.19)\n\nVersion latestkeyboard_arrow_down\n\n- [0.5.19 (latest)](/python/docs/reference/gkebackup/latest/google.cloud.gke_backup_v1.types.BackupPlan.Schedule)\n- [0.5.18](/python/docs/reference/gkebackup/0.5.18/google.cloud.gke_backup_v1.types.BackupPlan.Schedule)\n- [0.4.4](/python/docs/reference/gkebackup/0.4.4/google.cloud.gke_backup_v1.types.BackupPlan.Schedule)\n- [0.3.0](/python/docs/reference/gkebackup/0.3.0/google.cloud.gke_backup_v1.types.BackupPlan.Schedule)\n- [0.2.2](/python/docs/reference/gkebackup/0.2.2/google.cloud.gke_backup_v1.types.BackupPlan.Schedule)\n- [0.1.1](/python/docs/reference/gkebackup/0.1.1/google.cloud.gke_backup_v1.types.BackupPlan.Schedule) \n\n Schedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines scheduling parameters for automatically creating\nBackups via this BackupPlan."]]