Uses of Interface
org.openstack4j.model.manila.ShareSnapshot
-
Packages that use ShareSnapshot Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareSnapshot in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ShareSnapshot Modifier and Type Method Description ShareSnapshotShareSnapshotService. create(ShareSnapshotCreate snapshotCreate)Creates a snapshot from a share.ShareSnapshotShareSnapshotService. get(String snapshotId)Shows details for a share snapshot.ShareSnapshotShareSnapshotService. update(String snapshotId, ShareSnapshotUpdateOptions snapshotUpdateOptions)Updates a share snapshot.Methods in org.openstack4j.api.manila that return types with arguments of type ShareSnapshot Modifier and Type Method Description List<? extends ShareSnapshot>ShareSnapshotService. list()Lists all share snapshots.List<? extends ShareSnapshot>ShareSnapshotService. listDetails()Lists all share snapshots with details. -
Uses of ShareSnapshot in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement ShareSnapshot Modifier and Type Class Description classManilaShareSnapshotA share snapshot is a point-in-time, read-only copy of the data that is contained in a share. -
Uses of ShareSnapshot in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ShareSnapshot Modifier and Type Method Description ShareSnapshotShareSnapshotServiceImpl. create(ShareSnapshotCreate snapshotCreate)ShareSnapshotShareSnapshotServiceImpl. get(String snapshotId)ShareSnapshotShareSnapshotServiceImpl. update(String snapshotId, ShareSnapshotUpdateOptions snapshotUpdateOptions)Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type ShareSnapshot Modifier and Type Method Description List<? extends ShareSnapshot>ShareSnapshotServiceImpl. list()List<? extends ShareSnapshot>ShareSnapshotServiceImpl. listDetails()
-