Uses of Enum Class
org.jclouds.cloudstack.domain.UsageRecord.UsageType
Packages that use UsageRecord.UsageType
-
Uses of UsageRecord.UsageType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as UsageRecord.UsageTypeMethods in org.jclouds.cloudstack.domain that return UsageRecord.UsageTypeModifier and TypeMethodDescriptionstatic UsageRecord.UsageTypeUsageRecord.getUsageType()static UsageRecord.UsageTypeReturns the enum constant of this class with the specified name.static UsageRecord.UsageType[]UsageRecord.UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type UsageRecord.UsageTypeConstructors in org.jclouds.cloudstack.domain with parameters of type UsageRecord.UsageTypeModifierConstructorDescriptionprotectedUsageRecord(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, Long size, String type, UsageRecord.UsageType usageType, String project, String projectId, String domain, Long virtualSize, Long cpuNumber, Long cpuSpeed, Long memory, Boolean isSystem, String networkId, Boolean isDefault, Set<Tag> tags)