Modifier and Type | Method and Description |
---|---|
PagedIterable<Metric> |
MetricApi.list() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> |
MetricAsyncApi.list() |
Modifier and Type | Field and Description |
---|---|
static PagedIterable |
PagedIterables.EMPTY |
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> PagedIterable<T> |
PagedIterables.of(IterableWithMarker<T> only) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<LoadBalancer> |
LoadBalancerApi.list()
Lists the loadBalancers all load balancers
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> |
LoadBalancerAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<User> |
UserApi.list()
Lists the users that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
UserAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends Image> |
ImageApi.list()
List all images (IDs, names, links)
|
PagedIterable<? extends ImageDetails> |
ImageApi.listInDetail()
List all images (all details)
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends ImageDetails>> |
ImageAsyncApi.listInDetail() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends User> |
UserApi.list()
Retrieve the list of users
NOTE: this method is not in API documentation for keystone, but does work
|
PagedIterable<? extends Tenant> |
TenantApi.list()
The operation returns a list of tenants which the current token provides access to.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> |
UserAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> |
TenantAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends Resource> |
ServerApi.list()
List all servers (IDs, names, links)
|
PagedIterable<? extends Resource> |
ImageApi.list()
List all images (IDs, names, links)
|
PagedIterable<? extends Resource> |
FlavorApi.list()
List all flavors (IDs, names, links)
|
PagedIterable<? extends Server> |
ServerApi.listInDetail()
List all servers (all details)
|
PagedIterable<? extends Image> |
ImageApi.listInDetail()
List all images (all details)
|
PagedIterable<? extends Flavor> |
FlavorApi.listInDetail()
List all flavors (all details)
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ServerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ImageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
FlavorAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> |
ServerAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> |
FlavorAsyncApi.listInDetail() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Node> |
NodeApi.list() |
PagedIterable<LoadBalancer> |
LoadBalancerApi.list() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Node>> |
NodeAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> |
LoadBalancerAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<SubnetGroup> |
SubnetGroupApi.list()
Returns a list of
SubnetGroup s. |
PagedIterable<SecurityGroup> |
SecurityGroupApi.list()
Returns a list of
SecurityGroup s. |
PagedIterable<Instance> |
InstanceApi.list()
Returns information about provisioned RDS instances.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> |
SubnetGroupAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SecurityGroup>> |
SecurityGroupAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Instance>> |
InstanceAsyncApi.list() |
Copyright © 2009-2013 jclouds. All Rights Reserved.