Skip to content

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

Name Type Description
VSwitchId object No description.
InstanceType object No description.
MaxPrice object No description.
Priority object No description.
WeightedCapacity object No description.

VSwitchIdRequired

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

InstanceTypeOptional

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

MaxPriceOptional

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

PriorityOptional

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

WeightedCapacityOptional

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