SpotPriceLimitProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new SpotPriceLimitProperty {
object InstanceType,
object PriceLimit
};
Properties
Name | Type | Description |
---|---|---|
InstanceType |
object |
No description. |
PriceLimit |
object |
No description. |
InstanceType
Required
public object InstanceType { get; set; }
- Type: object
PriceLimit
Required
public object PriceLimit { get; set; }
- Type: object