Requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instance(s). The operation will succeed if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. Note - if a Linux/UNIX instance does not cleanly shut down within four minutes, Amazon EC2 will perform a hard reboot.

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 RebootInstancesRequest
Public Class RebootInstancesRequest
public ref class RebootInstancesRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RebootInstancesRequest()()()()
Initializes a new instance of the RebootInstancesRequest 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.)
InstanceId
Gets and sets the InstanceId property. One or more instance IDs.
IsSetInstanceId()()()()
Checks if InstanceId property is set
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithInstanceId(array<String>[]()[][])
Sets the InstanceId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..RebootInstancesRequest

See Also