AWS SDK for .NET Documentation
RebootInstancesRequest Class
AmazonAmazon.EC2.ModelRebootInstancesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RebootInstances operation.

Requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.

If a Linux/Unix instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot.

For more information about troubleshooting, see Getting Console Output and Rebooting Instances in the Amazon Elastic Compute Cloud User Guide .

Declaration Syntax
C#
public class RebootInstancesRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
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>[]()[][]) Obsolete.
Sets instance IDs.

Inheritance Hierarchy
Object
EC2Request
 RebootInstancesRequest

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