The AutoScalingInstanceDetails data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class AutoScalingInstanceDetails
Public Class AutoScalingInstanceDetails
public ref class AutoScalingInstanceDetails
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| AutoScalingInstanceDetails()()()() | Initializes a new instance of the AutoScalingInstanceDetails class | |
| AutoScalingGroupName |
The name of the Auto Scaling group associated with this instance.
Constraints: | |
| AvailabilityZone |
The availability zone in which this instance resides.
Constraints: | |
| 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.) | |
| HealthStatus |
The health status of this instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the
instance is unhealthy. Auto Scaling should terminate and replace it.
Constraints: | |
| InstanceId |
The instance's Amazon EC2 instance ID.
Constraints: | |
| LaunchConfigurationName |
The launch configuration associated with this instance.
Constraints: | |
| LifecycleState |
The life cycle state of this instance.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithAutoScalingGroupName(String) |
Sets the AutoScalingGroupName property
| |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithHealthStatus(String) |
Sets the HealthStatus property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithLaunchConfigurationName(String) |
Sets the LaunchConfigurationName property
| |
| WithLifecycleState(String) |
Sets the LifecycleState property
|