public abstract static class VAppTemplate.Builder<B extends VAppTemplate.Builder<B>> extends ResourceEntity.Builder<B>
Constructor and Description |
---|
VAppTemplate.Builder() |
Modifier and Type | Method and Description |
---|---|
VAppTemplate |
build() |
B |
children(Iterable<Vm> children) |
B |
fromVAppTemplate(VAppTemplate in) |
B |
goldMaster(Boolean goldMaster) |
B |
ovfDescriptorUploaded(Boolean ovfDescriptorUploaded) |
B |
owner(Owner owner) |
B |
sections(Iterable<? extends SectionType> sections) |
B |
vAppScopedLocalId(String vAppScopedLocalId) |
files, fromResourceEntityType, status, status
description, fromEntityType, id, name, task, tasks
fromResource, href, link, links, self, type
public B owner(Owner owner)
VAppTemplate.getOwner()
public B children(Iterable<Vm> children)
VAppTemplate.getChildren()
public B sections(Iterable<? extends SectionType> sections)
VAppTemplate.getSections()
public B vAppScopedLocalId(String vAppScopedLocalId)
VAppTemplate.getVAppScopedLocalId()
public B goldMaster(Boolean goldMaster)
VAppTemplate.isGoldMaster()
public VAppTemplate build()
build
in class Entity.Builder<B extends VAppTemplate.Builder<B>>
public B fromVAppTemplate(VAppTemplate in)
Copyright © 2009-2013 jclouds. All Rights Reserved.