public static interface HostService.DeactivateRequest extends Request<HostService.DeactivateRequest,HostService.DeactivateResponse>
Modifier and Type | Method and 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.
|
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. It can be used while
performing maintenance operations on the gluster host. Default value for this variable is false
.
Copyright © 2016. All rights reserved.