C# Класс 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.

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetInstanceIds ( ) : bool

Описание методов

RebootInstancesRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public RebootInstancesRequest ( ) : System
Результат System

RebootInstancesRequest() публичный Метод

Instantiates RebootInstancesRequest with the parameterized properties
public RebootInstancesRequest ( List instanceIds ) : System
instanceIds List One or more instance IDs.
Результат System