public class CapacityWithUsage extends CapacityType<CapacityWithUsage>
Java class for CapacityWithUsage complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CapacityWithUsage">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}CapacityType">
       <sequence>
         <element name="Used" type="{http://www.w3.org/2001/XMLSchema}Long" minOccurs="0"/>
         <element name="Overhead" type="{http://www.w3.org/2001/XMLSchema}Long" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
CapacityWithUsage.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Long | 
overhead  | 
protected Long | 
used  | 
allocated, limit, units| Modifier and Type | Method and Description | 
|---|---|
static CapacityWithUsage.Builder | 
builder()  | 
boolean | 
equals(Object o)  | 
Long | 
getOverhead()
Gets the value of the overhead property. 
 | 
Long | 
getUsed()
Gets the value of the used property. 
 | 
int | 
hashCode()  | 
CapacityWithUsage.Builder | 
toBuilder()  | 
String | 
toString()  | 
getAllocated, getLimit, getUnitspublic static CapacityWithUsage.Builder builder()
public CapacityWithUsage.Builder toBuilder()
toBuilder in class CapacityType<CapacityWithUsage>public Long getOverhead()
Longpublic boolean equals(Object o)
equals in class CapacityType<CapacityWithUsage>public int hashCode()
hashCode in class CapacityType<CapacityWithUsage>public String toString()
toString in class CapacityType<CapacityWithUsage>Copyright © 2009-2013 jclouds. All Rights Reserved.