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

     1  # UpdateAutoScalingGroupRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AutoScalingGroupName** | ***string** | 오토스케일링그룹명 | [optional] [default to null]
     7  **LaunchConfigurationName** | ***string** | 론치설정명 | [default to null]
     8  **DesiredCapacity** | ***int32** | 기대용량치 | [optional] [default to null]
     9  **MinSize** | ***int32** | 최소사이즈 | [optional] [default to null]
    10  **MaxSize** | ***int32** | 최대사이즈 | [optional] [default to null]
    11  **DefaultCooldown** | ***int32** | 디폴트쿨다운타임 | [optional] [default to null]
    12  **HealthCheckGracePeriod** | ***int32** | 헬스체크보류기간 | [optional] [default to null]
    13  **HealthCheckTypeCode** | ***string** | 헬스체크유형코드 | [optional] [default to null]
    14  **ZoneNoList** | **[]\*string** | ZONE번호리스트 | [optional] [default to null]
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18