MENU
      NetworkAclRule

        NetworkAclRule


        Article summary

        Available in VPC

        This is a network ACL rule.

        Syntax

        The syntax is as follows.

        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;
        Java

        Field

        The following describes the fields.

        FieldTypeRequiredDescription
        networkAclNoStringRequiredNetwork ACL number
        priorityIntegerRequiredPriority
        • 0 - 199
        protocolTypeCommonCodeRequiredProtocol type
        • TCP | UDP | ICMP
        portRangeStringOptionalPort range
        • 1 - 65535
        • Single port
          • <Example> 22
        ruleActionCommonCodeRequiredNetwork ACL rule action type
        • ALLOW | DROP
          • ALLOW: allow rules
          • DROP: block rules
        createDateDateRequiredCreation date and time (YYYY-MM-DDThh:mm:ssZ)
        ipBlockStringOptionalIP address block of the access source to apply the network ACL rule
        denyAllowGroupNoStringOptionalDeny-Allow group number of the access source to apply the network ACL rule
        networkAclRuleTypeCommonCodeRequiredNetwork ACL rule type
        • INBND | OTBND
          • INBND: inbound rule
          • OTBND: outbound rule
        networkAclRuleDescriptionStringOptionalNetwork ACL rule description

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.