public interface AdminNetworkApi extends NetworkApi
Network objects.AdminNetworkAsyncApi| Modifier and Type | Method and Description |
|---|---|
Task |
edit(String networkUrn,
OrgNetwork network)
Modifies an org network
PUT /admin/network/{id}
|
Task |
edit(URI networkAdminHref,
OrgNetwork network) |
Network |
get(String networkUrn)
Gets admin representation of network.
|
Network |
get(URI networkAdminHref) |
Task |
reset(String networkUrn)
Reset(undeploy & redeploy) networking services on a logical network.
|
Task |
reset(URI networkAdminHref) |
Network get(String networkUrn)
GET /admin/network/{id}
get in interface NetworkApinetworkUrn - the reference for the networkNetwork get(URI networkAdminHref)
get in interface NetworkApiTask edit(String networkUrn, OrgNetwork network)
PUT /admin/network/{id}
networkUrn - the reference for the networknetwork - the edited networkTask edit(URI networkAdminHref, OrgNetwork network)
Task reset(String networkUrn)
POST /admin/network/{id}/action/reset
networkUrn - the reference for the networkCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.