|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RateLimitUnit | |
---|---|
org.jclouds.cloudservers.domain |
Uses of RateLimitUnit in org.jclouds.cloudservers.domain |
---|
Methods in org.jclouds.cloudservers.domain that return RateLimitUnit | |
---|---|
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. |
Constructors in org.jclouds.cloudservers.domain with parameters of type RateLimitUnit | |
---|---|
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
String verb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |