Modifier and Type | Method and Description |
---|---|
Iterable<LoadBalancerUsage> |
LoadBalancerInfo.getLoadBalancerUsage() |
Constructor and Description |
---|
LoadBalancerInfo(int id,
String name,
Iterable<LoadBalancerUsage> loadBalancerUsageRecords) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.
|
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(PaginationOptions options) |
PagedIterable<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(int loadBalancerId,
Date startTime,
Date endTime)
Historical usage data is available for up to 90 days of service activity.
|
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancerUsage>> |
ParseLoadBalancerUsages.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2013 jclouds. All Rights Reserved.