Uses of Class
org.jclouds.gogrid.domain.BillingToken

Packages that use BillingToken
org.jclouds.gogrid.domain   
 

Uses of BillingToken in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return types with arguments of type BillingToken
 Set<BillingToken> ServerImage.getBillingTokens()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type BillingToken
 int BillingToken.compareTo(BillingToken o)
           
 

Constructor parameters in org.jclouds.gogrid.domain with type arguments of type BillingToken
ServerImage(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean active, boolean aPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.