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