DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
NetworkACLList will be introduced to manage NetworkACLs (NetworkACLItems).
ACL is Access Control List. So ACL container is kind of redundant. Instead we use the below terminology:
NetworkACLItem - Individual ACL Entry (was NetworlACL earlier). Should we call it NetworkAclEntry instead?
NetworkACL - Group of Network ACL Items. API will use the term NetworkACLList to differentiate from the existing NetworkACL APIs
NetworkACLNetworkACLList is a numbered list of NetworkACLItems that are evaluated in order, starting with the lowest numbered rule, to determine whether traffic is allowed in or out of any tier associated with the network ACL.
...
NetworkACLItems can be added or removed from the NetworkACL using APIs createNetworkACL createNetworkACLItem and removeNetworkACL deleteNetworkACLItem APIs.
Creating Tier with default acl and assigning a custom acl aterlater
...
createNetworkAclItem (Aliased to createNetworkAcl createNetworkACL)
Adds a networkACLItem to the specified ACL.
...
For backward compatibility, if network_id is specified instead of acl_id, networkACLItem will added to the ACL assigned to the network.
deleteNetworkACLItem (Aliased to removeNetworkACL)
Deletes specifed network acl item from network ACL. No changes to the params.
createNetwork
In VPC case, createNetwork is used to create a tier within VPC. Tier can be associated with a ACL during creation. If acl_id is not specified default ACL will be used.
...
createNetworkAclList
Created Creates network ACL container
Parameters:
...
Response:
...