mirror of https://github.com/apache/jclouds.git
Merge pull request #225 from richardcloudsoft/cloudstack-capacity
Add some more capacity types, following information received from Citrix
This commit is contained in:
commit
74bd2cd4ce
|
@ -102,6 +102,9 @@ public class Capacity implements Comparable<Capacity> {
|
||||||
PUBLIC_IP_ADDRESSES(4),
|
PUBLIC_IP_ADDRESSES(4),
|
||||||
PRIVATE_IP_ADDRESSES(5),
|
PRIVATE_IP_ADDRESSES(5),
|
||||||
SECONDARY_STORAGE_USED_BYTES(6),
|
SECONDARY_STORAGE_USED_BYTES(6),
|
||||||
|
VLANS(7),
|
||||||
|
DIRECT_ATTACHED_PUBLIC_IP_ADDRESSES(8),
|
||||||
|
LOCAL_STORAGE_USED_BYTES(9),
|
||||||
UNRECOGNIZED(Integer.MAX_VALUE);
|
UNRECOGNIZED(Integer.MAX_VALUE);
|
||||||
|
|
||||||
private int code;
|
private int code;
|
||||||
|
|
Loading…
Reference in New Issue