Package | Description |
---|---|
org.openstack4j.api | |
org.openstack4j.model.storage.block.builder | |
org.openstack4j.openstack.storage.block.builder | |
org.openstack4j.openstack.storage.block.domain |
Modifier and Type | Method and Description |
---|---|
static VolumeBuilder |
Builders.volume()
The builder to create a Block Volume
|
Modifier and Type | Method and Description |
---|---|
VolumeBuilder |
VolumeBuilder.bootable(boolean isBootable)
Enables or disables the bootable attribute.
|
VolumeBuilder |
VolumeBuilder.description(String description)
See
Volume.getDescription() Optional |
VolumeBuilder |
VolumeBuilder.imageRef(String imageRef)
The ID of the image from which you want to create the volume.
|
VolumeBuilder |
VolumeBuilder.metadata(Map<String,String> metadata)
One or more metadata key and value pairs to associate with the volume.
|
VolumeBuilder |
VolumeBuilder.name(String name)
See
Volume.getName() |
VolumeBuilder |
VolumeBuilder.size(int size)
The size of the volume, in GB.
|
VolumeBuilder |
VolumeBuilder.snapshot(String snapshotId)
To create a volume from an existing snapshot, specify the ID of the existing volume snapshot.
|
VolumeBuilder |
VolumeBuilder.source_volid(String uuid)
To create a volume from an existing volume, specify the ID of the existing volume.
|
VolumeBuilder |
StorageBuilders.volume()
The builder to create a Block Volume
|
VolumeBuilder |
VolumeBuilder.volumeType(String volumeType)
The associated volume type.
|
VolumeBuilder |
VolumeBuilder.zone(String zone)
The associated availability zone.
|
Modifier and Type | Method and Description |
---|---|
VolumeBuilder |
CinderBuilders.volume() |
Modifier and Type | Class and Description |
---|---|
static class |
CinderVolume.ConcreteVolumeBuilder |
Modifier and Type | Method and Description |
---|---|
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.bootable(boolean isBootable) |
static VolumeBuilder |
CinderVolume.builder() |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.description(String description) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.from(Volume in) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.imageRef(String imageRef) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.metadata(Map<String,String> metadata) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.name(String name) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.size(int size) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.snapshot(String snapshotId) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.source_volid(String uuid) |
VolumeBuilder |
CinderVolume.toBuilder() |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.volumeType(String volumeType) |
VolumeBuilder |
CinderVolume.ConcreteVolumeBuilder.zone(String zone) |
Copyright © 2017. All rights reserved.