Skip to content

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

Name Type Description
Enable object No description.
EipBandwidth object No description.
EipInternetChargeType object No description.
IsBondEip object No description.
MaxInstances object No description.
MinInstances object No description.
Type object No description.

EnableRequired

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

EipBandwidthOptional

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

EipInternetChargeTypeOptional

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

IsBondEipOptional

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

MaxInstancesOptional

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

MinInstancesOptional

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

TypeOptional

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