public static class Quota.Resource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
limit
The usage limit for the 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)
Constructor.
|