Package org.ovirt.engine.sdk4.services
Interface UnmanagedNetworkService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
UnmanagedNetworkServiceImpl
public interface UnmanagedNetworkService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
UnmanagedNetworkService.GetRequest
static interface
UnmanagedNetworkService.GetResponse
static interface
UnmanagedNetworkService.RemoveRequest
static interface
UnmanagedNetworkService.RemoveResponse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnmanagedNetworkService.GetRequest
get()
UnmanagedNetworkService.RemoveRequest
remove()
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
get
UnmanagedNetworkService.GetRequest get()
-
remove
UnmanagedNetworkService.RemoveRequest remove()
-
-