public static interface GlusterVolumesService.AddRequest extends Request<GlusterVolumesService.AddRequest,GlusterVolumesService.AddResponse>
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.
Modifier and Type | Method and Description |
---|---|
GlusterVolumesService.AddRequest |
volume(GlusterVolume volume) |
GlusterVolumesService.AddRequest |
volume(GlusterVolumeBuilder volume)
The Gluster volume definition from which to create the volume is passed as input and the newly created
volume is returned.
|
GlusterVolumesService.AddRequest volume(GlusterVolume volume)
GlusterVolumesService.AddRequest volume(GlusterVolumeBuilder volume)
The Gluster volume definition from which to create the volume is passed as input and the newly created volume is returned.
Copyright © 2016. All rights reserved.