ncloud_add_network_acl_outbound
Add an outbound rule to a Naver Cloud Platform Network ACL by specifying priority, protocol, IP block or Deny-Allow Group, and action (ALLOW or DROP).
Instructions
Add an outbound rule to a Network ACL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipBlock | No | IP block in CIDR format (e.g., 0.0.0.0/0) | |
| priority | Yes | Rule priority (1-199) | |
| portRange | No | Port range (e.g., 80, 1-65535) | |
| networkAclNo | Yes | Network ACL number | |
| ruleActionCode | Yes | Rule action (ALLOW or DROP) | |
| ruleDescription | No | Description for the rule | |
| denyAllowGroupNo | No | Deny-Allow Group number (alternative to ipBlock) | |
| protocolTypeCode | Yes | Protocol type code (TCP, UDP, ICMP) |