commit | 76e177bbdb2ca545de763e28a9335031630f6323 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Feb 16 16:53:00 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:37 2015 +0200 |
tree | 4ecf4b6360c66475767fbc43556c5a7bd70031d7 | |
parent | 4ec6afe05992d1410bc289f313c7f6fddd2f5ba8 [diff] |
Add usage field
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go index 33c68c1..ae3b9e0 100644 --- a/openstack/db/v1/instances/results.go +++ b/openstack/db/v1/instances/results.go
@@ -20,6 +20,8 @@ type Volume struct { // The size in GB of the volume Size int + + Used float64 } // Instance represents a remote MySQL instance.