Class Quota
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Quota
-
public abstract class Quota extends Object
Quotas assigned to a given project or region.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Quota
create(String metric, double usage, double limit)
abstract double
limit()
abstract String
metric()
abstract double
usage()
-