github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vautoscaling/docs/AutoScalingGroup.md (about)

     1  # AutoScalingGroup
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **VpcNo** | ***string** | VPC번호 | [optional] [default to null]
     7  **SubnetNo** | ***string** | 서브넷번호 | [optional] [default to null]
     8  **ServerNamePrefix** | ***string** | 서버이름Prefix | [optional] [default to null]
     9  **AutoScalingGroupNo** | ***string** | 오토스케일링그룹번호 | [optional] [default to null]
    10  **AutoScalingGroupName** | ***string** | 오토스케일링그룹이름 | [optional] [default to null]
    11  **LaunchConfigurationNo** | ***string** | 론치설정번호 | [optional] [default to null]
    12  **MinSize** | ***int32** | 최소용량 | [optional] [default to null]
    13  **MaxSize** | ***int32** | 최대용량 | [optional] [default to null]
    14  **DesiredCapacity** | ***int32** | 기대용량 | [optional] [default to null]
    15  **DefaultCoolDown** | ***int32** | 쿨다운기본값 | [optional] [default to null]
    16  **HealthCheckGracePeriod** | ***int32** | 헬스체크보류기간 | [optional] [default to null]
    17  **HealthCheckType** | **[*CommonCode](CommonCode.md)** | 헬스체크유형 | [optional] [default to null]
    18  **CreateDate** | ***string** | 생성일시 | [optional] [default to null]
    19  **AutoScalingGroupStatus** | **[*CommonCode](CommonCode.md)** | 오토스케일링그룹상태 | [optional] [default to null]
    20  **TargetGroupNoList** | **[]\*string** | 타겟그룹번호리스트 | [optional] [default to null]
    21  **InAutoScalingGroupServerInstanceList** | **[[]\*InAutoScalingGroupServerInstance](InAutoScalingGroupServerInstance.md)** | 오토스케일링그룹에속한서버인스턴스리스트 | [optional] [default to null]
    22  **AccessControlGroupNoList** | **[]\*string** | ACG번호리스트 | [optional] [default to null]
    23  **SuspendedProcessList** | **[[]\*SuspendedProcess](SuspendedProcess.md)** | 일시정지된프로세스리스트 | [optional] [default to null]
    24  
    25  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    26  
    27