Skip to content

/AWS1/CL_RSH=>CREATESNAPSHOTSCHEDULE()

About CreateSnapshotSchedule

Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.

Method Signature

IMPORTING

Optional arguments:

IT_SCHEDULEDEFINITIONS TYPE /AWS1/CL_RSHSCHEDULEDEFNLIST_W=>TT_SCHEDULEDEFINITIONLIST TT_SCHEDULEDEFINITIONLIST

The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".

IV_SCHEDULEIDENTIFIER TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING

A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.

IV_SCHEDULEDESCRIPTION TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING

The description of the snapshot schedule.

IT_TAGS TYPE /AWS1/CL_RSHTAG=>TT_TAGLIST TT_TAGLIST

An optional set of tags you can use to search for the schedule.

IV_DRYRUN TYPE /AWS1/RSHBOOLEANOPTIONAL /AWS1/RSHBOOLEANOPTIONAL

IV_NEXTINVOCATIONS TYPE /AWS1/RSHINTEGEROPTIONAL /AWS1/RSHINTEGEROPTIONAL

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RSHSNAPSHOTSCHEDULE /AWS1/CL_RSHSNAPSHOTSCHEDULE