SpotBidPricesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new SpotBidPricesProperty {
object BidPrice = null,
object InstanceType = null
};
Properties
Name | Type | Description |
---|---|---|
BidPrice |
object |
No description. |
InstanceType |
object |
No description. |
BidPrice
Optional
public object BidPrice { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object