/AWS1/CL_COPUTILIZATIONPREFE00¶
The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom.
This preference is only available for the Amazon EC2 instance resource type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/COPCUSTIZABLEMETRICNAME /AWS1/COPCUSTIZABLEMETRICNAME¶
The name of the resource utilization metric name to customize.
io_metricparameters TYPE REF TO /AWS1/CL_COPCUSTIZABLEMETRIC00 /AWS1/CL_COPCUSTIZABLEMETRIC00¶
The parameters to set when customizing the resource utilization thresholds.
Queryable Attributes¶
metricName¶
The name of the resource utilization metric name to customize.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICNAME() |
Getter for METRICNAME, with configurable default |
ASK_METRICNAME() |
Getter for METRICNAME w/ exceptions if field has no value |
HAS_METRICNAME() |
Determine if METRICNAME has a value |
metricParameters¶
The parameters to set when customizing the resource utilization thresholds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICPARAMETERS() |
Getter for METRICPARAMETERS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UTILIZATIONPREFERENCES¶
TYPES TT_UTILIZATIONPREFERENCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPUTILIZATIONPREFE00 WITH DEFAULT KEY
.