Interface GlusterVolumeService.StopResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterVolumeService

    public static interface GlusterVolumeService.StopResponse
    extends Response
    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 ----