/AWS1/CL_DRSCPU¶
Information about a server's CPU.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_cores
TYPE /AWS1/DRSPOSITIVEINTEGER
/AWS1/DRSPOSITIVEINTEGER
¶
The number of CPU cores.
iv_modelname
TYPE /AWS1/DRSBOUNDEDSTRING
/AWS1/DRSBOUNDEDSTRING
¶
The model name of the CPU.
Queryable Attributes¶
cores¶
The number of CPU cores.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CORES() |
Getter for CORES |
modelName¶
The model name of the CPU.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CPUS
¶
TYPES TT_CPUS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSCPU WITH DEFAULT KEY
.