Apache CloudStack 4.20.0.0 Root Admin API Reference
createNetworkACLList
Creates a network ACL. If no VPC is given, then it creates a global ACL that can be used by everyone.
Request parameters
Parameter Name | Description | Required |
name | Name of the network ACL list | true |
description | Description of the network ACL list | false |
fordisplay | an optional field, whether to the display the list to the end user or not | false |
vpcid | ID of the VPC associated with this network ACL list | false |
Response Tags
Response Name | Description |
id | the ID of the ACL |
description | Description of the ACL |
fordisplay | is ACL for display to the regular user |
name | the Name of the ACL |
vpcid | Id of the VPC this ACL is associated with |
vpcname | Name of the VPC this ACL is associated with |