Uses of Class
org.openstack4j.model.manila.ShareUpdateOptions
-
Packages that use ShareUpdateOptions Package Description org.openstack4j.api.manila org.openstack4j.model.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareUpdateOptions in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareUpdateOptions Modifier and Type Method Description ShareSharesService. update(String shareId, ShareUpdateOptions shareUpdateOptions)Updates a share. -
Uses of ShareUpdateOptions in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareUpdateOptions Modifier and Type Method Description static ShareUpdateOptionsShareUpdateOptions. create()ShareUpdateOptionsShareUpdateOptions. displayDescription(String displayDescription)Update the share description.ShareUpdateOptionsShareUpdateOptions. displayName(String displayName)Update the share name.ShareUpdateOptionsShareUpdateOptions. isPublic(Boolean isPublic)Update the level of visibility for the share. -
Uses of ShareUpdateOptions in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain with parameters of type ShareUpdateOptions Modifier and Type Method Description static ManilaShareUpdateManilaShareUpdate. fromOptions(ShareUpdateOptions options) -
Uses of ShareUpdateOptions in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareUpdateOptions Modifier and Type Method Description ShareSharesServiceImpl. update(String shareId, ShareUpdateOptions shareUpdateOptions)Updates a share.
-