Package org.ovirt.engine.sdk4.services
Interface GlusterHookService.RemoveRequest
-
- All Superinterfaces:
Request<GlusterHookService.RemoveRequest,GlusterHookService.RemoveResponse>
- Enclosing interface:
- GlusterHookService
public static interface GlusterHookService.RemoveRequest extends Request<GlusterHookService.RemoveRequest,GlusterHookService.RemoveResponse>
Removes the this Gluster hook from all servers in cluster and deletes it from the database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlusterHookService.RemoveRequest
async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-
-
Method Detail
-
async
GlusterHookService.RemoveRequest async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-