public class ComputeCapacity extends Object
Java class for ComputeCapacity complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ComputeCapacity">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
       <sequence>
         <element name="Cpu" type="{http://www.vmware.com/vcloud/v1.5}CapacityWithUsageType"/>
         <element name="Memory" type="{http://www.vmware.com/vcloud/v1.5}CapacityWithUsageType"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
ComputeCapacity.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected CapacityWithUsage | 
cpu  | 
protected CapacityWithUsage | 
memory  | 
| Modifier and Type | Method and Description | 
|---|---|
static ComputeCapacity.Builder | 
builder()  | 
boolean | 
equals(Object o)  | 
CapacityWithUsage | 
getCpu()
Gets the value of the cpu property. 
 | 
CapacityWithUsage | 
getMemory()
Gets the value of the memory property. 
 | 
int | 
hashCode()  | 
ComputeCapacity.Builder | 
toBuilder()  | 
String | 
toString()  | 
protected CapacityWithUsage cpu
protected CapacityWithUsage memory
public static ComputeCapacity.Builder builder()
public ComputeCapacity.Builder toBuilder()
public CapacityWithUsage getCpu()
CapacityWithUsagepublic CapacityWithUsage getMemory()
CapacityWithUsageCopyright © 2009-2013 jclouds. All Rights Reserved.