Skip to content

/AWS1/CL_STGDESCRSNAPSCHDOUT

DescribeSnapshotScheduleOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_VOLUMEARN TYPE /AWS1/STGVOLUMEARN /AWS1/STGVOLUMEARN

The Amazon Resource Name (ARN) of the volume that was specified in the request.

IV_STARTAT TYPE /AWS1/STGHOUROFDAY /AWS1/STGHOUROFDAY

The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

IV_RECURRENCEINHOURS TYPE /AWS1/STGRECURRENCEINHOURS /AWS1/STGRECURRENCEINHOURS

The number of hours between snapshots.

IV_DESCRIPTION TYPE /AWS1/STGDESCRIPTION /AWS1/STGDESCRIPTION

The snapshot description.

IV_TIMEZONE TYPE /AWS1/STGGATEWAYTIMEZONE /AWS1/STGGATEWAYTIMEZONE

A value that indicates the time zone of the gateway.

IT_TAGS TYPE /AWS1/CL_STGTAG=>TT_TAGS TT_TAGS

A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.


Queryable Attributes

VolumeARN

The Amazon Resource Name (ARN) of the volume that was specified in the request.

Accessible with the following methods

Method Description
GET_VOLUMEARN() Getter for VOLUMEARN, with configurable default
ASK_VOLUMEARN() Getter for VOLUMEARN w/ exceptions if field has no value
HAS_VOLUMEARN() Determine if VOLUMEARN has a value

StartAt

The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

Accessible with the following methods

Method Description
GET_STARTAT() Getter for STARTAT, with configurable default
ASK_STARTAT() Getter for STARTAT w/ exceptions if field has no value
HAS_STARTAT() Determine if STARTAT has a value

RecurrenceInHours

The number of hours between snapshots.

Accessible with the following methods

Method Description
GET_RECURRENCEINHOURS() Getter for RECURRENCEINHOURS, with configurable default
ASK_RECURRENCEINHOURS() Getter for RECURRENCEINHOURS w/ exceptions if field has no v
HAS_RECURRENCEINHOURS() Determine if RECURRENCEINHOURS has a value

Description

The snapshot description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Timezone

A value that indicates the time zone of the gateway.

Accessible with the following methods

Method Description
GET_TIMEZONE() Getter for TIMEZONE, with configurable default
ASK_TIMEZONE() Getter for TIMEZONE w/ exceptions if field has no value
HAS_TIMEZONE() Determine if TIMEZONE has a value

Tags

A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value