Skip to content

LaunchTemplateOverridesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new LaunchTemplateOverridesProperty {
    object InstanceType = null,
    object SpotPriceLimit = null,
    object WeightedCapacity = null
};

Properties

Name Type Description
InstanceType object No description.
SpotPriceLimit object No description.
WeightedCapacity object No description.

InstanceTypeOptional

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

SpotPriceLimitOptional

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

WeightedCapacityOptional

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