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 NetworkConfig
 NetworkConfig VCloudComputeServiceDependenciesModule.networkConfig(ReferenceType network, FenceMode defaultFenceMode)
           
 

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

Fields in org.jclouds.vcloud.compute.strategy declared as NetworkConfig
protected  NetworkConfig InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.defaultNetworkConfig
           
 

Constructors in org.jclouds.vcloud.compute.strategy with parameters of type NetworkConfig
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn(VCloudClient client, com.google.common.base.Predicate<URI> successTester, com.google.common.cache.LoadingCache<URI,VAppTemplate> vAppTemplates, NetworkConfig defaultNetworkConfig, String buildVersion)
           
 

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-2012 jclouds. All Rights Reserved.