Class Rules
java.lang.Object
com.google.common.collect.FluentIterable<Rule>
org.jclouds.collect.IterableWithMarker<Rule>
org.jclouds.openstack.v2_0.domain.PaginatedCollection<Rule>
org.jclouds.openstack.neutron.v2.domain.Rules
A collection of Networks
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 Details
-
EMPTY
-
-
Constructor Details
-
Rules
@ConstructorProperties({"security_group_rules","security_group_rules_links"}) protected Rules(Iterable<Rule> securityGroups, Iterable<Link> securityGroupRulesLinks)
-