You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/lb/v1/lb_sdk.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1577,6 +1577,9 @@ type ACLMatch struct {
1577
1577
// IPSubnet: list of IPs or CIDR v4/v6 addresses to filter for from the client side.
1578
1578
IPSubnet []*string`json:"ip_subnet"`
1579
1579
1580
+
// IPsEdgeServices: defines whether Edge Services IPs should be matched.
1581
+
IPsEdgeServicesbool`json:"ips_edge_services"`
1582
+
1580
1583
// HTTPFilter: type of HTTP filter to match. Extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part). Defines where to filter for the http_filter_value. Only supported for HTTP backends.
0 commit comments