github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/docs/PutScalingPolicyRequest.md (about) 1 # PutScalingPolicyRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AdjustmentTypeCode** | ***string** | 조정유형코드 | [default to null] 7 **AutoScalingGroupName** | ***string** | 오토스케일링그룹명 | [default to null] 8 **Cooldown** | ***int32** | 쿨다운타임 | [optional] [default to null] 9 **MinAdjustmentStep** | ***int32** | 최소조정스텝 | [optional] [default to null] 10 **PolicyName** | ***string** | 정책명 | [default to null] 11 **ScalingAdjustment** | ***int32** | 스케일링조정값 | [default to null] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15