C# Class Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest

Container for the parameters to the UpdateAutoScalingGroup operation.

Updates the configuration for the specified AutoScalingGroup.

NOTE: To update an Auto Scaling group with a launch configuration that has the InstanceMonitoring.enabled flag set to false, you must first ensure that collection of group metrics is disabled. Otherwise, calls to UpdateAutoScalingGroup will fail. If you have previously enabled group metrics collection, you can disable collection of all group metrics by calling DisableMetricsCollection.

The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Triggers that are currently in progress aren't affected.

NOTE: If the new values are specified for the MinSize or MaxSize parameters, then there will be an implicit call to SetDesiredCapacity to set the group to the new MaxSize. All optional parameters are left unchanged if not passed in the request.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAutoScalingGroupName ( ) : bool
IsSetAvailabilityZones ( ) : bool
IsSetDefaultCooldown ( ) : bool
IsSetDesiredCapacity ( ) : bool
IsSetHealthCheckGracePeriod ( ) : bool
IsSetHealthCheckType ( ) : bool
IsSetLaunchConfigurationName ( ) : bool
IsSetMaxSize ( ) : bool
IsSetMinSize ( ) : bool
IsSetNewInstancesProtectedFromScaleIn ( ) : bool
IsSetPlacementGroup ( ) : bool
IsSetTerminationPolicies ( ) : bool
IsSetVPCZoneIdentifier ( ) : bool