Package org.ovirt.engine.sdk4.services
Interface GlusterVolumeService.StopRequest
-
- All Superinterfaces:
Request<GlusterVolumeService.StopRequest,GlusterVolumeService.StopResponse>
- Enclosing interface:
- GlusterVolumeService
public static interface GlusterVolumeService.StopRequest extends Request<GlusterVolumeService.StopRequest,GlusterVolumeService.StopResponse>
Stops the gluster volume. Stopping a volume will make its data inaccessible. For example, to stop a gluster volume with identifier `123` in cluster `456`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/456/glustervolumes/123/stop ----
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlusterVolumeService.StopRequest
async(Boolean async)
Indicates if the action should be performed asynchronously.GlusterVolumeService.StopRequest
force(Boolean force)
-
-
-
Method Detail
-
async
GlusterVolumeService.StopRequest async(Boolean async)
Indicates if the action should be performed asynchronously.
-
force
GlusterVolumeService.StopRequest force(Boolean force)
-
-