java.lang.Object
org.jclouds.googlecomputeengine.domain.Quota

public abstract class Quota extends Object
Quotas assigned to a given project or region.
  • Method Details

    • metric

      @Nullable public abstract String metric()
    • usage

      public abstract double usage()
    • limit

      public abstract double limit()
    • create

      public static Quota create(String metric, double usage, double limit)