ncloud_remove_network_acl_inbound
Remove an inbound Network ACL rule by specifying its priority, protocol, and action. Requires confirm=true to execute.
Instructions
⚠️ Destructive: Remove an inbound rule from a Network ACL. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| ipBlock | No | IP block in CIDR format | |
| priority | Yes | Rule priority to remove | |
| portRange | No | Port range (e.g., 80, 1-65535) | |
| networkAclNo | Yes | Network ACL number | |
| ruleActionCode | Yes | Rule action (ALLOW or DROP) | |
| denyAllowGroupNo | No | Deny-Allow Group number | |
| protocolTypeCode | Yes | Protocol type code (TCP, UDP, ICMP) |