Uses of Interface
org.openstack4j.model.manila.ShareType
-
Packages that use ShareType Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareType in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ShareType Modifier and Type Method Description ShareTypeShareTypeService. create(ShareTypeCreate shareTypeCreate)Creates a share type.ShareTypeShareTypeService. listDefaults()Lists default share types.Methods in org.openstack4j.api.manila that return types with arguments of type ShareType Modifier and Type Method Description List<? extends ShareType>ShareTypeService. list()Lists all share types. -
Uses of ShareType in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement ShareType Modifier and Type Class Description classManilaShareTypeA share type enables you to filter or choose back ends before you create a share. -
Uses of ShareType in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ShareType Modifier and Type Method Description ShareTypeShareTypeServiceImpl. create(ShareTypeCreate shareTypeCreate)Creates a share type.ShareTypeShareTypeServiceImpl. listDefaults()Lists default share types.Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type ShareType Modifier and Type Method Description List<? extends ShareType>ShareTypeServiceImpl. list()Lists all share types.
-