org.jclouds.vcloud.director.v1_5.domain.dmtf
Class RasdItem.Builder<B extends RasdItem.Builder<B>>

java.lang.Object
  extended by org.jclouds.dmtf.cim.ResourceAllocationSettingData.Builder<RasdItem.Builder<B>>
      extended by org.jclouds.vcloud.director.v1_5.domain.dmtf.RasdItem.Builder<B>
Enclosing class:
RasdItem

public static class RasdItem.Builder<B extends RasdItem.Builder<B>>
extends org.jclouds.dmtf.cim.ResourceAllocationSettingData.Builder<RasdItem.Builder<B>>


Constructor Summary
RasdItem.Builder()
           
 
Method Summary
 RasdItem build()
           
 B fromRasdItem(RasdItem in)
           
 B href(URI href)
           
 B link(Link link)
           
 B links(Set<Link> links)
           
protected  B self()
           
 B type(String type)
           
 
Methods inherited from class org.jclouds.dmtf.cim.ResourceAllocationSettingData.Builder
address, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, caption, connection, connections, consumerVisibility, description, elementName, fromResourceAllocationSettingData, hostResource, hostResources, instanceID, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasdItem.Builder

public RasdItem.Builder()
Method Detail

self

protected B self()
Overrides:
self in class org.jclouds.dmtf.cim.ResourceAllocationSettingData.Builder<RasdItem.Builder<B extends RasdItem.Builder<B>>>

type

public B type(String type)
See Also:
ResourceAllocationSettingData#getType()

href

public B href(URI href)
See Also:
ResourceAllocationSettingData#getHref()

links

public B links(Set<Link> links)
See Also:
ResourceAllocationSettingData#getLinks()

link

public B link(Link link)
See Also:
ResourceAllocationSettingData#getLinks()

build

public RasdItem build()
Overrides:
build in class org.jclouds.dmtf.cim.ResourceAllocationSettingData.Builder<RasdItem.Builder<B extends RasdItem.Builder<B>>>

fromRasdItem

public B fromRasdItem(RasdItem in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.