public abstract static class InstantiateVAppParams.Builder<B extends InstantiateVAppParams.Builder<B>> extends VAppCreationParams.Builder<B>
| Constructor and Description |
|---|
InstantiateVAppParams.Builder() |
| Modifier and Type | Method and Description |
|---|---|
InstantiateVAppParams |
build() |
B |
fromInstantiateVAppParamsType(InstantiateVAppParams in) |
B |
isLinkedClone(Boolean linkedClone) |
B |
isSourceDelete(Boolean sourceDelete) |
B |
linkedClone() |
B |
notLinkedClone() |
B |
notSourceDelete() |
protected B |
self() |
B |
source(Reference source) |
B |
source(URI source)
Sets source to a new Reference that uses this URI as the href.
|
B |
sourceDelete() |
deploy, deploy, fromVAppCreationParamsType, instantiationParams, notDeploy, notPowerOn, powerOn, powerOn, vAppParentdescription, fromParamsType, nameprotected B self()
self in class ParamsType.Builder<B extends InstantiateVAppParams.Builder<B>>public B source(URI source)
InstantiateVAppParamsType#getSource()public B isSourceDelete(Boolean sourceDelete)
InstantiateVAppParamsType#isSourceDelete()public B sourceDelete()
InstantiateVAppParamsType#isSourceDelete()public B notSourceDelete()
InstantiateVAppParamsType#isSourceDelete()public B isLinkedClone(Boolean linkedClone)
InstantiateVAppParamsType#isLinkedClone()public B linkedClone()
InstantiateVAppParamsType#isLinkedClone()public B notLinkedClone()
InstantiateVAppParamsType#isLinkedClone()public InstantiateVAppParams build()
build in class ParamsType.Builder<B extends InstantiateVAppParams.Builder<B>>public B fromInstantiateVAppParamsType(InstantiateVAppParams in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.