Uses of Interface
org.openstack4j.model.manila.ShareSnapshotCreate
-
Packages that use ShareSnapshotCreate Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareSnapshotCreate in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareSnapshotCreate Modifier and Type Method Description ShareSnapshotShareSnapshotService. create(ShareSnapshotCreate snapshotCreate)Creates a snapshot from a share. -
Uses of ShareSnapshotCreate in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement ShareSnapshotCreate Modifier and Type Class Description classManilaShareSnapshotCreateObject used to create new share snapshots.Methods in org.openstack4j.openstack.manila.domain that return ShareSnapshotCreate Modifier and Type Method Description ShareSnapshotCreateManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.manila.domain with parameters of type ShareSnapshotCreate Modifier and Type Method Description ShareSnapshotCreateBuilderManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder. from(ShareSnapshotCreate in) -
Uses of ShareSnapshotCreate in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareSnapshotCreate Modifier and Type Method Description ShareSnapshotShareSnapshotServiceImpl. create(ShareSnapshotCreate snapshotCreate)
-