C# Class Amazon.EC2.Model.CancelSpotFleetRequestsRequest

Container for the parameters to the CancelSpotFleetRequests operation. Cancels the specified Spot fleet requests.

After you cancel a Spot fleet request, the Spot fleet launches no new Spot instances. You must specify whether the Spot fleet should also terminate its Spot instances. If you terminate the instances, the Spot fleet request enters the cancelled_terminating state. Otherwise, the Spot fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

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

Private Methods

Method Description
IsSetSpotFleetRequestIds ( ) : bool
IsSetTerminateInstances ( ) : bool