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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity.Builder<B>
          extended by org.jclouds.vcloud.director.v1_5.domain.ResourceEntity.Builder<B>
              extended by org.jclouds.vcloud.director.v1_5.domain.AbstractVAppType.Builder<B>
Direct Known Subclasses:
VApp.Builder, Vm.Builder
Enclosing class:
AbstractVAppType

public abstract static class AbstractVAppType.Builder<B extends AbstractVAppType.Builder<B>>
extends ResourceEntity.Builder<B>


Constructor Summary
AbstractVAppType.Builder()
           
 
Method Summary
 B deployed()
           
 B fromAbstractVAppType(AbstractVAppType in)
           
 B isDeployed(Boolean deployed)
           
 B notDeployed()
           
 B parent(Reference vAppParent)
           
 B section(org.jclouds.dmtf.ovf.SectionType section)
           
 B sections(Iterable<? extends org.jclouds.dmtf.ovf.SectionType> sections)
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.ResourceEntity.Builder
files, fromResourceEntityType, status, status
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity.Builder
build, description, fromEntityType, id, name, task, tasks
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource.Builder
fromResource, href, link, links, self, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVAppType.Builder

public AbstractVAppType.Builder()
Method Detail

isDeployed

public B isDeployed(Boolean deployed)
See Also:
AbstractVAppType.isDeployed()

deployed

public B deployed()
See Also:
AbstractVAppType.isDeployed()

notDeployed

public B notDeployed()
See Also:
AbstractVAppType.isDeployed()

parent

public B parent(Reference vAppParent)
See Also:
AbstractVAppType.getVAppParent()

sections

public B sections(Iterable<? extends org.jclouds.dmtf.ovf.SectionType> sections)
See Also:
AbstractVAppType.getSections()

section

public B section(org.jclouds.dmtf.ovf.SectionType section)
See Also:
AbstractVAppType.getSections()

fromAbstractVAppType

public B fromAbstractVAppType(AbstractVAppType in)


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