Details of a status event for an instance
Namespace: Amazon.EC2.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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.
|