/AWS1/CL_FSXDELETEVOLUMERSP¶
DeleteVolumeResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_volumeid TYPE /AWS1/FSXVOLUMEID /AWS1/FSXVOLUMEID¶
The ID of the volume that's being deleted.
iv_lifecycle TYPE /AWS1/FSXVOLUMELIFECYCLE /AWS1/FSXVOLUMELIFECYCLE¶
The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value isDELETING.
io_ontapresponse TYPE REF TO /AWS1/CL_FSXDELETEVOLONTAPRSP /AWS1/CL_FSXDELETEVOLONTAPRSP¶
Returned after a
DeleteVolumerequest, showing the status of the delete request.
Queryable Attributes¶
VolumeId¶
The ID of the volume that's being deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOLUMEID() |
Getter for VOLUMEID, with configurable default |
ASK_VOLUMEID() |
Getter for VOLUMEID w/ exceptions if field has no value |
HAS_VOLUMEID() |
Determine if VOLUMEID has a value |
Lifecycle¶
The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value 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 |
OntapResponse¶
Returned after a
DeleteVolumerequest, showing the status of the delete request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ONTAPRESPONSE() |
Getter for ONTAPRESPONSE |