Interface GlusterVolumeService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterVolumeService

    public static interface GlusterVolumeService.GetResponse
    extends Response
    Get the gluster volume details. For example, to get details of a gluster volume with identifier `123` in cluster `456`, send a request like this: [source] ---- GET /ovirt-engine/api/clusters/456/glustervolumes/123 ---- This GET request will return the following output: [source,xml] ---- data 0 0 3 up 0 tcp replicate ----
    • Method Detail

      • volume

        GlusterVolume volume()
        Representation of the gluster volume.