Uses of Interface
org.openstack4j.model.storage.block.VolumeBackupCreate
-
Packages that use VolumeBackupCreate Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeBackupCreate in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type VolumeBackupCreate Modifier and Type Method Description VolumeBackupBlockVolumeBackupService. create(VolumeBackupCreate vbc)Create volume backup -
Uses of VolumeBackupCreate in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeBackupCreate Modifier and Type Class Description classCinderVolumeBackupCreateMethods in org.openstack4j.openstack.storage.block.domain that return VolumeBackupCreate Modifier and Type Method Description VolumeBackupCreateCinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type VolumeBackupCreate Modifier and Type Method Description VolumeBackupCreateBuilderCinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder. from(VolumeBackupCreate in) -
Uses of VolumeBackupCreate in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal with parameters of type VolumeBackupCreate Modifier and Type Method Description VolumeBackupBlockVolumeBackupServiceImpl. create(VolumeBackupCreate vbc)Create volume backup
-