Uses of Class
org.jclouds.googlecomputeengine.domain.Quota

Packages that use Quota
org.jclouds.googlecomputeengine.domain   
 

Uses of Quota in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Quota
 Quota Quota.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Quota
 Set<Quota> Region.getQuotas()
           
 Set<Quota> Project.getQuotas()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Quota
 Quota.Builder Quota.Builder.fromQuota(Quota quota)
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Quota
 Region.Builder Region.Builder.quotas(Set<Quota> quotas)
           
 Project.Builder Project.Builder.quotas(Set<Quota> quotas)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Quota
Project(String id, Date creationTimestamp, URI selfLink, String name, String description, Metadata commonInstanceMetadata, Set<Quota> quotas, Set<String> externalIpAddresses)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.