/AWS1/CL_IOTMETRICVALUE¶
The value to be compared with the metric
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_COUNT
TYPE /AWS1/IOTUNSIGNEDLONG
/AWS1/IOTUNSIGNEDLONG
¶
If the
comparisonOperator
calls for a numeric value, use this to specify that numeric value to be compared with themetric
.
IT_CIDRS
TYPE /AWS1/CL_IOTCIDRS_W=>TT_CIDRS
TT_CIDRS
¶
If the
comparisonOperator
calls for a set of CIDRs, use this to specify that set to be compared with themetric
.
IT_PORTS
TYPE /AWS1/CL_IOTPORTS_W=>TT_PORTS
TT_PORTS
¶
If the
comparisonOperator
calls for a set of ports, use this to specify that set to be compared with themetric
.
IV_NUMBER
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The numeral value of a metric.
IT_NUMBERS
TYPE /AWS1/CL_IOTNUMBERLIST_W=>TT_NUMBERLIST
TT_NUMBERLIST
¶
The numeral values of a metric.
IT_STRINGS
TYPE /AWS1/CL_IOTSTRINGLIST_W=>TT_STRINGLIST
TT_STRINGLIST
¶
The string values of a metric.
Queryable Attributes¶
count¶
If the
comparisonOperator
calls for a numeric value, use this to specify that numeric value to be compared with themetric
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
cidrs¶
If the
comparisonOperator
calls for a set of CIDRs, use this to specify that set to be compared with themetric
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CIDRS() |
Getter for CIDRS, with configurable default |
ASK_CIDRS() |
Getter for CIDRS w/ exceptions if field has no value |
HAS_CIDRS() |
Determine if CIDRS has a value |
ports¶
If the
comparisonOperator
calls for a set of ports, use this to specify that set to be compared with themetric
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PORTS() |
Getter for PORTS, with configurable default |
ASK_PORTS() |
Getter for PORTS w/ exceptions if field has no value |
HAS_PORTS() |
Determine if PORTS has a value |
number¶
The numeral value of a metric.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NUMBER() |
Getter for NUMBER, with configurable default |
ASK_NUMBER() |
Getter for NUMBER w/ exceptions if field has no value |
STR_NUMBER() |
String format for NUMBER, with configurable default |
HAS_NUMBER() |
Determine if NUMBER has a value |
numbers¶
The numeral values of a metric.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NUMBERS() |
Getter for NUMBERS, with configurable default |
ASK_NUMBERS() |
Getter for NUMBERS w/ exceptions if field has no value |
HAS_NUMBERS() |
Determine if NUMBERS has a value |
strings¶
The string values of a metric.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRINGS() |
Getter for STRINGS, with configurable default |
ASK_STRINGS() |
Getter for STRINGS w/ exceptions if field has no value |
HAS_STRINGS() |
Determine if STRINGS has a value |