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

Container for the parameters to the RequestSpotInstances operation.

Creates a Spot Instance request. 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 .

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

공개 메소드들

메소드 설명
RequestSpotInstancesRequest ( ) : System

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

RequestSpotInstancesRequest ( string spotPrice ) : System

Instantiates RequestSpotInstancesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAvailabilityZoneGroup ( ) : bool
IsSetBlockDurationMinutes ( ) : bool
IsSetClientToken ( ) : bool
IsSetInstanceCount ( ) : bool
IsSetLaunchGroup ( ) : bool
IsSetLaunchSpecification ( ) : bool
IsSetSpotPrice ( ) : bool
IsSetType ( ) : bool
IsSetValidFrom ( ) : bool
IsSetValidUntil ( ) : bool

메소드 상세

RequestSpotInstancesRequest() 공개 메소드

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

RequestSpotInstancesRequest() 공개 메소드

Instantiates RequestSpotInstancesRequest with the parameterized properties
public RequestSpotInstancesRequest ( string spotPrice ) : System
spotPrice string The maximum hourly price (bid) for any Spot instance launched to fulfill the request.
리턴 System