public class FirewallPolicies extends PaginatedCollection<FirewallPolicy>
Modifier and Type | Field and Description |
---|---|
static FirewallPolicies |
EMPTY |
Modifier | Constructor and Description |
---|---|
protected |
FirewallPolicies(Iterable<FirewallPolicy> firewallPolicies,
Iterable<Link> firewallPoliciesLinks) |
getLinks, getTotalEntries, iterator, nextMarker, nextPaginationOptions
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
public static final FirewallPolicies EMPTY
@ConstructorProperties(value={"firewall_policies","firewall_policies_links"}) protected FirewallPolicies(Iterable<FirewallPolicy> firewallPolicies, Iterable<Link> firewallPoliciesLinks)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.