Information about the status of an instance.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class InstanceStatus
Public Class InstanceStatus
public ref class InstanceStatus
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| InstanceStatus()()()() | Initializes a new instance of the InstanceStatus class | |
| AvailabilityZone |
The Amazon EC2 instance's availability zone.
| |
| 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.) | |
| InstanceId |
Gets and sets the InstanceId property.
| |
| InstanceState |
Gets and sets the InstanceState property.
The current state of the instance.
| |
| InstanceStatusDetail |
Gets and sets the InstanceStatusDetail property
| |
| InstanceStatusEvent |
Extra information regarding instance status.
| |
| IsSetAvailabilityZone()()()() |
Check if the AvailabilityZone property is set
| |
| IsSetInstanceId()()()() |
Checks if the InstanceId property is set
| |
| IsSetInstanceState()()()() |
Checks if the InstanceState property is set
| |
| IsSetInstanceStatusDetail()()()() |
Checks if the InstanceStatusDetail property is set
| |
| IsSetInstanceStatusEvent()()()() |
Checks if the InstanceStatusEvent property is set
| |
| IsSetSystemStatusDetail()()()() |
Checks if the SystemStatusDetail property is set
| |
| SystemStatusDetail |
Gets and sets the SystemStatusDetail property.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithInstanceState(InstanceState) |
Sets the InstanceState property
| |
| WithInstanceStatusDetail(InstanceStatusDetail) |
Sets the InstanceStatusDetail property.
| |
| WithInstanceStatusEvent(List<(Of <<'(InstanceStatusEvent>)>>)) |
Sets the InstanceStatusEvent collection
| |
| WithSystemStatusDetail(InstanceStatusDetail) |
Sets the SystemStatusDetail property.
|