Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 755 Bytes

ComputeAclUpdateEntry.md

File metadata and controls

12 lines (8 loc) · 755 Bytes

Fastly::ComputeAclUpdateEntry

Properties

Name Type Description Notes
op String One of "create" or "update", indicating that the rest of this entry is to be added to/updated in the ACL. [optional]
prefix String An IP prefix defined in Classless Inter-Domain Routing (CIDR) format, i.e. a valid IP address (v4 or v6) followed by a forward slash (/) and a prefix length (0-32 or 0-128, depending on address family). [optional]
action String The action taken on the IP address, either "block" or "allow". [optional]

[Back to API list] [Back to README]