NetworkAclDenyAllowGroup
- Print
- PDF
NetworkAclDenyAllowGroup
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a network ACL's Deny-Allow group.
Syntax
The syntax is as follows.
private String networkAclDenyAllowGroupNo;
private String networkAclDenyAllowGroupName;
private CommonCode networkAclDenyAllowGroupStatus;
private String vpcNo;
private IpList ipList;
private String networkAclDenyAllowGroupDescription;
private Date createDate;
private Boolean isApplied;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
networkAclDenyAllowGroupNo | String | Required | Network ACL Deny-Allow group number
|
networkAclDenyAllowGroupName | String | Required | Network ACL's Deny-Allow group name |
networkAclDenyAllowGroupStatus | CommonCode | Required | Network ACL's Deny-Allow group status
|
vpcNo | String | Required | VPC number |
ipList | List<String> | Optional | IP list |
networkAclDenyAllowGroupDescription | String | Optional | Network ACL's Deny-Allow group description |
createDate | Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
isApplied | Boolean | Required | Whether the network ACL rule is applied
|
Was this article helpful?