Add some more capacity types, following information received from Citrix

This commit is contained in:
Richard Downer 2011-12-07 15:10:19 +02:00
parent f511f0e3dc
commit 7038aa4641
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;