---
title: "NetworkAclRule"
slug: "common-vapidatatype-networkaclrule"
updated: 2026-04-23T08:55:11Z
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.

# NetworkAclRule

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

Network ACL 규칙입니다.

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

```Java
private String networkAclNo;
private Integer priority;
private CommonCode protocolType;
private String portRange;
private CommonCode ruleAction;
private Date createDate;
private String ipBlock;
private String denyAllowGroupNo;
private CommonCode networkAclRuleType;
private String networkAclRuleDescription;
```

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

| 필드                        | 타입  | 필수 여부                      | 설명                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------ | -------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `networkAclNo`                   | String      | Required                   | Network ACL 번호                                                                                                                                                                                                                                                                                                                                        |
| `priority`                       | Integer      | Required                  | 우선순위 <ul><li>0~199</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                        |
| `protocolType`                   | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required               | 프로토콜 유형<ul><li>`TCP` \| `UDP` \| `ICMP`</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                      |
| `portRange`                      | String       | Optional                   | 포트 범위<ul><li>1~65535</li><li>단일 포트<ul><li><예시> 22</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                                          |
| `ruleAction`                     | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required               | Network ACL 규칙 액션 유형<ul><li>`ALLOW` \| `DROP`<ul><li>`ALLOW`: 규칙 허용</li><li>`DROP`: 규칙 차단</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                                   |
| `createDate`                     | Date      | Required                     | 생성 일시(YYYY-MM-DDThh:mm:ssZ)                                                                                                                                                                                                                                                                                                                                                                                           |
| `ipBlock`                        | String       | Optional                   | Network ACL Rule을 적용할 접근 소스의 IP 주소 블록                                                                                                                                                                                                                                                                                                                                                                            |
| `denyAllowGroupNo`               | String       | Optional                   | Network ACL Rule을 적용할 접근 소스의 Deny-Allow Group 번호
| `networkAclRuleType`             | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required               | Network ACL Rule 유형<ul><li>`INBND` \| `OTBND`<ul><li>`INBND`: Inbound 규칙</li><li>`OTBND`: Outbound 규칙</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                            |
| `networkAclRuleDescription`      | String       | Optional                   | Network ACL 규칙 설명                                                                                                                                                                                                                                                                                                                                                                            |
