Uses of Interface
org.openstack4j.model.storage.block.VolumeSnapshot
-
Packages that use VolumeSnapshot Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeSnapshot in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeSnapshot Modifier and Type Method Description VolumeSnapshotBlockVolumeSnapshotService. create(VolumeSnapshot snapshot)Creates a snapshot, which is a point-in-time copy of a volume.VolumeSnapshotBlockVolumeSnapshotService. get(String snapshotId)Shows information for a specified snapshot.Methods in org.openstack4j.api.storage that return types with arguments of type VolumeSnapshot Modifier and Type Method Description List<? extends VolumeSnapshot>BlockVolumeSnapshotService. list()Lists detailed information for all Block Storage snapshots that the tenant who submits the request can access.List<? extends VolumeSnapshot>BlockVolumeSnapshotService. list(Map<String,String> filteringParams)Returns list of Block Storage snapshots filtered by parameters.Methods in org.openstack4j.api.storage with parameters of type VolumeSnapshot Modifier and Type Method Description VolumeSnapshotBlockVolumeSnapshotService. create(VolumeSnapshot snapshot)Creates a snapshot, which is a point-in-time copy of a volume. -
Uses of VolumeSnapshot in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeSnapshot Modifier and Type Class Description classCinderVolumeSnapshotAn OpenStack Volume Snapshot which is a point-in-time copy of a volume.Methods in org.openstack4j.openstack.storage.block.domain that return VolumeSnapshot Modifier and Type Method Description VolumeSnapshotCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type VolumeSnapshot Modifier and Type Method Description VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. from(VolumeSnapshot in) -
Uses of VolumeSnapshot in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeSnapshot Modifier and Type Method Description VolumeSnapshotBlockVolumeSnapshotServiceImpl. create(VolumeSnapshot snapshot)Creates a snapshot, which is a point-in-time copy of a volume.VolumeSnapshotBlockVolumeSnapshotServiceImpl. get(String snapshotId)Shows information for a specified snapshot.Methods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type VolumeSnapshot Modifier and Type Method Description List<? extends VolumeSnapshot>BlockVolumeSnapshotServiceImpl. list()Lists detailed information for all Block Storage snapshots that the tenant who submits the request can access.List<? extends VolumeSnapshot>BlockVolumeSnapshotServiceImpl. list(Map<String,String> filteringParams)Returns list of Block Storage snapshots filtered by parameters.Methods in org.openstack4j.openstack.storage.block.internal with parameters of type VolumeSnapshot Modifier and Type Method Description VolumeSnapshotBlockVolumeSnapshotServiceImpl. create(VolumeSnapshot snapshot)Creates a snapshot, which is a point-in-time copy of a volume.
-