public abstract static class AbstractVAppType.Builder<B extends AbstractVAppType.Builder<B>> extends ResourceEntity.Builder<B>
| Constructor and Description |
|---|
AbstractVAppType.Builder() |
| Modifier and Type | Method and Description |
|---|---|
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) |
files, fromResourceEntityType, status, statusbuild, description, fromEntityType, id, name, task, tasksfromResource, href, link, links, self, typepublic B isDeployed(Boolean deployed)
AbstractVAppType.isDeployed()public B deployed()
AbstractVAppType.isDeployed()public B notDeployed()
AbstractVAppType.isDeployed()public B parent(Reference vAppParent)
AbstractVAppType.getVAppParent()public B sections(Iterable<? extends org.jclouds.dmtf.ovf.SectionType> sections)
AbstractVAppType.getSections()public B section(org.jclouds.dmtf.ovf.SectionType section)
AbstractVAppType.getSections()public B fromAbstractVAppType(AbstractVAppType in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.