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

     1  # UpdateAutoScalingGroupRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **AutoScalingGroupNo** | ***string** | 오토스케일링그룹번호 | [default to null]
     8  **LaunchConfigurationNo** | ***string** | 론치설정번호 | [optional] [default to null]
     9  **ServerNamePrefix** | ***string** | 서버이름Prefix | [optional] [default to null]
    10  **MinSize** | ***int32** | 최소용량 | [optional] [default to null]
    11  **MaxSize** | ***int32** | 최대용량 | [optional] [default to null]
    12  **DesiredCapacity** | ***int32** | 기대용량 | [optional] [default to null]
    13  **DefaultCoolDown** | ***int32** | 쿨다운기본값 | [optional] [default to null]
    14  **HealthCheckGracePeriod** | ***int32** | 헬스체크보류기간 | [optional] [default to null]
    15  **HealthCheckTypeCode** | ***string** | 헬스체크유형코드 | [optional] [default to null]
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19