Method: MMS::Resource::SnapshotSchedule#table_row
- Defined in:
- lib/mms/resource/snapshot_schedule.rb
#table_row ⇒ Object
17 18 19 20 21 22 23 24 25 26 27 28 |
# File 'lib/mms/resource/snapshot_schedule.rb', line 17 def table_row [ cluster.group.name, cluster.name, @snapshot_interval_hours, @snapshot_retention_days, @cluster_checkpoint_interval_min, @daily_snapshot_retention_days, @weekly_snapshot_retention_weeks, @monthly_snapshot_retention_months ] end |