Uses of Interface
org.openstack4j.model.senlin.Version
-
Packages that use Version Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Version in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return types with arguments of type Version Modifier and Type Method Description List<? extends Version>SenlinVersionService. list()Service implementation which provides methods for manipulation of version -
Uses of Version in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Version Modifier and Type Class Description classSenlinVersionThis is a model of a senlinVersion. -
Uses of Version in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Version Modifier and Type Method Description List<? extends Version>SenlinVersionServiceImpl. list()
-