Uses of Class
org.openstack4j.model.manila.ShareTypeAccess
-
Packages that use ShareTypeAccess Package Description org.openstack4j.api.manila org.openstack4j.model.manila org.openstack4j.openstack.manila.internal -
-
Uses of ShareTypeAccess in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return types with arguments of type ShareTypeAccess Modifier and Type Method Description List<? extends ShareTypeAccess>ShareTypeService. shareTypeAccessDetails(String shareTypeId)Shows access details for a share type. -
Uses of ShareTypeAccess in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return types with arguments of type ShareTypeAccess Modifier and Type Method Description protected List<ShareTypeAccess>ShareTypeAccess.ShareTypeAccessList. value() -
Uses of ShareTypeAccess in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type ShareTypeAccess Modifier and Type Method Description List<? extends ShareTypeAccess>ShareTypeServiceImpl. shareTypeAccessDetails(String shareTypeId)Shows access details for a share type.
-