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;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
networkAclNo |
String | Required | Network ACL number |
priority |
Integer | Required | Priority
|
protocolType |
CommonCode | Required | Protocol type
|
portRange |
String | Optional | Port range
|
ruleAction |
CommonCode | Required | Network ACL rule action type
|
createDate |
Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
ipBlock |
String | Optional | IP address block of the access source to apply the network ACL rule |
denyAllowGroupNo |
String | Optional | Deny-Allow group number of the access source to apply the network ACL rule |
networkAclRuleType |
CommonCode | Required | Network ACL rule type
|
networkAclRuleDescription |
String | Optional | Network ACL rule description |