github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/docs/AutoScalingGroup.md (about) 1 # AutoScalingGroup 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AutoScalingGroupName** | ***string** | 오토스케일링그룹명 | [optional] [default to null] 7 **AutoScalingGroupNo** | ***string** | 오토스케일링그룹번호 | [optional] [default to null] 8 **LaunchConfigurationName** | ***string** | 론치설정명 | [optional] [default to null] 9 **LaunchConfigurationNo** | ***string** | 론치설정번호 | [optional] [default to null] 10 **DesiredCapacity** | ***int32** | 기대능력치 | [optional] [default to null] 11 **MinSize** | ***int32** | 최소사이즈 | [optional] [default to null] 12 **MaxSize** | ***int32** | 최대사이즈 | [optional] [default to null] 13 **DefaultCooldown** | ***int32** | | [optional] [default to null] 14 **LoadBalancerInstanceSummaryList** | **[[]\*LoadBalancerInstanceSummary](LoadBalancerInstanceSummary.md)** | 로드밸런서인스턴스Summary리스트 | [optional] [default to null] 15 **HealthCheckGracePeriod** | ***int32** | 헬스체크보류기간 | [optional] [default to null] 16 **HealthCheckType** | **[*CommonCode](CommonCode.md)** | 헬스체크유형 | [optional] [default to null] 17 **CreateDate** | ***string** | 생성일시 | [optional] [default to null] 18 **InAutoScalingGroupServerInstanceList** | **[[]\*InAutoScalingGroupServerInstance](InAutoScalingGroupServerInstance.md)** | 오토스케일링그룹에속한서버인스턴스리스트 | [optional] [default to null] 19 **SuspendedProcessList** | **[[]\*SuspendedProcess](SuspendedProcess.md)** | 보류된프로세스리스트 | [optional] [default to null] 20 **ZoneList** | **[[]\*Zone](Zone.md)** | ZONE리스트 | [optional] [default to null] 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24