Instance Status Detail Type
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceStatusDetailType
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceStatusDetailType()()()() | Initializes a new instance of the InstanceStatusDetailType class | 
|  | 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.) | 
|  | ImpairedSince | 
            The time when a status check failed.
            For an instance that was launched and impaired, this is the time when the instance was launched.
             | 
|  | IsSetImpairedSince()()()() | 
            Checks if the ImpairedSince property is set.
             | 
|  | IsSetName()()()() | 
            Checks if the Name property is set.
             | 
|  | IsSetStatus()()()() | 
            Checks if the Status property is set.
             | 
|  | Name | 
            The type of instance status detail.
            Valid Values: reachability 
             | 
|  | Status | 
            The status.
            Valid Values: passed | failed | insufficient-data
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithImpairedSince(String) | Obsolete. 
            Sets the time when a status check failed.
             | 
|  | WithName(String) | Obsolete. 
            Sets the type of instance status detail.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the status.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceStatusDetailType |