/AWS1/CL_FSXDELFILESYSTEMRSP¶
The response object for the DeleteFileSystem operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filesystemid TYPE /AWS1/FSXFILESYSTEMID /AWS1/FSXFILESYSTEMID¶
The ID of the file system that's being deleted.
iv_lifecycle TYPE /AWS1/FSXFILESYSTEMLIFECYCLE /AWS1/FSXFILESYSTEMLIFECYCLE¶
The file system lifecycle for the deletion request. If the
DeleteFileSystemoperation is successful, this status isDELETING.
io_windowsresponse TYPE REF TO /AWS1/CL_FSXDELFILESYSTEMWIN01 /AWS1/CL_FSXDELFILESYSTEMWIN01¶
The response object for the Microsoft Windows file system used in the
DeleteFileSystemoperation.
io_lustreresponse TYPE REF TO /AWS1/CL_FSXDELFILESYSTEMLUS01 /AWS1/CL_FSXDELFILESYSTEMLUS01¶
The response object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystemoperation.
io_openzfsresponse TYPE REF TO /AWS1/CL_FSXDELFILESYSTEMOPE02 /AWS1/CL_FSXDELFILESYSTEMOPE02¶
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystemoperation.
Queryable Attributes¶
FileSystemId¶
The ID of the file system that's being deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
Lifecycle¶
The file system lifecycle for the deletion request. If the
DeleteFileSystemoperation 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 |
WindowsResponse¶
The response object for the Microsoft Windows file system used in the
DeleteFileSystemoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WINDOWSRESPONSE() |
Getter for WINDOWSRESPONSE |
LustreResponse¶
The response object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystemoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LUSTRERESPONSE() |
Getter for LUSTRERESPONSE |
OpenZFSResponse¶
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystemoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENZFSRESPONSE() |
Getter for OPENZFSRESPONSE |