public class Capacity extends Object
| Constructor and Description | 
|---|
Capacity(String units,
        long allocated,
        long limit,
        int used,
        long overhead)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
long | 
getAllocated()  | 
long | 
getLimit()  | 
long | 
getOverhead()
number of Units allocated to vShield Manager virtual machines provisioned from this vDC. 
 | 
String | 
getUnits()  | 
int | 
getUsed()
percentage of the allocation in use. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public Capacity(String units, long allocated, long limit, int used, long overhead)
public String getUnits()
public long getAllocated()
public long getLimit()
public int getUsed()
public long getOverhead()
Copyright © 2009-2013 jclouds. All Rights Reserved.