org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkConfiguration.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.NetworkConfiguration.Builder
- Enclosing class:
- NetworkConfiguration
public static class NetworkConfiguration.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkConfiguration.Builder
public NetworkConfiguration.Builder()
ipScope
public NetworkConfiguration.Builder ipScope(IpScope ipScope)
- See Also:
NetworkConfiguration.getIpScope()
parentNetwork
public NetworkConfiguration.Builder parentNetwork(Reference parentNetwork)
- See Also:
NetworkConfiguration.getParentNetwork()
fenceMode
public NetworkConfiguration.Builder fenceMode(Network.FenceMode fenceMode)
- See Also:
NetworkConfiguration.getFenceMode()
retainNetInfoAcrossDeployments
public NetworkConfiguration.Builder retainNetInfoAcrossDeployments(boolean retainNetInfoAcrossDeployments)
- See Also:
NetworkConfiguration.retainNetInfoAcrossDeployments()
features
public NetworkConfiguration.Builder features(NetworkFeatures features)
- See Also:
NetworkConfiguration.getNetworkFeatures()
syslogServerSettings
public NetworkConfiguration.Builder syslogServerSettings(SyslogServerSettings syslogServerSettings)
- See Also:
NetworkConfiguration.getSyslogServerSettings()
routerInfo
public NetworkConfiguration.Builder routerInfo(RouterInfo routerInfo)
- See Also:
NetworkConfiguration.getRouterInfo()
build
public NetworkConfiguration build()
fromConfiguration
public NetworkConfiguration.Builder fromConfiguration(NetworkConfiguration in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.