Uses of Class
org.jclouds.googlecomputeengine.domain.Quota
-
Packages that use Quota Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Quota in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Quota Modifier and Type Method Description static Quota
Quota. create(String metric, double usage, double limit)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Quota Modifier and Type Method Description abstract List<Quota>
Project. quotas()
abstract List<Quota>
Region. quotas()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Quota Modifier and Type Method Description static Project
Project. create(String id, URI selfLink, String name, String description, Metadata commonInstanceMetadata, List<Quota> quotas, List<String> externalIpAddresses, Date creationTimestamp, Project.UsageExportLocation usageExportLocation)
-