C# 클래스 Amazon.EC2.Model.CancelSpotInstanceRequestsRequest

Container for the parameters to the CancelSpotInstanceRequests operation.

Cancels one or more Spot Instance requests. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon Elastic Compute Cloud User Guide .

IMPORTANT: Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CancelSpotInstanceRequestsRequest ( ) : System

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

CancelSpotInstanceRequestsRequest ( List spotInstanceRequestIds ) : System

Instantiates CancelSpotInstanceRequestsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetSpotInstanceRequestIds ( ) : bool

메소드 상세

CancelSpotInstanceRequestsRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CancelSpotInstanceRequestsRequest ( ) : System
리턴 System

CancelSpotInstanceRequestsRequest() 공개 메소드

Instantiates CancelSpotInstanceRequestsRequest with the parameterized properties
public CancelSpotInstanceRequestsRequest ( List spotInstanceRequestIds ) : System
spotInstanceRequestIds List One or more Spot instance request IDs.
리턴 System