Uses of Class
org.jclouds.vcloud.domain.network.NetworkConfig

Packages that use NetworkConfig
org.jclouds.vcloud.binders   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.options   
 

Uses of NetworkConfig in org.jclouds.vcloud.binders
 

Methods in org.jclouds.vcloud.binders that return NetworkConfig
 NetworkConfig BindInstantiateVAppTemplateParamsToXmlPayload.NetworkConfigDecorator.apply(NetworkConfig from)
           
 

Methods in org.jclouds.vcloud.binders with parameters of type NetworkConfig
 NetworkConfig BindInstantiateVAppTemplateParamsToXmlPayload.NetworkConfigDecorator.apply(NetworkConfig from)
           
 

Method parameters in org.jclouds.vcloud.binders with type arguments of type NetworkConfig
protected  void BindInstantiateVAppTemplateParamsToXmlPayload.addNetworkConfig(com.jamesmurty.utils.XMLBuilder instantiationParamsBuilder, Iterable<NetworkConfig> networkConfig)
           
protected  String BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name, String description, boolean deploy, boolean powerOn, URI template, Iterable<NetworkConfig> networkConfig)
           
 

Uses of NetworkConfig in org.jclouds.vcloud.compute.config
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type NetworkConfig
 com.google.common.base.Supplier<NetworkConfig> VCloudComputeServiceDependenciesModule.networkConfig(com.google.common.base.Supplier<ReferenceType> network, FenceMode defaultFenceMode)
           
 

Uses of NetworkConfig in org.jclouds.vcloud.compute.strategy
 

Fields in org.jclouds.vcloud.compute.strategy with type parameters of type NetworkConfig
protected  com.google.common.base.Supplier<NetworkConfig> NetworkConfigurationForNetworkAndOptions.defaultNetworkConfig
           
 

Methods in org.jclouds.vcloud.compute.strategy that return NetworkConfig
 NetworkConfig NetworkConfigurationForNetworkAndOptions.apply(org.jclouds.ovf.Network networkToConnect, VCloudTemplateOptions vOptions)
          returns a NetworkConfig used to instantiate a vAppTemplate to either the default parent (org) network, or one specified by options.
 

Constructor parameters in org.jclouds.vcloud.compute.strategy with type arguments of type NetworkConfig
NetworkConfigurationForNetworkAndOptions(com.google.common.base.Supplier<NetworkConfig> defaultNetworkConfig, FenceMode defaultFenceMode)
           
 

Uses of NetworkConfig in org.jclouds.vcloud.domain.network
 

Methods in org.jclouds.vcloud.domain.network that return NetworkConfig
 NetworkConfig NetworkConfig.Builder.build()
           
 

Methods in org.jclouds.vcloud.domain.network with parameters of type NetworkConfig
 NetworkConfig.Builder NetworkConfig.Builder.fromNetworkConfig(NetworkConfig in)
           
 

Uses of NetworkConfig in org.jclouds.vcloud.options
 

Methods in org.jclouds.vcloud.options that return types with arguments of type NetworkConfig
 Set<NetworkConfig> InstantiateVAppTemplateOptions.getNetworkConfig()
           
 

Methods in org.jclouds.vcloud.options with parameters of type NetworkConfig
 InstantiateVAppTemplateOptions InstantiateVAppTemplateOptions.addNetworkConfig(NetworkConfig networkConfig)
          s have internal networks that can be connected in order to access the internet or other external networks.
static InstantiateVAppTemplateOptions InstantiateVAppTemplateOptions.Builder.addNetworkConfig(NetworkConfig networkConfig)
           
 



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