public class ScalingPolicy extends Object implements Serializable, Cloneable
Rule that controls how a fleet is scaled. Scaling policies are uniquely identified by the combination of name and fleet ID.
| Constructor and Description |
|---|
ScalingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getComparisonOperator()
Comparison operator to use when measuring a metric against the threshold
value.
|
Integer |
getEvaluationPeriods()
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
String |
getFleetId()
Unique identity for the fleet associated with this scaling policy.
|
String |
getMetricName()
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
String |
getName()
Descriptive label associated with this scaling policy.
|
Integer |
getScalingAdjustment()
Amount of adjustment to make, based on the scaling adjustment type.
|
String |
getScalingAdjustmentType()
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
String |
getStatus()
Current status of the scaling policy.
|
Double |
getThreshold()
Metric value used to trigger a scaling event.
|
int |
hashCode() |
void |
setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
void |
setComparisonOperator(String comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
void |
setEvaluationPeriods(Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
void |
setFleetId(String fleetId)
Unique identity for the fleet associated with this scaling policy.
|
void |
setMetricName(MetricName metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
void |
setMetricName(String metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
void |
setName(String name)
Descriptive label associated with this scaling policy.
|
void |
setScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
void |
setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
void |
setScalingAdjustmentType(String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
void |
setStatus(ScalingStatusType status)
Current status of the scaling policy.
|
void |
setStatus(String status)
Current status of the scaling policy.
|
void |
setThreshold(Double threshold)
Metric value used to trigger a scaling event.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScalingPolicy |
withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
withComparisonOperator(String comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
withEvaluationPeriods(Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
ScalingPolicy |
withFleetId(String fleetId)
Unique identity for the fleet associated with this scaling policy.
|
ScalingPolicy |
withMetricName(MetricName metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
withMetricName(String metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
withName(String name)
Descriptive label associated with this scaling policy.
|
ScalingPolicy |
withScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
ScalingPolicy |
withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
withScalingAdjustmentType(String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
withStatus(ScalingStatusType status)
Current status of the scaling policy.
|
ScalingPolicy |
withStatus(String status)
Current status of the scaling policy.
|
ScalingPolicy |
withThreshold(Double threshold)
Metric value used to trigger a scaling event.
|
public void setFleetId(String fleetId)
Unique identity for the fleet associated with this scaling policy.
fleetId - Unique identity for the fleet associated with this scaling policy.public String getFleetId()
Unique identity for the fleet associated with this scaling policy.
public ScalingPolicy withFleetId(String fleetId)
Unique identity for the fleet associated with this scaling policy.
fleetId - Unique identity for the fleet associated with this scaling policy.public void setName(String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
name - Descriptive label associated with this scaling policy. Policy
names do not need to be unique.public String getName()
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
public ScalingPolicy withName(String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
name - Descriptive label associated with this scaling policy. Policy
names do not need to be unique.public void setStatus(String status)
Current status of the scaling policy. The scaling policy is only in force when in an Active state.
status - Current status of the scaling policy. The scaling policy is only
in force when in an Active state.
ScalingStatusTypepublic String getStatus()
Current status of the scaling policy. The scaling policy is only in force when in an Active state.
ScalingStatusTypepublic ScalingPolicy withStatus(String status)
Current status of the scaling policy. The scaling policy is only in force when in an Active state.
status - Current status of the scaling policy. The scaling policy is only
in force when in an Active state.
ScalingStatusTypepublic void setStatus(ScalingStatusType status)
Current status of the scaling policy. The scaling policy is only in force when in an Active state.
status - Current status of the scaling policy. The scaling policy is only
in force when in an Active state.
ScalingStatusTypepublic ScalingPolicy withStatus(ScalingStatusType status)
Current status of the scaling policy. The scaling policy is only in force when in an Active state.
status - Current status of the scaling policy. The scaling policy is only
in force when in an Active state.
ScalingStatusTypepublic void setScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
scalingAdjustment - Amount of adjustment to make, based on the scaling adjustment
type.public Integer getScalingAdjustment()
Amount of adjustment to make, based on the scaling adjustment type.
public ScalingPolicy withScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
scalingAdjustment - Amount of adjustment to make, based on the scaling adjustment
type.public void setScalingAdjustmentType(String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType - Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentTypepublic String getScalingAdjustmentType()
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
ScalingAdjustmentTypepublic ScalingPolicy withScalingAdjustmentType(String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType - Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentTypepublic void setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType - Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentTypepublic ScalingPolicy withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType - Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentTypepublic void setComparisonOperator(String comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
comparisonOperator - Comparison operator to use when measuring a metric against the
threshold value.ComparisonOperatorTypepublic String getComparisonOperator()
Comparison operator to use when measuring a metric against the threshold value.
ComparisonOperatorTypepublic ScalingPolicy withComparisonOperator(String comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
comparisonOperator - Comparison operator to use when measuring a metric against the
threshold value.ComparisonOperatorTypepublic void setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
comparisonOperator - Comparison operator to use when measuring a metric against the
threshold value.ComparisonOperatorTypepublic ScalingPolicy withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
comparisonOperator - Comparison operator to use when measuring a metric against the
threshold value.ComparisonOperatorTypepublic void setThreshold(Double threshold)
Metric value used to trigger a scaling event.
threshold - Metric value used to trigger a scaling event.public Double getThreshold()
Metric value used to trigger a scaling event.
public ScalingPolicy withThreshold(Double threshold)
Metric value used to trigger a scaling event.
threshold - Metric value used to trigger a scaling event.public void setEvaluationPeriods(Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
evaluationPeriods - Length of time (in minutes) the metric must be at or beyond the
threshold before a scaling event is triggered.public Integer getEvaluationPeriods()
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
public ScalingPolicy withEvaluationPeriods(Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
evaluationPeriods - Length of time (in minutes) the metric must be at or beyond the
threshold before a scaling event is triggered.public void setMetricName(String metricName)
Name of the GameLift-defined metric that is used to trigger an adjustment.
metricName - Name of the GameLift-defined metric that is used to trigger an
adjustment.
MetricNamepublic String getMetricName()
Name of the GameLift-defined metric that is used to trigger an adjustment.
MetricNamepublic ScalingPolicy withMetricName(String metricName)
Name of the GameLift-defined metric that is used to trigger an adjustment.
metricName - Name of the GameLift-defined metric that is used to trigger an
adjustment.
MetricNamepublic void setMetricName(MetricName metricName)
Name of the GameLift-defined metric that is used to trigger an adjustment.
metricName - Name of the GameLift-defined metric that is used to trigger an
adjustment.
MetricNamepublic ScalingPolicy withMetricName(MetricName metricName)
Name of the GameLift-defined metric that is used to trigger an adjustment.
metricName - Name of the GameLift-defined metric that is used to trigger an
adjustment.
MetricNamepublic String toString()
toString in class ObjectObject.toString()public ScalingPolicy clone()
Copyright © 2016. All rights reserved.