Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static MetricThresholdRule.Operator |
MetricThresholdRule.Operator.create(String key) |
MetricThresholdRule.Operator |
MetricThresholdRule.getOperator()
The comparison operator to use.
|
static MetricThresholdRule.Operator |
MetricThresholdRule.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricThresholdRule.Operator[] |
MetricThresholdRule.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MetricThresholdRule.Builder |
MetricThresholdRule.Builder.operator(MetricThresholdRule.Operator operator)
The comparison operator to use.
|
Constructor and Description |
---|
MetricThresholdRule(Integer durationInMinutes,
MetricThresholdRule.Operator operator,
Integer value)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.