While working with cloudstack and jclouds, we noticed that the volume usage record was missing a size parameter that's in the cloudstack docs, but missing from jclouds. Filed a jira ticket for this, JCLOUDS-991.
Basically just added in a size, and updated the unit test. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/845 -- Commit Summary -- * As in JCLOUDS-991 it appears size is missing as a UsageResponse parameter, particularily for Volume usages. This commit adds it into the UsageRecord class. -- File Changes -- M apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/UsageRecord.java (29) M apis/cloudstack/src/test/java/org/jclouds/cloudstack/parse/ListUsageRecordsResponseTest.java (3) -- Patch Links -- https://github.com/jclouds/jclouds/pull/845.patch https://github.com/jclouds/jclouds/pull/845.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/845