public abstract static class CaptureVAppParams.Builder<B extends CaptureVAppParams.Builder<B>> extends ParamsType.Builder<B>
| Constructor and Description |
|---|
CaptureVAppParams.Builder() |
| Modifier and Type | Method and Description |
|---|---|
CaptureVAppParams |
build() |
B |
fromCaptureVAppParams(CaptureVAppParams in) |
B |
section(org.jclouds.dmtf.ovf.SectionType section) |
B |
sections(Iterable<? extends org.jclouds.dmtf.ovf.SectionType> sections) |
B |
source(Reference source) |
B |
source(URI source)
Sets source to a new Reference that uses this URI as the href.
|
description, fromParamsType, name, selfpublic B source(Reference source)
CaptureVAppParams.getSource()public B source(URI source)
CaptureVAppParams.getSource()public B section(org.jclouds.dmtf.ovf.SectionType section)
CaptureVAppParams.getSections()public B sections(Iterable<? extends org.jclouds.dmtf.ovf.SectionType> sections)
CaptureVAppParams.getSections()public CaptureVAppParams build()
build in class ParamsType.Builder<B extends CaptureVAppParams.Builder<B>>public B fromCaptureVAppParams(CaptureVAppParams in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.