org.jclouds.vcloud.director.v1_5.domain
Class AbstractVAppType.Builder<B extends AbstractVAppType.Builder<B>>
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.Entity.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.ResourceEntity.Builder<B>
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVAppType.Builder
public AbstractVAppType.Builder()
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.