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

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType.Builder<B>
      extended by org.jclouds.vcloud.director.v1_5.domain.section.NetworkConnectionSection.Builder<B>
Enclosing class:
NetworkConnectionSection

public static class NetworkConnectionSection.Builder<B extends NetworkConnectionSection.Builder<B>>
extends org.jclouds.dmtf.ovf.SectionType.Builder<B>


Constructor Summary
NetworkConnectionSection.Builder()
           
 
Method Summary
 NetworkConnectionSection build()
           
 B fromNetworkConnectionSection(NetworkConnectionSection in)
           
 B href(URI href)
           
 B link(Link link)
           
 B links(Set<Link> links)
           
 B networkConnection(NetworkConnection networkConnection)
           
 B networkConnections(Set<NetworkConnection> networkConnections)
           
 B primaryNetworkConnectionIndex(Integer primaryNetworkConnectionIndex)
           
 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

NetworkConnectionSection.Builder

public NetworkConnectionSection.Builder()
Method Detail

primaryNetworkConnectionIndex

public B primaryNetworkConnectionIndex(Integer primaryNetworkConnectionIndex)
See Also:
NetworkConnectionSection.getPrimaryNetworkConnectionIndex()

networkConnections

public B networkConnections(Set<NetworkConnection> networkConnections)
See Also:
NetworkConnectionSection.getNetworkConnections()

networkConnection

public B networkConnection(NetworkConnection networkConnection)
See Also:
NetworkConnectionSection.getNetworkConnections()

links

public B links(Set<Link> links)
See Also:
NetworkConnectionSection.getLinks()

link

public B link(Link link)
See Also:
NetworkConnectionSection.getLinks()

href

public B href(URI href)
See Also:
NetworkConnectionSection.getHref()

type

public B type(String type)
See Also:
NetworkConnectionSection.getType()

build

public NetworkConnectionSection build()
Specified by:
build in class org.jclouds.dmtf.ovf.SectionType.Builder<B extends NetworkConnectionSection.Builder<B>>

fromNetworkConnectionSection

public B fromNetworkConnectionSection(NetworkConnectionSection in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.