Modifier and Type | Method and Description |
---|---|
PagedIterable<Object> |
Fallbacks.EmptyPagedIterableOnNotFoundOr404.createOrPropagate(Throwable t) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Object>> |
Fallbacks.EmptyPagedIterableOnNotFoundOr404.create(Throwable t) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Metric> |
MetricApi.list() |
PagedIterable<Alarm> |
AlarmApi.list()
Return all alarms.
|
PagedIterable<Alarm> |
AlarmApi.list(ListAlarmsOptions options)
Return all alarms based on the options query
|
PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory()
Return all history for all alarms.
|
PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory(ListAlarmHistoryOptions options)
Return all history based on the options query
|
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)
Deprecated.
|
static <T> PagedIterable<T> |
PagedIterables.onlyPage(IterableWithMarker<T> only) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
Deprecated.
|
PagedIterable<T> |
ArgsToPagedIterable.apply(IterableWithMarker<T> input) |
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 |
---|---|
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<Queue> |
QueueApi.list(boolean detailed)
Lists the queues.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends ReferenceWithName> |
RouterApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
RouterApi.list(PaginationOptions options) |
PagedIterable<? extends Router> |
RouterApi.listInDetail()
Returns all routers currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Router> |
RouterApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends ReferenceWithName> |
SubnetApi.list()
Returns the list of all subnets currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
PortApi.list()
Returns the list of all ports currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
NetworkApi.list()
Returns the list of all networks currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
SubnetApi.list(PaginationOptions options) |
PagedIterable<? extends ReferenceWithName> |
PortApi.list(PaginationOptions options) |
PagedIterable<? extends ReferenceWithName> |
NetworkApi.list(PaginationOptions options) |
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail()
Returns all subnets currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Port> |
PortApi.listInDetail()
Returns the set of ports currently defined in Neutron for the requested network.
|
PagedIterable<? extends Network> |
NetworkApi.listInDetail()
Returns all networks currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail(PaginationOptions options) |
PagedIterable<? extends Port> |
PortApi.listInDetail(PaginationOptions options) |
PagedIterable<? extends Network> |
NetworkApi.listInDetail(PaginationOptions options) |
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<RecordDetail> |
RecordApi.list()
This call lists all records configured for the specified domain.
|
PagedIterable<Domain> |
DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PagedIterable<RecordDetail> |
ReverseDNSApi.list(URI deviceURI)
List all of the Reverse DNS (PTR) records for a device.
|
PagedIterable<RecordDetail> |
RecordApi.listByNameAndType(String nameFilter,
String typeFilter)
RecordDetails filtered by name and type.
|
PagedIterable<RecordDetail> |
RecordApi.listByType(String typeFilter)
RecordDetails filtered by type.
|
PagedIterable<RecordDetail> |
RecordApi.listByTypeAndData(String typeFilter,
String dataFilter)
RecordDetails filtered by type and data.
|
PagedIterable<Subdomain> |
DomainApi.listSubdomains(int domainId)
List the subdomains of a domain.
|
PagedIterable<Domain> |
DomainApi.listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<Node> |
NodeApi.list()
List the nodes.
|
PagedIterable<LoadBalancer> |
LoadBalancerApi.list()
List the load balancers.
|
PagedIterable<LoadBalancer> |
ReportApi.listBillableLoadBalancers(Date startTime,
Date endTime)
List billable load balancers for the given date range.
|
PagedIterable<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.
|
PagedIterable<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(int loadBalancerId,
Date startTime,
Date endTime)
Historical usage data is available for up to 90 days of service activity.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<ResourceRecordSet> |
ResourceRecordSetApi.list()
returns all resource record sets in order.
|
PagedIterable<HostedZone> |
HostedZoneApi.list()
returns all zones in order.
|
Modifier and Type | Method and Description |
---|---|
static PagedIterable<ObjectMetadata> |
S3.listBucket(S3Client s3Client,
String bucket,
ListBucketOptions options)
List all objects in a bucket, in a way that manages pagination, based on
the criteria in the
ListBucketOptions passed in. |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.