ScalingGroupProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new ScalingGroupProperty {
object InstanceTypes,
object SystemDiskSize,
object VSwitchIds,
object DataDisks = null,
object DesiredSize = null,
object ImageId = null,
object InstanceChargeType = null,
object InternetChargeType = null,
object InternetMaxBandwidthOut = null,
object IsEnterpriseSecurityGroup = null,
object KeyPair = null,
object LoginPassword = null,
object Period = null,
object PeriodUnit = null,
object RdsInstances = null,
object SystemDiskCategory = null,
object SystemDiskPerformanceLevel = null,
ScalingGroupTagsProperty[] Tags = null,
object ZoneIds = null
};
Properties
InstanceTypesRequired
public object InstanceTypes { get; set; }
SystemDiskSizeRequired
public object SystemDiskSize { get; set; }
VSwitchIdsRequired
public object VSwitchIds { get; set; }
DataDisksOptional
public object DataDisks { get; set; }
DesiredSizeOptional
public object DesiredSize { get; set; }
ImageIdOptional
public object ImageId { get; set; }
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
InternetMaxBandwidthOutOptional
public object InternetMaxBandwidthOut { get; set; }
IsEnterpriseSecurityGroupOptional
public object IsEnterpriseSecurityGroup { get; set; }
KeyPairOptional
public object KeyPair { get; set; }
LoginPasswordOptional
public object LoginPassword { get; set; }
PeriodOptional
public object Period { get; set; }
PeriodUnitOptional
public object PeriodUnit { get; set; }
RdsInstancesOptional
public object RdsInstances { get; set; }
SystemDiskCategoryOptional
public object SystemDiskCategory { get; set; }
public object SystemDiskPerformanceLevel { get; set; }
public ScalingGroupTagsProperty[] Tags { get; set; }
ZoneIdsOptional
public object ZoneIds { get; set; }