org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConnectionSection.Builder<B extends NetworkConnectionSection.Builder<B>>
java.lang.Object
org.jclouds.dmtf.ovf.SectionType.Builder<B>
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>
| 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 |
NetworkConnectionSection.Builder
public NetworkConnectionSection.Builder()
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.