C# Class Amazon.EC2.Model.RebootInstancesRequest

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 an 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.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
RebootInstancesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RebootInstancesRequest ( List instanceIds ) : System

Instantiates RebootInstancesRequest with the parameterized properties

Private Methods

Method Description
IsSetInstanceIds ( ) : bool

Method Details

RebootInstancesRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public RebootInstancesRequest ( ) : System
return System

RebootInstancesRequest() public method

Instantiates RebootInstancesRequest with the parameterized properties
public RebootInstancesRequest ( List instanceIds ) : System
instanceIds List One or more instance IDs.
return System