Details of a status event for an instance

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class InstanceStatusEvent
Public Class InstanceStatusEvent
public ref class InstanceStatusEvent

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
InstanceStatusEvent()()()()
Initializes a new instance of the InstanceStatusEvent class
Code
The associated code of the event. Valid parameters are 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)
Sets the associated code for the event.
WithDescription(String)
Sets a description for the event.
WithNotAfter(String)
Sets the latest scheduled end time for the event.
WithNotBefore(String)
Sets the earliest scheduled start time for the event.

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..InstanceStatusEvent

See Also