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, append, append, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, join, last, limit, of, 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-2018 The Apache Software Foundation. All Rights Reserved.