Class: TencentCloud::Batch::V20170312::SpotMarketOptions
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::SpotMarketOptions
- Defined in:
- lib/v20170312/models.rb
Overview
竞价相关选项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(maxprice = nil, spotinstancetype = nil) ⇒ SpotMarketOptions
constructor
A new instance of SpotMarketOptions.
Constructor Details
#initialize(maxprice = nil, spotinstancetype = nil) ⇒ SpotMarketOptions
Returns a new instance of SpotMarketOptions.
3519 3520 3521 3522 |
# File 'lib/v20170312/models.rb', line 3519 def initialize(maxprice=nil, spotinstancetype=nil) @MaxPrice = maxprice @SpotInstanceType = spotinstancetype end |
Instance Attribute Details
#MaxPrice ⇒ Object
3517 3518 3519 |
# File 'lib/v20170312/models.rb', line 3517 def MaxPrice @MaxPrice end |
#SpotInstanceType ⇒ Object
3517 3518 3519 |
# File 'lib/v20170312/models.rb', line 3517 def SpotInstanceType @SpotInstanceType end |
Instance Method Details
#deserialize(params) ⇒ Object
3524 3525 3526 3527 |
# File 'lib/v20170312/models.rb', line 3524 def deserialize(params) @MaxPrice = params['MaxPrice'] @SpotInstanceType = params['SpotInstanceType'] end |