Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static MetricThresholdRule.Builder |
MetricThresholdRule.builder()
Create a new builder.
|
MetricThresholdRule.Builder |
MetricThresholdRule.Builder.copy(MetricThresholdRule model) |
MetricThresholdRule.Builder |
MetricThresholdRule.Builder.durationInMinutes(Integer durationInMinutes)
This value is the minimum period of time the metric value exceeds the threshold value
before the action is triggered.
|
MetricThresholdRule.Builder |
MetricThresholdRule.Builder.operator(MetricThresholdRule.Operator operator)
The comparison operator to use.
|
MetricThresholdRule.Builder |
MetricThresholdRule.toBuilder() |
MetricThresholdRule.Builder |
MetricThresholdRule.Builder.value(Integer value)
Integer non-negative value.
|
Copyright © 2016–2024. All rights reserved.