AWS SDK for .NET Documentation
LoadBasedAutoScalingConfiguration Class
AmazonAmazon.OpsWorks.ModelLoadBasedAutoScalingConfiguration Did this page help you?   Yes   No    Tell us about it...
Describes a layer's load-based auto scaling configuration.
Declaration Syntax
C#
public class LoadBasedAutoScalingConfiguration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LoadBasedAutoScalingConfiguration()()()()
Initializes a new instance of the LoadBasedAutoScalingConfiguration class

DownScaling
Gets and sets the property DownScaling.

A

CopyC#
LoadBasedAutoscalingInstruction
object that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances.


Enable
Gets and sets the property Enable.

Whether load-based auto scaling is enabled for the layer.


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
LayerId
Gets and sets the property LayerId.

The layer ID.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UpScaling
Gets and sets the property UpScaling.

A

CopyC#
LoadBasedAutoscalingInstruction
object that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances.


WithDownScaling(AutoScalingThresholds) Obsolete.
Sets the DownScaling property

WithEnable(Boolean) Obsolete.
Sets the Enable property

WithLayerId(String) Obsolete.
Sets the LayerId property

WithUpScaling(AutoScalingThresholds) Obsolete.
Sets the UpScaling property

Inheritance Hierarchy
Object
LoadBasedAutoScalingConfiguration

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)