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
 

Fields in org.jclouds.cloudstack.domain declared as UsageRecord.UsageType
protected  UsageRecord.UsageType UsageRecord.Builder.usageType
           
 

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
 T UsageRecord.Builder.usageType(UsageRecord.UsageType usageType)
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.