Package | Description |
---|---|
org.jclouds.vcloud.binders | |
org.jclouds.vcloud.compute.config | |
org.jclouds.vcloud.compute.strategy | |
org.jclouds.vcloud.domain.network | |
org.jclouds.vcloud.options |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
BindInstantiateVAppTemplateParamsToXmlPayload.NetworkConfigDecorator.apply(NetworkConfig from) |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
BindInstantiateVAppTemplateParamsToXmlPayload.NetworkConfigDecorator.apply(NetworkConfig from) |
Modifier and Type | Method and Description |
---|---|
protected void |
BindInstantiateVAppTemplateParamsToXmlPayload.addNetworkConfig(com.jamesmurty.utils.XMLBuilder instantiationParamsBuilder,
Iterable<NetworkConfig> networkConfig) |
protected String |
BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name,
String description,
boolean deploy,
boolean powerOn,
URI template,
Iterable<NetworkConfig> networkConfig) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<NetworkConfig> |
VCloudComputeServiceDependenciesModule.networkConfig(com.google.common.base.Supplier<ReferenceType> network,
FenceMode defaultFenceMode) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<NetworkConfig> |
NetworkConfigurationForNetworkAndOptions.defaultNetworkConfig |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfigurationForNetworkAndOptions.apply(Network networkToConnect,
VCloudTemplateOptions vOptions)
returns a
NetworkConfig used to instantiate a vAppTemplate to
either the default parent (org) network, or one specified by options. |
Constructor and Description |
---|
NetworkConfigurationForNetworkAndOptions(com.google.common.base.Supplier<NetworkConfig> defaultNetworkConfig,
FenceMode defaultFenceMode) |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
NetworkConfig.Builder |
NetworkConfig.Builder.fromNetworkConfig(NetworkConfig in) |
Modifier and Type | Method and Description |
---|---|
Set<NetworkConfig> |
InstantiateVAppTemplateOptions.getNetworkConfig() |
Modifier and Type | Method and Description |
---|---|
InstantiateVAppTemplateOptions |
InstantiateVAppTemplateOptions.addNetworkConfig(NetworkConfig networkConfig)
s have internal networks that can be
connected in order to access the internet or other external networks.
|
static InstantiateVAppTemplateOptions |
InstantiateVAppTemplateOptions.Builder.addNetworkConfig(NetworkConfig networkConfig) |
Copyright © 2009-2013 jclouds. All Rights Reserved.