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