public class FirewallRules extends PaginatedCollection<FirewallRule>
Modifier and Type | Field and Description |
---|---|
static FirewallRules |
EMPTY |
Modifier | Constructor and Description |
---|---|
protected |
FirewallRules(Iterable<FirewallRule> firewallRules,
Iterable<Link> firewallRulesLinks) |
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 FirewallRules EMPTY
@ConstructorProperties(value={"firewall_rules","firewall_rules_links"}) protected FirewallRules(Iterable<FirewallRule> firewallRules, Iterable<Link> firewallRulesLinks)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.