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.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, BindToStringPayload stringBinder, String ns, String schema, 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
 NetworkConfig VCloudComputeServiceDependenciesModule.networkConfig(ReferenceType network, FenceMode defaultFenceMode)
           
 

Uses of FenceMode in org.jclouds.vcloud.config
 

Methods in org.jclouds.vcloud.config that return FenceMode
protected  FenceMode VCloudRestClientModule.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-2012 jclouds. All Rights Reserved.