Uses of Interface
org.openstack4j.model.manila.ShareInstance
-
Packages that use ShareInstance Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareInstance in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ShareInstance Modifier and Type Method Description ShareInstanceShareInstanceService. get(String shareInstanceId)Shows details for a share instance.Methods in org.openstack4j.api.manila that return types with arguments of type ShareInstance Modifier and Type Method Description List<? extends ShareInstance>ShareInstanceService. list()Lists all share instances. -
Uses of ShareInstance in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement ShareInstance Modifier and Type Class Description classManilaShareInstanceRepresentation of a share instance. -
Uses of ShareInstance in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ShareInstance Modifier and Type Method Description ShareInstanceShareInstanceServiceImpl. get(String shareInstanceId)Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type ShareInstance Modifier and Type Method Description List<? extends ShareInstance>ShareInstanceServiceImpl. list()
-