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
EnableRequired
public object Enable { get; set; }
EipBandwidthOptional
public object EipBandwidth { get; set; }
EipInternetChargeTypeOptional
public object EipInternetChargeType { get; set; }
IsBondEipOptional
public object IsBondEip { get; set; }
MaxInstancesOptional
public object MaxInstances { get; set; }
MinInstancesOptional
public object MinInstances { get; set; }
TypeOptional
public object Type { get; set; }