Package org.ovirt.engine.sdk4.services
Interface HostService.DeactivateRequest
-
- All Superinterfaces:
Request<HostService.DeactivateRequest,HostService.DeactivateResponse>
- Enclosing interface:
- HostService
public static interface HostService.DeactivateRequest extends Request<HostService.DeactivateRequest,HostService.DeactivateResponse>
Deactivates the host to perform maintenance tasks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostService.DeactivateRequest
async(Boolean async)
Indicates if the deactivation should be performed asynchronously.HostService.DeactivateRequest
reason(String reason)
HostService.DeactivateRequest
stopGlusterService(Boolean stopGlusterService)
Indicates if the gluster service should be stopped as part of deactivating the host.
-
-
-
Method Detail
-
async
HostService.DeactivateRequest async(Boolean async)
Indicates if the deactivation should be performed asynchronously.
-
reason
HostService.DeactivateRequest reason(String reason)
-
stopGlusterService
HostService.DeactivateRequest stopGlusterService(Boolean stopGlusterService)
Indicates if the gluster service should be stopped as part of deactivating the host. It can be used while performing maintenance operations on the gluster host. Default value for this variable is `false`.
-
-