public class NetworkServiceImpl extends ServiceImpl implements NetworkService
NetworkService.GetRequest, NetworkService.GetResponse, NetworkService.RemoveRequest, NetworkService.RemoveResponse, NetworkService.UpdateRequest, NetworkService.UpdateResponse
Constructor and Description |
---|
NetworkServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
NetworkService.GetRequest |
get() |
NetworkLabelsService |
networkLabelsService() |
AssignedPermissionsService |
permissionsService() |
NetworkService.RemoveRequest |
remove() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
NetworkService.UpdateRequest |
update() |
AssignedVnicProfilesService |
vnicProfilesService() |
checkAction, checkFault, getConnection, getPath, throwError
public NetworkServiceImpl(HttpConnection connection, String path)
public NetworkService.GetRequest get()
get
in interface NetworkService
public NetworkService.RemoveRequest remove()
remove
in interface NetworkService
public NetworkService.UpdateRequest update()
update
in interface NetworkService
public NetworkLabelsService networkLabelsService()
networkLabelsService
in interface NetworkService
public AssignedPermissionsService permissionsService()
permissionsService
in interface NetworkService
public AssignedVnicProfilesService vnicProfilesService()
vnicProfilesService
in interface NetworkService
public Service service(String path)
NetworkService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface NetworkService
Copyright © 2016. All rights reserved.