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