/AWS1/CL_M2_FSXSTORAGECONF¶
Defines the storage configuration for an Amazon FSx file system.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_filesystemid TYPE /AWS1/M2_STRING200 /AWS1/M2_STRING200¶
The file system identifier.
iv_mountpoint TYPE /AWS1/M2_STRING200 /AWS1/M2_STRING200¶
The mount point for the file system.
Queryable Attributes¶
fileSystemId¶
The file system identifier.
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 |
mountPoint¶
The mount point for the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTPOINT() |
Getter for MOUNTPOINT, with configurable default |
ASK_MOUNTPOINT() |
Getter for MOUNTPOINT w/ exceptions if field has no value |
HAS_MOUNTPOINT() |
Determine if MOUNTPOINT has a value |