/AWS1/CL_EC2RESTORESNAPTIERRS¶
RestoreSnapshotTierResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_snapshotid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the snapshot.
iv_restorestarttime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when the snapshot restore process started.
iv_restoreduration TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
iv_ispermanentrestore TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether the snapshot is permanently restored.
trueindicates a permanent restore.falseindicates a temporary restore.
Queryable Attributes¶
SnapshotId¶
The ID of the snapshot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPSHOTID() |
Getter for SNAPSHOTID, with configurable default |
ASK_SNAPSHOTID() |
Getter for SNAPSHOTID w/ exceptions if field has no value |
HAS_SNAPSHOTID() |
Determine if SNAPSHOTID has a value |
RestoreStartTime¶
The date and time when the snapshot restore process started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTORESTARTTIME() |
Getter for RESTORESTARTTIME, with configurable default |
ASK_RESTORESTARTTIME() |
Getter for RESTORESTARTTIME w/ exceptions if field has no va |
HAS_RESTORESTARTTIME() |
Determine if RESTORESTARTTIME has a value |
RestoreDuration¶
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTOREDURATION() |
Getter for RESTOREDURATION, with configurable default |
ASK_RESTOREDURATION() |
Getter for RESTOREDURATION w/ exceptions if field has no val |
HAS_RESTOREDURATION() |
Determine if RESTOREDURATION has a value |
IsPermanentRestore¶
Indicates whether the snapshot is permanently restored.
trueindicates a permanent restore.falseindicates a temporary restore.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPERMANENTRESTORE() |
Getter for ISPERMANENTRESTORE, with configurable default |
ASK_ISPERMANENTRESTORE() |
Getter for ISPERMANENTRESTORE w/ exceptions if field has no |
HAS_ISPERMANENTRESTORE() |
Determine if ISPERMANENTRESTORE has a value |