Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static AutoScalePolicyRule.Action |
AutoScalePolicyRule.Action.create(String key) |
AutoScalePolicyRule.Action |
AutoScalePolicyRule.getAction()
The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.
|
static AutoScalePolicyRule.Action |
AutoScalePolicyRule.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoScalePolicyRule.Action[] |
AutoScalePolicyRule.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoScalePolicyRule.Builder |
AutoScalePolicyRule.Builder.action(AutoScalePolicyRule.Action action)
The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.
|
Constructor and Description |
---|
AutoScalePolicyRule(AutoScalePolicyRule.Action action,
AutoScalePolicyMetricRule metric)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.