Package org.ovirt.engine.sdk4.services
Interface GlusterHooksService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
GlusterHooksServiceImpl
public interface GlusterHooksService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GlusterHooksService.ListRequest
Returns the list of hooks.static interface
GlusterHooksService.ListResponse
Returns the list of hooks.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlusterHookService
hookService(String id)
GlusterHooksService.ListRequest
list()
Returns the list of hooks.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
GlusterHooksService.ListRequest list()
Returns the list of hooks. The order of the returned list of hooks isn't guaranteed.
-
hookService
GlusterHookService hookService(String id)
-
-