Uses of Class
org.openstack4j.model.manila.ShareSnapshotUpdateOptions
-
Packages that use ShareSnapshotUpdateOptions Package Description org.openstack4j.api.manila org.openstack4j.model.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareSnapshotUpdateOptions in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareSnapshotUpdateOptions Modifier and Type Method Description ShareSnapshotShareSnapshotService. update(String snapshotId, ShareSnapshotUpdateOptions snapshotUpdateOptions)Updates a share snapshot. -
Uses of ShareSnapshotUpdateOptions in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareSnapshotUpdateOptions Modifier and Type Method Description static ShareSnapshotUpdateOptionsShareSnapshotUpdateOptions. create()ShareSnapshotUpdateOptionsShareSnapshotUpdateOptions. displayDescription(String displayDescription)Update the share snapshot description.ShareSnapshotUpdateOptionsShareSnapshotUpdateOptions. displayName(String displayName)Update the share snapshot name. -
Uses of ShareSnapshotUpdateOptions in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain with parameters of type ShareSnapshotUpdateOptions Modifier and Type Method Description static ManilaShareSnapshotUpdateManilaShareSnapshotUpdate. fromOptions(ShareSnapshotUpdateOptions options) -
Uses of ShareSnapshotUpdateOptions in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareSnapshotUpdateOptions Modifier and Type Method Description ShareSnapshotShareSnapshotServiceImpl. update(String snapshotId, ShareSnapshotUpdateOptions snapshotUpdateOptions)
-