Information about the status of an instance.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceStatus()()()() | Initializes a new instance of the InstanceStatus class | 
|  | AvailabilityZone | 
            The 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 | 
            Instance ID
             | 
|  | InstanceState | 
            The current state of the instance.
             | 
|  | InstanceStatusDetail | 
            Instance status detail.
             | 
|  | 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 | 
            System status detail.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the instance's availability zone.
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the instance ID
             | 
|  | WithInstanceState(InstanceState) | Obsolete. 
            Sets the current state of the instance.
             | 
|  | WithInstanceStatusDetail(InstanceStatusDetail) | Obsolete. 
            Sets the instance status detail.
             | 
|  | WithInstanceStatusEvent(List<(Of <<'(InstanceStatusEvent>)>>)) | Obsolete. 
            Sets the extra information regarding instance status.
             | 
|  | WithSystemStatusDetail(InstanceStatusDetail) | Obsolete. 
            Sets the system status detail.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceStatus |