AWS SDK for .NET Documentation
InstanceStatusEvent Class
AmazonAmazon.EC2.ModelInstanceStatusEvent Did this page help you?   Yes   No    Tell us about it...
Details of a status event for an instance
Declaration Syntax
C#
public class InstanceStatusEvent
Members
All MembersConstructorsMethodsProperties



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

Code
The associated code of the event. Valid values: instance-reboot | system-reboot | instance-retirement.

Description
A description of the event.

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.)
IsSetCode()()()()
Checks if the Code property is set.

IsSetDescription()()()()
Checks if the Description property is set.

IsSetNotAfter()()()()
Checks if the NotAfter property is set.

IsSetNotBefore()()()()
Checks if the NotBefore property is set

NotAfter
The latest scheduled end time for the event.

NotBefore
The earliest scheduled start time for the event.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCode(String) Obsolete.
Sets the associated code for the event.

WithDescription(String) Obsolete.
Sets a description for the event.

WithNotAfter(String) Obsolete.
Sets the latest scheduled end time for the event.

WithNotBefore(String) Obsolete.
Sets the earliest scheduled start time for the event.

Inheritance Hierarchy
Object
InstanceStatusEvent

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