/AWS1/CL_FSXDELETESNAPRESPONSE¶
DeleteSnapshotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_snapshotid TYPE /AWS1/FSXSNAPSHOTID /AWS1/FSXSNAPSHOTID¶
The ID of the deleted snapshot.
iv_lifecycle TYPE /AWS1/FSXSNAPSHOTLIFECYCLE /AWS1/FSXSNAPSHOTLIFECYCLE¶
The lifecycle status of the snapshot. If the
DeleteSnapshotoperation is successful, this status isDELETING.
Queryable Attributes¶
SnapshotId¶
The ID of the deleted 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 |
Lifecycle¶
The lifecycle status of the snapshot. If the
DeleteSnapshotoperation is successful, this status isDELETING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLE() |
Getter for LIFECYCLE, with configurable default |
ASK_LIFECYCLE() |
Getter for LIFECYCLE w/ exceptions if field has no value |
HAS_LIFECYCLE() |
Determine if LIFECYCLE has a value |