Skip to content

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.

InstanceTypeRequired

public object InstanceType { get; set; }
  • Type: object

PriceLimitRequired

public object PriceLimit { get; set; }
  • Type: object