AWS SDK for .NET Documentation
InstanceStatusDetailType Class
AmazonAmazon.EC2.ModelInstanceStatusDetailType Did this page help you?   Yes   No    Tell us about it...
Instance Status Detail Type
Declaration Syntax
C#
public class InstanceStatusDetailType
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InstanceStatusDetailType()()()()
Initializes a new instance of the InstanceStatusDetailType class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
InstanceStatusDetailType

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)