Uses of Class
org.openstack4j.openstack.tacker.domain.TackerVim
-
Packages that use TackerVim Package Description org.openstack4j.openstack.tacker.domain org.openstack4j.openstack.tacker.internal -
-
Uses of TackerVim in org.openstack4j.openstack.tacker.domain
Methods in org.openstack4j.openstack.tacker.domain that return types with arguments of type TackerVim Modifier and Type Method Description List<TackerVim>TackerVim.TackerVims. value()Constructors in org.openstack4j.openstack.tacker.domain with parameters of type TackerVim Constructor Description VimConcreteBuilder(TackerVim f) -
Uses of TackerVim in org.openstack4j.openstack.tacker.internal
Methods in org.openstack4j.openstack.tacker.internal that return TackerVim Modifier and Type Method Description TackerVimVimServiceImpl. show(String vimId)Show Vim - Show information for a specified vimId.Methods in org.openstack4j.openstack.tacker.internal that return types with arguments of type TackerVim Modifier and Type Method Description List<? extends TackerVim>VimServiceImpl. list()List vims - Lists instantiated vims in VIM ManagerList<? extends TackerVim>VimServiceImpl. list(Map<String,String> filteringParams)List vims - Lists instantiated vims in VIM Manager filtered by parameters.
-