/AWS1/CL_FNSKXNAS1CONF¶
The structure containing the size and type of the network attached storage (NAS_1) file system volume.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/FNSKXNAS1TYPE /AWS1/FNSKXNAS1TYPE¶
The type of the network attached storage.
iv_size TYPE /AWS1/FNSKXNAS1SIZE /AWS1/FNSKXNAS1SIZE¶
The size of the network attached storage. For storage type
SSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.
Queryable Attributes¶
type¶
The type of the network attached storage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
size¶
The size of the network attached storage. For storage type
SSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZE() |
Getter for SIZE, with configurable default |
ASK_SIZE() |
Getter for SIZE w/ exceptions if field has no value |
HAS_SIZE() |
Determine if SIZE has a value |