---
title: "LoadBalancerRule"
slug: "common-vapidatatype-loadbalancerrule"
updated: 2026-04-23T08:55:13Z
published: 2026-04-23T09:02:03Z
---

> ## 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.

# LoadBalancerRule

<p class="platform-info type-vpc">VPC 환경에서 이용 가능합니다.</p>

로드 밸런서 규칙입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String loadBalancerListenerNo;
private String loadBalancerRuleNo;
private Integer priority;
private List<LoadBalancerRuleCondition> loadBalancerRuleConditionList;
private List<LoadBalancerRuleAction> loadBalancerRuleActionList;
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드                           | 타입   | 필수 여부                                   | 설명                                                        |
| --------------------------------- | --------- | ------------------------------------- | ---------------------------------------------------------- |
| `loadBalancerListenerNo`            | String       | Required                                | 로드 밸런서 리스너 번호  |
| `loadBalancerRuleNo`                | String       | Required                                | 로드 밸런서 규칙 번호<ul><li>로드 밸런서 규칙을 식별하기 위한 네이버 클라우드 플랫폼의 식별자</li></ul>  |
| `priority`                          | Integer       | Required                               | 규칙의 우선 순위<ul><li>1~10,000 (기본값: 10,000)</li></ul> |
| `loadBalancerRuleConditionList`     | List&lt;[LoadBalancerRuleCondition](/docs/common-vapidatatype-LoadBalancerRuleCondition)&gt;       | Required | 규칙이 적용될 조건 목록    |
| `loadBalancerRuleActionList`        | List&lt;[LoadBalancerRuleAction](/docs/common-vapidatatype-LoadBalancerRuleAction)&gt;       | Required    | 규칙에서 수행할 액션 목록   |
