Package org.ovirt.engine.sdk4.services
Interface GlusterVolumeService.StartResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- GlusterVolumeService
public static interface GlusterVolumeService.StartResponse extends Response
Starts the gluster volume. A Gluster Volume should be started to read/write data. For example, to start a gluster volume with identifier `123` in cluster `456`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/456/glustervolumes/123/start ----