Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::BackupPlan::Schedule.
Defines scheduling parameters for automatically creating Backups via this BackupPlan.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#cron_schedule
def cron_schedule() -> ::String- 
        (::String) — A standard cron string that defines a
repeating schedule for creating Backups via this BackupPlan. If this is
defined, then
backup_retain_days
must also be defined.
Default (empty): no automatic backup creation will occur.
 
#cron_schedule=
def cron_schedule=(value) -> ::String- 
        value (::String) — A standard cron string that defines a
repeating schedule for creating Backups via this BackupPlan. If this is
defined, then
backup_retain_days
must also be defined.
Default (empty): no automatic backup creation will occur.
 
- 
        (::String) — A standard cron string that defines a
repeating schedule for creating Backups via this BackupPlan. If this is
defined, then
backup_retain_days
must also be defined.
Default (empty): no automatic backup creation will occur.
 
#paused
def paused() -> ::Boolean- 
        (::Boolean) — This flag denotes whether automatic Backup creation is paused for this
BackupPlan.
Default: False
 
#paused=
def paused=(value) -> ::Boolean- 
        value (::Boolean) — This flag denotes whether automatic Backup creation is paused for this
BackupPlan.
Default: False
 
- 
        (::Boolean) — This flag denotes whether automatic Backup creation is paused for this
BackupPlan.
Default: False