Class HealthMonitors
- java.lang.Object
-
- com.google.common.collect.FluentIterable<T>
-
- org.jclouds.collect.IterableWithMarker<T>
-
- org.jclouds.openstack.v2_0.domain.PaginatedCollection<HealthMonitor>
-
- org.jclouds.openstack.neutron.v2.domain.lbaas.v1.HealthMonitors
-
- All Implemented Interfaces:
Iterable<HealthMonitor>
public class HealthMonitors extends PaginatedCollection<HealthMonitor>
A collection of Neutron LBaaS v1 HealthMonitors.
-
-
Field Summary
Fields Modifier and Type Field Description static HealthMonitors
EMPTY
-
Constructor Summary
Constructors Modifier Constructor Description protected
HealthMonitors(Iterable<HealthMonitor> healthMonitors, Iterable<Link> healthMonitorsLinks)
-
Method Summary
-
Methods inherited from class org.jclouds.openstack.v2_0.domain.PaginatedCollection
getLinks, getTotalEntries, iterator, nextMarker, nextPaginationOptions
-
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
EMPTY
public static final HealthMonitors EMPTY
-
-
Constructor Detail
-
HealthMonitors
@ConstructorProperties({"health_monitors","health_monitors_links"}) protected HealthMonitors(Iterable<HealthMonitor> healthMonitors, Iterable<Link> healthMonitorsLinks)
-
-