ScalingGroupProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new ScalingGroupProperty {
object InstanceTypes,
object SystemDiskSize,
object VSwitchIds,
object DataDisks = 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 Platform = null,
object RdsInstances = null,
object SystemDiskCategory = null,
object SystemDiskPerformanceLevel = null,
ScalingGroupTagsProperty[] Tags = null,
object ZoneIds = null
};
Properties
InstanceTypes
Required
public object InstanceTypes { get; set; }
SystemDiskSize
Required
public object SystemDiskSize { get; set; }
VSwitchIds
Required
public object VSwitchIds { get; set; }
DataDisks
Optional
public object DataDisks { get; set; }
ImageId
Optional
public object ImageId { get; set; }
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
InternetChargeType
Optional
public object InternetChargeType { get; set; }
InternetMaxBandwidthOut
Optional
public object InternetMaxBandwidthOut { get; set; }
IsEnterpriseSecurityGroup
Optional
public object IsEnterpriseSecurityGroup { get; set; }
KeyPair
Optional
public object KeyPair { get; set; }
LoginPassword
Optional
public object LoginPassword { get; set; }
Period
Optional
public object Period { get; set; }
PeriodUnit
Optional
public object PeriodUnit { get; set; }
public object Platform { get; set; }
RdsInstances
Optional
public object RdsInstances { get; set; }
SystemDiskCategory
Optional
public object SystemDiskCategory { get; set; }
public object SystemDiskPerformanceLevel { get; set; }
public ScalingGroupTagsProperty[] Tags { get; set; }
ZoneIds
Optional
public object ZoneIds { get; set; }