/AWS1/CL_COPIDLEDIMENSION¶
Describes the dimension of an idle resource utilization metric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_key TYPE /AWS1/COPIDLEDIMENSIONKEY /AWS1/COPIDLEDIMENSIONKEY¶
The name of the dimension key.
it_values TYPE /AWS1/CL_COPIDLEDIMENVALUES_W=>TT_IDLEDIMENSIONVALUES TT_IDLEDIMENSIONVALUES¶
The value of the dimension.
Queryable Attributes¶
key¶
The name of the dimension key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
values¶
The value of the dimension.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_IDLEDIMENSIONS¶
TYPES TT_IDLEDIMENSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPIDLEDIMENSION WITH DEFAULT KEY
.