org.jclouds.vcloud.director.v1_5.features.admin
Interface AdminNetworkAsyncApi
- All Superinterfaces:
- NetworkAsyncApi
public interface AdminNetworkAsyncApi
- extends NetworkAsyncApi
- Author:
- danikov
- See Also:
AdminNetworkApi
|
Method Summary |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(String networkUrn,
OrgNetwork network)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(URI networkAdminHref,
OrgNetwork network)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
get(String networkUrn)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
get(URI networkAdminHref)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(String networkUrn)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(URI networkAdminHref)
|
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.