| Package | Description | 
|---|---|
| org.jclouds.ovf | |
| org.jclouds.vcloud.compute.strategy | |
| org.jclouds.vcloud.domain.ovf | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Network> | 
NetworkSection.Builder.networks  | 
| Modifier and Type | Method and Description | 
|---|---|
Network | 
Network.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Network> | 
NetworkSection.getNetworks()
All networks referred to from Connection elements in all  
VirtualHardwareSection
 elements shall be defined in the NetworkSection. | 
| Modifier and Type | Method and Description | 
|---|---|
Network.Builder | 
Network.Builder.fromNetwork(Network in)  | 
NetworkSection.Builder | 
NetworkSection.Builder.network(Network network)  | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkSection.Builder | 
NetworkSection.Builder.networks(Iterable<Network> networks)  | 
| Constructor and Description | 
|---|
NetworkSection(String info,
              Iterable<Network> networks)  | 
| 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 | 
|---|
VCloudNetworkSection(String type,
                    URI href,
                    String info,
                    Iterable<Network> networks)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.