public static class Quota
extends java.lang.Object
This class represents a set of quotas for a given quota root.
Each quota root has a set of resources, represented by the
Quota.Resource class. Each resource has a name
(for example, "STORAGE"), a current usage, and a usage limit.
See RFC 2087.