org.jclouds.vcloud.features
Interface NetworkClient

All Known Subinterfaces:
NetworkApi

Deprecated. *Client classes will be moved to *Api in jclouds 1.7.0.

@Deprecated
public interface NetworkClient

Provides access to Network functionality in vCloud

Author:
Adrian Cole

Method Summary
 OrgNetwork findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
          Deprecated.  
 OrgNetwork getNetwork(URI network)
          Deprecated.  
 

Method Detail

findNetworkInOrgVDCNamed

OrgNetwork findNetworkInOrgVDCNamed(@Nullable
                                    String orgName,
                                    @Nullable
                                    String catalogName,
                                    String networkName)
Deprecated. 

getNetwork

OrgNetwork getNetwork(URI network)
Deprecated. 


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