org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkConfiguration.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.NetworkConfiguration.Builder
Enclosing class:
NetworkConfiguration

public static class NetworkConfiguration.Builder
extends Object


Constructor Summary
NetworkConfiguration.Builder()
           
 
Method Summary
 NetworkConfiguration build()
           
 NetworkConfiguration.Builder features(NetworkFeatures features)
           
 NetworkConfiguration.Builder fenceMode(Network.FenceMode fenceMode)
           
 NetworkConfiguration.Builder fromConfiguration(NetworkConfiguration in)
           
 NetworkConfiguration.Builder ipScope(IpScope ipScope)
           
 NetworkConfiguration.Builder parentNetwork(Reference parentNetwork)
           
 NetworkConfiguration.Builder retainNetInfoAcrossDeployments(boolean retainNetInfoAcrossDeployments)
           
 NetworkConfiguration.Builder routerInfo(RouterInfo routerInfo)
           
 NetworkConfiguration.Builder syslogServerSettings(SyslogServerSettings syslogServerSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConfiguration.Builder

public NetworkConfiguration.Builder()
Method Detail

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.