| Package | Description |
|---|---|
| org.openstack4j.api.storage | |
| org.openstack4j.openstack.storage.block.domain | |
| org.openstack4j.openstack.storage.block.internal |
| Modifier and Type | Method and Description |
|---|---|
Volume |
BlockVolumeService.create(Volume volume)
Creates a new Block Storage Volume
|
Volume |
BlockVolumeService.get(String volumeId)
Gets a Block Storage volume by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Volume> |
BlockVolumeService.list()
Lists summary information for all Block Storage volumes that the tenant who submits the request can access.
|
List<? extends Volume> |
BlockVolumeService.list(Map<String,String> filteringParams)
Returns list of Block Storage volumes filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
BlockVolumeService.create(Volume volume)
Creates a new Block Storage Volume
|
| Modifier and Type | Class and Description |
|---|---|
class |
CinderVolume
An OpenStack Volume
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
CinderVolume.ConcreteVolumeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.from(Volume in) |
| Modifier and Type | Method and Description |
|---|---|
Volume |
BlockVolumeServiceImpl.create(Volume volume)
Creates a new Block Storage Volume
|
Volume |
BlockVolumeServiceImpl.get(String volumeId)
Gets a Block Storage volume by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Volume> |
BlockVolumeServiceImpl.list()
Lists summary information for all Block Storage volumes that the tenant who submits the request can access.
|
List<? extends Volume> |
BlockVolumeServiceImpl.list(Map<String,String> filteringParams)
Returns list of Block Storage volumes filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
BlockVolumeServiceImpl.create(Volume volume)
Creates a new Block Storage Volume
|
Copyright © 2017. All rights reserved.