public interface GlusterVolumesService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
GlusterVolumesService.AddRequest
Creates a new Gluster volume and adds it to the database.
|
static interface |
GlusterVolumesService.AddResponse
Creates a new Gluster volume and adds it to the database.
|
static interface |
GlusterVolumesService.ListRequest |
static interface |
GlusterVolumesService.ListResponse |
Modifier and Type | Method and Description |
---|---|
GlusterVolumesService.AddRequest |
add()
Creates a new Gluster volume and adds it to the database.
|
GlusterVolumesService.ListRequest |
list() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
GlusterVolumeService |
volumeService(String id) |
GlusterVolumesService.AddRequest add()
Creates a new Gluster volume and adds it to the database. The volume is created based on properties of the
volume
parameter. The properties name
, volumeType
and bricks
are required.
GlusterVolumesService.ListRequest list()
GlusterVolumeService volumeService(String id)
Copyright © 2016. All rights reserved.