org.jclouds.vcloud.director.v1_5.domain
Class CapacityWithUsage.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.CapacityType.Builder<CapacityWithUsage>
      extended by org.jclouds.vcloud.director.v1_5.domain.CapacityWithUsage.Builder
Enclosing class:
CapacityWithUsage

public static class CapacityWithUsage.Builder
extends CapacityType.Builder<CapacityWithUsage>


Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.CapacityType.Builder
allocated, limit, units
 
Constructor Summary
CapacityWithUsage.Builder()
           
 
Method Summary
 CapacityWithUsage.Builder allocated(Long allocated)
           
 CapacityWithUsage build()
           
 CapacityWithUsage.Builder fromCapacityType(CapacityType<CapacityWithUsage> in)
           
 CapacityWithUsage.Builder fromCapacityWithUsage(CapacityWithUsage in)
           
 CapacityWithUsage.Builder limit(Long limit)
           
 CapacityWithUsage.Builder overhead(Long overhead)
           
 CapacityWithUsage.Builder units(String units)
           
 CapacityWithUsage.Builder used(Long used)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapacityWithUsage.Builder

public CapacityWithUsage.Builder()
Method Detail

used

public CapacityWithUsage.Builder used(Long used)
See Also:
CapacityWithUsage.getUsed()

overhead

public CapacityWithUsage.Builder overhead(Long overhead)
See Also:
CapacityWithUsage.getOverhead()

build

public CapacityWithUsage build()
Overrides:
build in class CapacityType.Builder<CapacityWithUsage>

units

public CapacityWithUsage.Builder units(String units)
Overrides:
units in class CapacityType.Builder<CapacityWithUsage>
See Also:
CapacityType.getUnits()

allocated

public CapacityWithUsage.Builder allocated(Long allocated)
Overrides:
allocated in class CapacityType.Builder<CapacityWithUsage>
See Also:
CapacityType.getAllocated()

limit

public CapacityWithUsage.Builder limit(Long limit)
Overrides:
limit in class CapacityType.Builder<CapacityWithUsage>
See Also:
CapacityType.getLimit()

fromCapacityType

public CapacityWithUsage.Builder fromCapacityType(CapacityType<CapacityWithUsage> in)
Overrides:
fromCapacityType in class CapacityType.Builder<CapacityWithUsage>

fromCapacityWithUsage

public CapacityWithUsage.Builder fromCapacityWithUsage(CapacityWithUsage in)


Copyright © 2009-2012 jclouds. All Rights Reserved.