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)
           
 MetadataApi.Readable getMetadataApi(String networkUrn)
           
 MetadataApi.Readable getMetadataApi(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)

getMetadataApi

MetadataApi.Readable getMetadataApi(String networkUrn)
Returns:
synchronous access to Metadata.Readable features

getMetadataApi

MetadataApi.Readable getMetadataApi(URI networkHref)


Copyright © 2009-2012 jclouds. All Rights Reserved.