Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.FenceMode

Packages that use FenceMode
org.jclouds.trmk.vcloud_0_8.domain   
org.jclouds.trmk.vcloud_0_8.domain.internal   
org.jclouds.trmk.vcloud_0_8.options   
org.jclouds.trmk.vcloud_0_8.xml   
 

Uses of FenceMode in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain that return FenceMode
static FenceMode FenceMode.fromValue(String fenceMode)
           
 FenceMode Network.getFenceMode()
          return the network fence mode.
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.
 

Uses of FenceMode in org.jclouds.trmk.vcloud_0_8.domain.internal
 

Fields in org.jclouds.trmk.vcloud_0_8.domain.internal declared as FenceMode
protected  FenceMode NetworkImpl.fenceMode
           
 

Methods in org.jclouds.trmk.vcloud_0_8.domain.internal that return FenceMode
 FenceMode NetworkImpl.getFenceMode()
          return the network fence mode.
 

Constructors in org.jclouds.trmk.vcloud_0_8.domain.internal with parameters of type FenceMode
NetworkImpl(String name, String type, URI id, String description, String gateway, String netmask, FenceMode fenceMode, ReferenceType networkExtension, ReferenceType ips)
           
 

Uses of FenceMode in org.jclouds.trmk.vcloud_0_8.options
 

Methods in org.jclouds.trmk.vcloud_0_8.options that return FenceMode
 FenceMode InstantiateVAppTemplateOptions.NetworkConfig.getFenceMode()
          A value of bridged indicates that this vApp network is connected directly to the organization network.
 

Constructors in org.jclouds.trmk.vcloud_0_8.options with parameters of type FenceMode
InstantiateVAppTemplateOptions.NetworkConfig(String networkName, URI parentNetwork, FenceMode fenceMode)
          Create a new NetworkConfig.
 

Uses of FenceMode in org.jclouds.trmk.vcloud_0_8.xml
 

Fields in org.jclouds.trmk.vcloud_0_8.xml declared as FenceMode
protected  FenceMode NetworkHandler.fenceMode
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.