The Instance data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Instance
Public Class Instance
public ref class Instance
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Instance()()()() | Initializes a new instance of the Instance class | |
| AvailabilityZone |
Availability zones associated with this instance.
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 instance's health status.
Constraints: | |
| InstanceId |
Specifies the EC2 instance ID.
Constraints: | |
| LaunchConfigurationName |
The launch configuration associated with this instance.
Constraints: | |
| LifecycleState |
Contains a description of the current lifecycle state.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| 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
|