Class: Google::Cloud::GkeBackup::V1::BackupPlan::Schedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/backup_plan.rb

Overview

Schedule defines scheduling parameters for automatically creating Backups via this BackupPlan.

Instance Attribute Summary collapse

Instance Attribute Details

#cron_schedule::String

Returns A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.

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.

    Default (empty): no automatic backup creation will occur.



143
144
145
146
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 143

class Schedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#paused::Boolean

Returns 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



143
144
145
146
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 143

class Schedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end