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

Packages that use FenceMode
org.jclouds.vcloud.binders   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.options   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.config   
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.domain.network.internal   
org.jclouds.vcloud.xml   
 

Uses of FenceMode in org.jclouds.vcloud.binders
 

Fields in org.jclouds.vcloud.binders declared as FenceMode
protected  FenceMode BindInstantiateVAppTemplateParamsToXmlPayload.defaultFenceMode
           
 

Constructors in org.jclouds.vcloud.binders with parameters of type FenceMode
BindInstantiateVAppTemplateParamsToXmlPayload.NetworkConfigDecorator(VAppTemplate template, URI defaultNetwork, FenceMode defaultFenceMode, com.google.common.base.Function<VAppTemplate,String> defaultNetworkNameInTemplate)
           
BindInstantiateVAppTemplateParamsToXmlPayload(com.google.common.cache.LoadingCache<URI,VAppTemplate> templateCache, com.google.common.base.Function<VAppTemplate,String> defaultNetworkNameInTemplate, org.jclouds.rest.binders.BindToStringPayload stringBinder, String ns, String schema, com.google.common.base.Supplier<ReferenceType> network, FenceMode fenceMode)
           
 

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

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

Uses of FenceMode in org.jclouds.vcloud.compute.options
 

Methods in org.jclouds.vcloud.compute.options that return FenceMode
 FenceMode VCloudTemplateOptions.getFenceMode()
           
 

Methods in org.jclouds.vcloud.compute.options with parameters of type FenceMode
 VCloudTemplateOptions VCloudTemplateOptions.fenceMode(FenceMode fenceMode)
          How to connect to the parent network
static VCloudTemplateOptions VCloudTemplateOptions.Builder.fenceMode(FenceMode fenceMode)
           
 

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

Fields in org.jclouds.vcloud.compute.strategy declared as FenceMode
protected  FenceMode NetworkConfigurationForNetworkAndOptions.defaultFenceMode
           
 

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

Uses of FenceMode in org.jclouds.vcloud.config
 

Methods in org.jclouds.vcloud.config that return FenceMode
protected  FenceMode VCloudHttpApiModule.defaultFenceMode(String fenceMode)
           
 

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

Methods in org.jclouds.vcloud.domain.network that return FenceMode
static FenceMode FenceMode.fromValue(String fenceMode)
           
 FenceMode OrgNetwork.Configuration.getFenceMode()
          defines how this network is connected to its ParentNetwork
 FenceMode NetworkConfig.getFenceMode()
          A value of bridged indicates that this vApp network is connected directly to the organization network.
static FenceMode FenceMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FenceMode[] FenceMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.jclouds.vcloud.domain.network with parameters of type FenceMode
NetworkConfig(String networkName, URI parentNetwork, FenceMode fenceMode)
          Create a new NetworkConfig.
 

Uses of FenceMode in org.jclouds.vcloud.domain.network.internal
 

Methods in org.jclouds.vcloud.domain.network.internal that return FenceMode
 FenceMode OrgNetworkImpl.ConfigurationImpl.getFenceMode()
          defines how this network is connected to its ParentNetwork
 

Constructors in org.jclouds.vcloud.domain.network.internal with parameters of type FenceMode
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope, ReferenceType parentNetwork, FenceMode fenceMode, Features features)
           
 

Uses of FenceMode in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml declared as FenceMode
protected  FenceMode OrgNetworkHandler.fenceMode
           
 



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