org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConfigSection.Builder<B extends NetworkConfigSection.Builder<B>>
java.lang.Object
org.jclouds.dmtf.ovf.SectionType.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.section.NetworkConfigSection.Builder<B>
- Enclosing class:
- NetworkConfigSection
public static class NetworkConfigSection.Builder<B extends NetworkConfigSection.Builder<B>>
- extends org.jclouds.dmtf.ovf.SectionType.Builder<B>
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType.Builder |
fromSectionType, info, notRequired, required, required, self |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkConfigSection.Builder
public NetworkConfigSection.Builder()
links
public B links(Set<Link> links)
- See Also:
NetworkConfigSection.getLinks()
networkConfigs
public B networkConfigs(Set<VAppNetworkConfiguration> networkConfigs)
- See Also:
NetworkConfigSection.getNetworkConfigs()
href
public B href(URI href)
- See Also:
NetworkConfigSection.getHref()
type
public B type(String type)
- See Also:
NetworkConfigSection.getType()
build
public NetworkConfigSection build()
- Specified by:
build in class org.jclouds.dmtf.ovf.SectionType.Builder<B extends NetworkConfigSection.Builder<B>>
fromNetworkConfigSection
public B fromNetworkConfigSection(NetworkConfigSection in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.