public static class Quota.Resource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
limit
The limit value for this resource.
|
java.lang.String |
name
The resource name.
|
long |
usage
The current resource usage.
|
Constructor and Description |
---|
Quota.Resource(java.lang.String name,
long usage,
long limit)
Construct a Resource object from the given name and usage/limit
information.
|