Uses of Class
org.jclouds.vcloud.director.v1_5.domain.network.Network.FenceMode

Packages that use Network.FenceMode
org.jclouds.vcloud.director.v1_5.domain.network   
 

Uses of Network.FenceMode in org.jclouds.vcloud.director.v1_5.domain.network
 

Fields in org.jclouds.vcloud.director.v1_5.domain.network with type parameters of type Network.FenceMode
static List<Network.FenceMode> Network.FenceMode.ALL
           
protected static Map<String,Network.FenceMode> Network.FenceMode.FENCE_MODE_BY_ID
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return Network.FenceMode
static Network.FenceMode Network.FenceMode.fromValue(String value)
           
 Network.FenceMode NetworkConfiguration.getFenceMode()
           
static Network.FenceMode Network.FenceMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Network.FenceMode[] Network.FenceMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type Network.FenceMode
 NetworkConfiguration.Builder NetworkConfiguration.Builder.fenceMode(Network.FenceMode fenceMode)
           
 

Constructors in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type Network.FenceMode
NetworkConfiguration(IpScope ipScope, Reference parentNetwork, Network.FenceMode fenceMode, Boolean retainNetInfoAcrossDeployments, NetworkFeatures features, SyslogServerSettings syslogServerSettings, RouterInfo routerInfo)
           
 



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