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

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

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

Subclasses of Network in org.jclouds.vcloud.director.v1_5.domain.network
 class ExternalNetwork
          Admin representation of external network.
 class VAppNetwork
          Represents a vApp network.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network with type parameters of type Network
static
<T extends Network>
T
Network.toSubType(Network clazz)
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type Network
 T Network.Builder.fromNetwork(Network in)
           
static
<T extends Network>
T
Network.toSubType(Network clazz)
           
 

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

Subclasses of Network in org.jclouds.vcloud.director.v1_5.domain.org
 class OrgNetwork
           
 

Uses of Network in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Network
 Network NetworkApi.get(String networkUrn)
          Retrieves a network.
 Network NetworkApi.get(URI networkHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Network
 com.google.common.util.concurrent.ListenableFuture<? extends Network> NetworkAsyncApi.get(String networkUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> NetworkAsyncApi.get(URI networkHref)
           
 

Uses of Network in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return Network
 Network AdminNetworkApi.get(String networkUrn)
          Gets admin representation of network.
 Network AdminNetworkApi.get(URI networkAdminHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return types with arguments of type Network
 com.google.common.util.concurrent.ListenableFuture<? extends Network> AdminNetworkAsyncApi.get(String networkUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> AdminNetworkAsyncApi.get(URI networkAdminHref)
           
 



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