LaunchTemplateConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new LaunchTemplateConfigProperty {
object VSwitchId,
object InstanceType = null,
object MaxPrice = null,
object Priority = null,
object WeightedCapacity = null
};
Properties
VSwitchIdRequired
public object VSwitchId { get; set; }
InstanceTypeOptional
public object InstanceType { get; set; }
MaxPriceOptional
public object MaxPrice { get; set; }
PriorityOptional
public object Priority { get; set; }
WeightedCapacityOptional
public object WeightedCapacity { get; set; }