public interface VolumesListResponseFluent<T extends VolumesListResponseFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VolumesListResponseFluent.VolumesNested<N> |
| Modifier and Type | Method and Description |
|---|---|
VolumesListResponseFluent.VolumesNested<T> |
addNewVolume() |
T |
addNewVolume(String Driver,
String Mountpoint,
String Name) |
VolumesListResponseFluent.VolumesNested<T> |
addNewVolumeLike(Volume item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToVolumes(Volume... items) |
Map<String,Object> |
getAdditionalProperties() |
List<Volume> |
getVolumes() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromVolumes(Volume... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withVolumes(List<Volume> Volumes) |
T |
withVolumes(Volume... Volumes) |
VolumesListResponseFluent.VolumesNested<T> addNewVolume()
VolumesListResponseFluent.VolumesNested<T> addNewVolumeLike(Volume item)
Copyright © 2015–2016 Red Hat. All rights reserved.