LaunchTemplateConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new LaunchTemplateConfigProperty {
object VSwitchId,
object Architectures = null,
object BurstablePerformance = null,
object Cores = null,
object ExcludedInstanceTypes = null,
object ImageId = null,
object InstanceFamilyLevel = null,
object InstanceType = null,
object MaxPrice = null,
object Memories = null,
object Priority = null,
object WeightedCapacity = null
};
Properties
VSwitchIdRequired
public object VSwitchId { get; set; }
ArchitecturesOptional
public object Architectures { get; set; }
public object BurstablePerformance { get; set; }
CoresOptional
public object Cores { get; set; }
ExcludedInstanceTypesOptional
public object ExcludedInstanceTypes { get; set; }
ImageIdOptional
public object ImageId { get; set; }
InstanceFamilyLevelOptional
public object InstanceFamilyLevel { get; set; }
InstanceTypeOptional
public object InstanceType { get; set; }
MaxPriceOptional
public object MaxPrice { get; set; }
MemoriesOptional
public object Memories { get; set; }
PriorityOptional
public object Priority { get; set; }
WeightedCapacityOptional
public object WeightedCapacity { get; set; }