NetworkAcl
- Print
- PDF
NetworkAcl
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
It describes the network ACL.
Syntax
The syntax is as follows.
private String networkAclNo;
private String networkAclName;
private String vpcNo;
private CommonCode networkAclStatus;
private String networkAclDescription;
private Date createDate;
private Boolean isDefault;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
networkAclNo | String | Required | Network ACL number
|
networkAclName | String | Required | Network ACL name |
vpcNo | String | Required | VPC number |
networkAclStatus | CommonCode | Required | Network ACL status
|
networkAclDescription | String | Optional | Network ACL description |
createDate | Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
isDefault | Boolean | Required | VPC's default Network ACL status
|
Was this article helpful?