Uses of Interface
org.openstack4j.model.manila.Share
-
Packages that use Share Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of Share in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return Share Modifier and Type Method Description ShareSharesService. create(ShareCreate shareCreate)Creates a share.ShareSharesService. get(String shareId)Shows details for a share.ShareShareService. manageShare(ShareManage shareManage)Configures Shared File Systems to manage a share.ShareSharesService. update(String shareId, ShareUpdateOptions shareUpdateOptions)Updates a share.Methods in org.openstack4j.api.manila that return types with arguments of type Share Modifier and Type Method Description List<? extends Share>SharesService. list()Lists all shares.List<? extends Share>SharesService. listDetails()Lists all shares, with details. -
Uses of Share in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement Share Modifier and Type Class Description classManilaShareA share is a remote, mountable file system. -
Uses of Share in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return Share Modifier and Type Method Description ShareSharesServiceImpl. create(ShareCreate shareCreate)Creates a share.ShareSharesServiceImpl. get(String shareId)Shows details for a share.ShareShareServiceImpl. manageShare(ShareManage shareManage)Configures Shared File Systems to manage a share.ShareSharesServiceImpl. update(String shareId, ShareUpdateOptions shareUpdateOptions)Updates a share.Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type Share Modifier and Type Method Description List<? extends Share>SharesServiceImpl. list()Lists all shares.List<? extends Share>SharesServiceImpl. listDetails()Lists all shares, with details.
-