|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |