Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::BackupPlan::Schedule (v0.7.2)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::Boolean) — This flag denotes whether automatic Backup creation is paused for this BackupPlan.

    Default: False

#paused=

def paused=(value) -> ::Boolean
Parameter
  • value (::Boolean) — This flag denotes whether automatic Backup creation is paused for this BackupPlan.

    Default: False

Returns
  • (::Boolean) — This flag denotes whether automatic Backup creation is paused for this BackupPlan.

    Default: False