org.jclouds.vcloud.director.v1_5.features.admin
Interface AdminNetworkAsyncApi
- All Superinterfaces:
- NetworkAsyncApi
public interface AdminNetworkAsyncApi
- extends NetworkAsyncApi
- Author:
- danikov
- See Also:
AdminNetworkApi
get
com.google.common.util.concurrent.ListenableFuture<? extends Network> get(String networkUrn)
- Specified by:
get in interface NetworkAsyncApi
- See Also:
AdminNetworkApi.get(String)
get
com.google.common.util.concurrent.ListenableFuture<? extends Network> get(URI networkAdminHref)
- Specified by:
get in interface NetworkAsyncApi
- See Also:
AdminNetworkApi.get(URI)
edit
com.google.common.util.concurrent.ListenableFuture<Task> edit(String networkUrn,
OrgNetwork network)
- See Also:
AdminNetworkApi.edit(String, OrgNetwork)
edit
com.google.common.util.concurrent.ListenableFuture<Task> edit(URI networkAdminHref,
OrgNetwork network)
- See Also:
AdminNetworkApi.edit(URI, OrgNetwork)
reset
com.google.common.util.concurrent.ListenableFuture<Task> reset(String networkUrn)
- See Also:
AdminNetworkApi.reset(String)
reset
com.google.common.util.concurrent.ListenableFuture<Task> reset(URI networkAdminHref)
- See Also:
AdminNetworkApi.reset(URI)
getMetadataApi
MetadataAsyncApi.Writeable getMetadataApi(String networkUrn)
- Specified by:
getMetadataApi in interface NetworkAsyncApi
- Returns:
- asynchronous access to admin
MetadataAsyncApi.Writeable features
getMetadataApi
MetadataAsyncApi.Writeable getMetadataApi(URI networkAdminHref)
- Specified by:
getMetadataApi in interface NetworkAsyncApi
Copyright © 2009-2012 jclouds. All Rights Reserved.