/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
DeleteFileSystem
operation is successful, this status isDELETING
.
IO_WINDOWSRESPONSE
TYPE REF TO /AWS1/CL_FSXDELFILESYSTEMWIN01
/AWS1/CL_FSXDELFILESYSTEMWIN01
¶
WindowsResponse
IO_LUSTRERESPONSE
TYPE REF TO /AWS1/CL_FSXDELFILESYSTEMLUS01
/AWS1/CL_FSXDELFILESYSTEMLUS01
¶
LustreResponse
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
DeleteFileSystem
operation.
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
DeleteFileSystem
operation 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¶
WindowsResponse
Accessible with the following methods¶
Method | Description |
---|---|
GET_WINDOWSRESPONSE() |
Getter for WINDOWSRESPONSE |
LustreResponse¶
LustreResponse
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
DeleteFileSystem
operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPENZFSRESPONSE() |
Getter for OPENZFSRESPONSE |