Uses of Interface
org.openstack4j.model.storage.block.VolumeTransfer
-
Packages that use VolumeTransfer Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeTransfer in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeTransfer Modifier and Type Method Description VolumeTransferBlockVolumeTransferService. accept(String transferId, String authKey)Accepts a pending volume transferVolumeTransferBlockVolumeTransferService. create(String volumeId)Creates a new Volume TransferVolumeTransferBlockVolumeTransferService. create(String volumeId, String name)Creates a new Volume TransferVolumeTransferBlockVolumeTransferService. get(String transferId)Gets details about a specific transferMethods in org.openstack4j.api.storage that return types with arguments of type VolumeTransfer Modifier and Type Method Description List<? extends VolumeTransfer>BlockVolumeTransferService. list()Gets ALL volume transfers in detailed formList<? extends VolumeTransfer>BlockVolumeTransferService. list(boolean detailed)Gets ALL volume transfers -
Uses of VolumeTransfer in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeTransfer Modifier and Type Class Description classCinderVolumeTransferRepresents a Volume Transfer Entity which is used for creating a volume transfer -
Uses of VolumeTransfer in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeTransfer Modifier and Type Method Description VolumeTransferBlockVolumeTransferServiceImpl. accept(String transferId, String authKey)VolumeTransferBlockVolumeTransferServiceImpl. create(String volumeId)VolumeTransferBlockVolumeTransferServiceImpl. create(String volumeId, String name)VolumeTransferBlockVolumeTransferServiceImpl. get(String transferId)Methods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type VolumeTransfer Modifier and Type Method Description List<? extends VolumeTransfer>BlockVolumeTransferServiceImpl. list()List<? extends VolumeTransfer>BlockVolumeTransferServiceImpl. list(boolean detailed)
-