public class ScaleUpAction extends java.lang.Object implements AutoScaleAction
AutoScaleAction.Type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRuleName()
Returns the name of the autoscale rule that triggered the scale up action.
|
int |
getScaleUpCount()
Returns the number of hosts to add to the cluster during this scale up action.
|
AutoScaleAction.Type |
getType()
Returns an indication of whether the autoscale action is to scale up or to scale down - in this case, up.
|
public AutoScaleAction.Type getType()
getType in interface AutoScaleActionUppublic java.lang.String getRuleName()
getRuleName in interface AutoScaleActionpublic int getScaleUpCount()