org.jclouds.vcloud.director.v1_5.domain
Class CapacityWithUsage
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.CapacityType<CapacityWithUsage>
org.jclouds.vcloud.director.v1_5.domain.CapacityWithUsage
public class CapacityWithUsage
- extends CapacityType<CapacityWithUsage>
Represents a capacity and usage of a given resource.
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>
used
protected Long used
overhead
protected Long overhead
builder
public static CapacityWithUsage.Builder builder()
toBuilder
public CapacityWithUsage.Builder toBuilder()
- Overrides:
toBuilder in class CapacityType<CapacityWithUsage>
getUsed
public Long getUsed()
- Gets the value of the used property.
- Returns:
- possible object is
Long
getOverhead
public Long getOverhead()
- Gets the value of the overhead property.
- Returns:
- possible object is
Long
equals
public boolean equals(Object o)
- Overrides:
equals in class CapacityType<CapacityWithUsage>
hashCode
public int hashCode()
- Overrides:
hashCode in class CapacityType<CapacityWithUsage>
toString
public String toString()
- Overrides:
toString in class CapacityType<CapacityWithUsage>
Copyright © 2009-2012 jclouds. All Rights Reserved.