AutoScalingResumeProcessesRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | AutoScalingResumeProcessesRequest.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
autoScalingGroupNameThe name or Amazon Resource Name (ARN) of the Auto Scaling group.
Constraints:
property
Length: 1 – 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]* -
scalingProcessesThe processes that you want to suspend or resume, which can include one or more of the following:
- Launch
- Terminate
- HealthCheck
- ReplaceUnhealthy
- AZRebalance
- AlarmNotification
- ScheduledActions
- AddToLoadBalancer
To suspend all process types, omit this parameter.
property -
– addScalingProcesse:Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
autoScalingGroupName
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
Constraints:
Length: 1 – 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
@property (nonatomic, retain) NSString *autoScalingGroupNameDiscussion
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
Constraints:
Length: 1 – 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Declared In
AutoScalingResumeProcessesRequest.hscalingProcesses
The processes that you want to suspend or resume, which can include one or more of the following:
- Launch
- Terminate
- HealthCheck
- ReplaceUnhealthy
- AZRebalance
- AlarmNotification
- ScheduledActions
- AddToLoadBalancer
To suspend all process types, omit this parameter.
@property (nonatomic, retain) NSMutableArray *scalingProcessesDiscussion
The processes that you want to suspend or resume, which can include one or more of the following:
- Launch
- Terminate
- HealthCheck
- ReplaceUnhealthy
- AZRebalance
- AlarmNotification
- ScheduledActions
- AddToLoadBalancer
To suspend all process types, omit this parameter.
Declared In
AutoScalingResumeProcessesRequest.hInstance Methods
addScalingProcesse:
Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.
- (void)addScalingProcesse:(NSString *)scalingProcesseObjectDiscussion
Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.
Declared In
AutoScalingResumeProcessesRequest.hdescription
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
AutoScalingResumeProcessesRequest.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
AutoScalingResumeProcessesRequest.h