org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConfigSection.Builder<B extends NetworkConfigSection.Builder<B>>

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType.Builder<B>
      extended by 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>


Constructor Summary
NetworkConfigSection.Builder()
           
 
Method Summary
 NetworkConfigSection build()
           
 B fromNetworkConfigSection(NetworkConfigSection in)
           
 B href(URI href)
           
 B links(Set<Link> links)
           
 B networkConfigs(Set<VAppNetworkConfiguration> networkConfigs)
           
 B type(String type)
           
 
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
 

Constructor Detail

NetworkConfigSection.Builder

public NetworkConfigSection.Builder()
Method Detail

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.