Merge pull request #225 from richardcloudsoft/cloudstack-capacity

Add some more capacity types, following information received from Citrix
This commit is contained in:
Jason King 2011-12-07 05:52:27 -08:00
commit 74bd2cd4ce
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ public class Capacity implements Comparable<Capacity> {
PUBLIC_IP_ADDRESSES(4),
PRIVATE_IP_ADDRESSES(5),
SECONDARY_STORAGE_USED_BYTES(6),
VLANS(7),
DIRECT_ATTACHED_PUBLIC_IP_ADDRESSES(8),
LOCAL_STORAGE_USED_BYTES(9),
UNRECOGNIZED(Integer.MAX_VALUE);
private int code;