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
VSwitchId
Required
public object VSwitchId { get; set; }
InstanceType
Optional
public object InstanceType { get; set; }
MaxPrice
Optional
public object MaxPrice { get; set; }
Priority
Optional
public object Priority { get; set; }
WeightedCapacity
Optional
public object WeightedCapacity { get; set; }