Package | Description |
---|---|
org.jclouds.openstack.nova.domain |
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.
|
Constructor and Description |
---|
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
HttpMethod verb) |
Copyright © 2009-2012 jclouds. All Rights Reserved.