Uses of Class
org.openstack4j.openstack.tacker.domain.TackerVnf
-
Packages that use TackerVnf Package Description org.openstack4j.openstack.tacker.domain org.openstack4j.openstack.tacker.internal -
-
Uses of TackerVnf in org.openstack4j.openstack.tacker.domain
Methods in org.openstack4j.openstack.tacker.domain that return types with arguments of type TackerVnf Modifier and Type Method Description List<TackerVnf>TackerVnf.TackerVnfs. value()Constructors in org.openstack4j.openstack.tacker.domain with parameters of type TackerVnf Constructor Description VnfConcreteBuilder(TackerVnf f) -
Uses of TackerVnf in org.openstack4j.openstack.tacker.internal
Methods in org.openstack4j.openstack.tacker.internal that return TackerVnf Modifier and Type Method Description TackerVnfVnfServiceImpl. get(String vnfId)Show Vnf - Show information for a specified VnfId.Methods in org.openstack4j.openstack.tacker.internal that return types with arguments of type TackerVnf Modifier and Type Method Description List<? extends TackerVnf>VnfServiceImpl. list()List vnfs - Lists instantiated vnfs in VNF ManagerList<? extends TackerVnf>VnfServiceImpl. list(Map<String,String> filteringParams)List vnfs - Lists instantiated vnfs in VNF Manager filtered by parameters.
-