org.jclouds.vcloud.director.v1_5.features
Interface NetworkApi

All Known Subinterfaces:
AdminNetworkApi

public interface NetworkApi

Provides synchronous access to Network.

Author:
danikov, Adrian Cole
See Also:
NetworkAsyncApi

Method Summary
 Network get(String networkUrn)
          Retrieves a network.
 Network get(URI networkHref)
           
 

Method Detail

get

Network get(String networkUrn)
Retrieves a network.

Returns:
the network or null if not found

get

Network get(URI networkHref)


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