|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FenceMode | |
---|---|
org.jclouds.vcloud.binders | |
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(URI template,
URI defaultNetwork,
FenceMode defaultFenceMode,
BindInstantiateVAppTemplateParamsToXmlPayload.DefaultNetworkNameInTemplate defaultNetworkNameInTemplate)
|
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. |
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 |