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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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