Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NetworkACLItems can be added or removed from the NetworkACL using APIs createNetworkACLItem and deleteNetworkACLItem APIs. Changes to ACL (add/update/remove aclItems) will be applied to all associated networks.

DefaultNetworkACL

Tier will be associated with default network acl when no ACL is associated. Default network ACL cannot be removed or modified. Contents of default network ACL:

...

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. Network creation with acl_id will fail if ACL service is not present.

New parameters

  • acl_id (optional) - id of the network ACL. Default NetworkACL will be used when not specified. 

...

  • id - uuid of the Network Acl (optional)
  • network_id - list by network_id (Tier) (optional)
  • vpc_id - list ACLs associated with specified vpc (optional)
  • acl_item_id: List ACL containing specified acl_item_id

Response:

  • List of network ACLACLs

replaceNetworkACLList - async

...