Skip to content

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

Name Type Description
VSwitchId object No description.
Architectures object No description.
BurstablePerformance object No description.
Cores object No description.
ExcludedInstanceTypes object No description.
ImageId object No description.
InstanceFamilyLevel object No description.
InstanceType object No description.
MaxPrice object No description.
Memories object No description.
Priority object No description.
WeightedCapacity object No description.

VSwitchIdRequired

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

ArchitecturesOptional

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

BurstablePerformanceOptional

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

CoresOptional

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

ExcludedInstanceTypesOptional

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

ImageIdOptional

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

InstanceFamilyLevelOptional

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

InstanceTypeOptional

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

MaxPriceOptional

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

MemoriesOptional

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

PriorityOptional

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

WeightedCapacityOptional

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