Uses of Interface
org.openstack4j.model.tacker.Vim
-
Packages that use Vim Package Description org.openstack4j.api.tacker org.openstack4j.openstack.tacker.domain org.openstack4j.openstack.tacker.internal -
-
Uses of Vim in org.openstack4j.api.tacker
Methods in org.openstack4j.api.tacker that return Vim Modifier and Type Method Description VimVimService. register(Vim vim)Create Vim - Register a Vim entry based on the Vim template.VimVimService. show(String vimId)Show Vim - Show information for a specified vimId.Methods in org.openstack4j.api.tacker that return types with arguments of type Vim Modifier and Type Method Description List<? extends Vim>VimService. list()List vims - Lists instantiated vims in VIM ManagerList<? extends Vim>VimService. list(Map<String,String> filteringParams)List vims - Lists instantiated vims in VIM Manager filtered by parameters.Methods in org.openstack4j.api.tacker with parameters of type Vim Modifier and Type Method Description VimVimService. register(Vim vim)Create Vim - Register a Vim entry based on the Vim template. -
Uses of Vim in org.openstack4j.openstack.tacker.domain
Classes in org.openstack4j.openstack.tacker.domain that implement Vim Modifier and Type Class Description classTackerVimMethods in org.openstack4j.openstack.tacker.domain that return Vim Modifier and Type Method Description VimTackerVim.VimConcreteBuilder. build()Methods in org.openstack4j.openstack.tacker.domain with parameters of type Vim Modifier and Type Method Description VimBuilderTackerVim.VimConcreteBuilder. from(Vim in) -
Uses of Vim in org.openstack4j.openstack.tacker.internal
Methods in org.openstack4j.openstack.tacker.internal that return Vim Modifier and Type Method Description VimVimServiceImpl. register(Vim vim)Create Vim - Register a Vim entry based on the Vim template.Methods in org.openstack4j.openstack.tacker.internal with parameters of type Vim Modifier and Type Method Description VimVimServiceImpl. register(Vim vim)Create Vim - Register a Vim entry based on the Vim template.
-