public class FloatingIPs extends PaginatedCollection<FloatingIP>
Modifier and Type | Field and Description |
---|---|
static FloatingIPs |
EMPTY |
Modifier | Constructor and Description |
---|---|
protected |
FloatingIPs(Iterable<FloatingIP> floatingIPs,
Iterable<Link> floatingIPsLinks) |
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 FloatingIPs EMPTY
@ConstructorProperties(value={"floatingips","floatingips_links"}) protected FloatingIPs(Iterable<FloatingIP> floatingIPs, Iterable<Link> floatingIPsLinks)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.