Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetAvailabilityZoneGroup ( ) : bool | ||
IsSetBlockDurationMinutes ( ) : bool | ||
IsSetClientToken ( ) : bool | ||
IsSetInstanceCount ( ) : bool | ||
IsSetLaunchGroup ( ) : bool | ||
IsSetLaunchSpecification ( ) : bool | ||
IsSetSpotPrice ( ) : bool | ||
IsSetType ( ) : bool | ||
IsSetValidFrom ( ) : bool | ||
IsSetValidUntil ( ) : bool |
public RequestSpotInstancesRequest ( ) : System | ||
return | System |
public RequestSpotInstancesRequest ( string spotPrice ) : System | ||
spotPrice | string | The maximum hourly price (bid) for any Spot instance launched to fulfill the request. |
return | System |