Uses of Class
org.jclouds.cloudstack.domain.UsageRecord.UsageType

Packages that use UsageRecord.UsageType
org.jclouds.cloudstack.domain   
 

Uses of UsageRecord.UsageType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return UsageRecord.UsageType
static UsageRecord.UsageType UsageRecord.UsageType.fromValue(String usageType)
           
 UsageRecord.UsageType UsageRecord.getUsageType()
           
static UsageRecord.UsageType UsageRecord.UsageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UsageRecord.UsageType[] UsageRecord.UsageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type UsageRecord.UsageType
 UsageRecord.Builder UsageRecord.Builder.usageType(UsageRecord.UsageType usageType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type UsageRecord.UsageType
UsageRecord(long id, String description, long accountId, String accountName, long domainId, Date startDate, Date endDate, Date assignDate, long releaseDate, long zoneId, long virtualMachineId, String virtualMachineName, long serviceOfferingId, long templateId, String ipAddress, boolean sourceNAT, double rawUsageHours, String usage, String type, UsageRecord.UsageType usageType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.