Versions Compared

Key

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

...

createNetworkAclItem (Aliased to createNetworkACL) - async

Adds a networkACLItem to the specified ACL.

...

deleteNetworkACLItem (Aliased to removeNetworkACL) - async

Deletes specifed network acl item from network ACL. No changes to the params.

...

updateNetworkACLItem (aliased to updateNetworkACL) - async

Updates an existing NetworkACLItem

...

  • id (required) - Id of the network ACL Item
  • trafficType (optional) - can be ingress/egress (defaulted to ingress if not specified)
  • cidrlist (optional) - List of the coma separated CIDRs for the rule. If not specified, defaulted to 0.0.0.0/0
  • startPort (optional)
  • endPort (optional)
  • protocol (optional). TCP/UDP/ICMP protocol types are supported
  • icmpType (optional) - type of the icmp message being sent
  • icmpCode (optional) - error code for this icmp message
  • action (optional) - allow/deny
  • number (optional) - rule number

createNetworkAclList - sync

Creates network ACL

Parameters:

...

  • name - Name of the Network Acl Container
  • id - uuid of the Network Acl Container
  • description - Description of the Network ACL Container
  • vpc_id - VPC Id

deleteNetworkAclList - sync

Deletes network ACL. If the container is assigned to any network, deletion will fail. ACL should not contain any ACLItems for deletion to succeed.

...

  • success - True if Network ACL is successfully removed, false otherwise

listNetworkAclList - sync

ACLs can be listed by id or tier

...

  • List of network ACL

replaceNetworkACLList - async

Assigns specified ACL to a tier (network)

...