Package | Description |
---|---|
org.jclouds.cloudservers.domain |
Modifier and Type | Field and Description |
---|---|
protected RateLimitUnit |
RateLimit.Builder.unit |
Modifier and Type | Method and Description |
---|---|
static RateLimitUnit |
RateLimitUnit.fromValue(String v) |
RateLimitUnit |
RateLimit.getUnit() |
static RateLimitUnit |
RateLimitUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimitUnit[] |
RateLimitUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
RateLimit.Builder.unit(RateLimitUnit unit) |
Constructor and Description |
---|
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
String verb) |
Copyright © 2009-2013 jclouds. All Rights Reserved.