Skip to content

AutoScalingProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.AutoScalingProperty {
    Enable: interface{},
    EipBandwidth: interface{},
    EipInternetChargeType: interface{},
    IsBondEip: interface{},
    MaxInstances: interface{},
    MinInstances: interface{},
    Type: interface{},
}

Properties

Name Type Description
Enable interface{} No description.
EipBandwidth interface{} No description.
EipInternetChargeType interface{} No description.
IsBondEip interface{} No description.
MaxInstances interface{} No description.
MinInstances interface{} No description.
Type interface{} No description.

EnableRequired

Enable interface{}
  • Type: interface{}

EipBandwidthOptional

EipBandwidth interface{}
  • Type: interface{}

EipInternetChargeTypeOptional

EipInternetChargeType interface{}
  • Type: interface{}

IsBondEipOptional

IsBondEip interface{}
  • Type: interface{}

MaxInstancesOptional

MaxInstances interface{}
  • Type: interface{}

MinInstancesOptional

MinInstances interface{}
  • Type: interface{}

TypeOptional

Type interface{}
  • Type: interface{}