Interface StorageBuilders
-
- All Known Implementing Classes:
CinderBuilders
public interface StorageBuildersThe Storage builders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockQuotaSetBuilderblockQuotaSet()The builder which creates a BlockQuotaSetVolumeBuildervolume()The builder to create a Block VolumeVolumeBackupCreateBuildervolumeBackupCreate()The builder to create a volume backupVolumeSnapshotBuildervolumeSnapshot()The builder to create a Block Volume SnapshotVolumeTypeEncryptionBuildervolumeTypeEncryption()The builder to create a Volume Type Encryption
-
-
-
Method Detail
-
blockQuotaSet
BlockQuotaSetBuilder blockQuotaSet()
The builder which creates a BlockQuotaSet- Returns:
- the block quota-set builder
-
volume
VolumeBuilder volume()
The builder to create a Block Volume- Returns:
- the volume builder
-
volumeSnapshot
VolumeSnapshotBuilder volumeSnapshot()
The builder to create a Block Volume Snapshot- Returns:
- the snapshot builder
-
volumeBackupCreate
VolumeBackupCreateBuilder volumeBackupCreate()
The builder to create a volume backup- Returns:
- the backup creation builder
-
volumeTypeEncryption
VolumeTypeEncryptionBuilder volumeTypeEncryption()
The builder to create a Volume Type Encryption- Returns:
- the volume type encryption builder
-
-