--- title: "ScalingPolicy" slug: "common-vapidatatype-scalingpolicy" updated: 2026-07-23T09:04:03Z published: 2026-07-23T09:04:03Z canonical: "api.ncloud-docs.com/common-vapidatatype-scalingpolicy" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # ScalingPolicy VPC 환경에서 이용 가능합니다. 스케일링 정책입니다. ## 구문 구문은 다음과 같습니다. ``` private String autoScalingGroupNo; private String policyNo; private String policyName; private CommonCode adjustmentType; private Integer scalingAdjustment; private Integer minAdjustmentStep; private Integer coolDown; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `autoScalingGroupNo` | String | Required | 오토 스케일링 그룹 번호 | | `policyNo` | String | Required | 스케일링 정책 번호 - 스케일링 정책을 식별하기 위한 네이버 클라우드 플랫폼의 식별자 | | `policyName` | String | Required | 스케일링 정책 이름 | | `adjustmentType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 조정 유형 - `CHANG` \| `PRCNT` \| `EXACT` - `CHANG`: Change in Capacity - `PRCNT`: Percent Change in Capacity - `EXACT`: Exact Capacity | | `scalingAdjustment` | Integer | Required | 스케일링 조정 값 | | `minAdjustmentStep` | Integer | Optional | 최소 조정 폭 | | `coolDown` | Integer | Optional | 쿨다운(초) |