public interface AutoScaleAction
| Modifier and Type | Interface and Description |
|---|---|
static class |
AutoScaleAction.Type
Indicates whether the autoscale action is to scale up or to scale down.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRuleName()
Get the name of the auto scale rule that is triggering the autoscale action.
|
AutoScaleAction.Type |
getType()
Returns an indication of whether the autoscale action is to scale up or to scale down.
|
java.lang.String getRuleName()
AutoScaleAction.Type getType()
AutoScaleAction.Type.Up or AutoScaleAction.Type.Down