Package org.jclouds.cloudstack.domain
Class UsageRecord
java.lang.Object
org.jclouds.cloudstack.domain.UsageRecord
Represents a usage record from CloudStack
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
UsageRecord.Builder<T extends UsageRecord.Builder<T>>
static enum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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, 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) -
Method Summary
-
Constructor Details
-
UsageRecord
@ConstructorProperties({"usageid","description","accountid","account","domainid","startdate","enddate","assigndate","releasedate","zoneid","virtualmachineid","name","offeringid","templateid","ipaddress","issourcenat","rawusage","usage","size","type","usagetype","project","projectid","domain","virtualsize","cpunumber","cpuspeed","memory","issystem","networkid","isdefault","tags"}) protected UsageRecord(String id, @Nullable String description, @Nullable String accountId, @Nullable String accountName, @Nullable String domainId, @Nullable Date startDate, @Nullable Date endDate, @Nullable Date assignDate, @Nullable String releaseDate, @Nullable String zoneId, @Nullable String virtualMachineId, @Nullable String virtualMachineName, @Nullable String serviceOfferingId, @Nullable String templateId, @Nullable String ipAddress, @Nullable Boolean isSourceNAT, double rawUsageHours, @Nullable String usage, @Nullable Long size, @Nullable String type, @Nullable UsageRecord.UsageType usageType, @Nullable String project, @Nullable String projectId, @Nullable String domain, @Nullable Long virtualSize, @Nullable Long cpuNumber, @Nullable Long cpuSpeed, @Nullable Long memory, @Nullable Boolean isSystem, @Nullable String networkId, @Nullable Boolean isDefault, @Nullable Set<Tag> tags)
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getDescription
-
getAccountId
-
getAccountName
-
getDomainId
-
getStartDate
-
getEndDate
-
getAssignDate
-
getReleaseDate
-
getZoneId
-
getVirtualMachineId
-
getVirtualMachineName
-
getServiceOfferingId
-
getTemplateId
-
getIpAddress
-
isSourceNAT
-
getRawUsageHours
public double getRawUsageHours() -
getUsage
-
getSize
-
getType
-
getUsageType
-
getProject
-
getProjectId
-
getDomain
-
getVirtualSize
-
getCpuNumber
-
getCpuSpeed
-
getMemory
-
isSystem
-
getNetworkId
-
isDefault
-
getTags
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-