AutoScalingProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new AutoScalingProperty {
object Enable,
object EipBandwidth = null,
object EipInternetChargeType = null,
object IsBondEip = null,
object MaxInstances = null,
object MinInstances = null,
object Type = null
};
Properties
Enable
Required
public object Enable { get; set; }
EipBandwidth
Optional
public object EipBandwidth { get; set; }
EipInternetChargeType
Optional
public object EipInternetChargeType { get; set; }
IsBondEip
Optional
public object IsBondEip { get; set; }
MaxInstances
Optional
public object MaxInstances { get; set; }
MinInstances
Optional
public object MinInstances { get; set; }
Type
Optional
public object Type { get; set; }