Interface GlusterVolumeService.SetOptionResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterVolumeService

    public static interface GlusterVolumeService.SetOptionResponse
    extends Response
    Sets a particular option in the gluster volume. For example, to set `option1` with value `value1` in a gluster volume with identifier `123` in cluster `456`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/456/glustervolumes/123/setoption ---- With the following request body: [source,xml] ---- ----