
C# |
public class AutoScalingThresholds

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AutoScalingThresholds()()()() | Initializes a new instance of the AutoScalingThresholds class |
![]() | CpuThreshold |
Gets and sets the property CpuThreshold.
The CPU utilization threshold, as a percent of the available CPU. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IgnoreMetricsTime |
Gets and sets the property IgnoreMetricsTime.
The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should
ignore metrics and not raise any additional scaling events. For example,
AWS OpsWorks adds new instances following an upscaling event but the instances
won't start reducing the load until they have been booted and configured.
There is no point in raising additional scaling events during that operation,
which typically takes several minutes. |
![]() | InstanceCount |
Gets and sets the property InstanceCount.
The number of instances to add or remove when the load exceeds a threshold. |
![]() | LoadThreshold |
Gets and sets the property LoadThreshold.
The load threshold. For more information about how load is computed, see Load (computing). |
![]() | MemoryThreshold |
Gets and sets the property MemoryThreshold.
The memory utilization threshold, as a percent of the available memory. |
![]() | ThresholdsWaitTime |
Gets and sets the property ThresholdsWaitTime.
The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCpuThreshold(Double) | Obsolete.
Sets the CpuThreshold property
|
![]() | WithIgnoreMetricsTime(Int32) | Obsolete.
Sets the IgnoreMetricsTime property
|
![]() | WithInstanceCount(Int32) | Obsolete.
Sets the InstanceCount property
|
![]() | WithLoadThreshold(Double) | Obsolete.
Sets the LoadThreshold property
|
![]() | WithMemoryThreshold(Double) | Obsolete.
Sets the MemoryThreshold property
|
![]() | WithThresholdsWaitTime(Int32) | Obsolete.
Sets the ThresholdsWaitTime property
|

Object | |
![]() | AutoScalingThresholds |