Uses of Interface
org.openstack4j.model.tacker.Vnf
-
Packages that use Vnf Package Description org.openstack4j.api.tacker org.openstack4j.openstack.tacker.domain org.openstack4j.openstack.tacker.internal -
-
Uses of Vnf in org.openstack4j.api.tacker
Methods in org.openstack4j.api.tacker that return Vnf Modifier and Type Method Description VnfVnfService. create(Vnf vnf)Create Vnf - Create a Vnf entry based on the Vnf template.VnfVnfService. get(String vnfId)Show Vnf - Show information for a specified VnfId.VnfVnfService. update(String vnfId, VnfUpdate vnfUpdate)Update vnf - Update a vnf based on user config file or data.Methods in org.openstack4j.api.tacker that return types with arguments of type Vnf Modifier and Type Method Description List<? extends Vnf>VnfService. list()List vnfs - Lists instantiated vnfs in VNF ManagerList<? extends Vnf>VnfService. list(Map<String,String> filteringParams)List vnfs - Lists instantiated vnfs in VNF Manager filtered by parameters.Methods in org.openstack4j.api.tacker with parameters of type Vnf Modifier and Type Method Description VnfVnfService. create(Vnf vnf)Create Vnf - Create a Vnf entry based on the Vnf template. -
Uses of Vnf in org.openstack4j.openstack.tacker.domain
Classes in org.openstack4j.openstack.tacker.domain that implement Vnf Modifier and Type Class Description classTackerVnfMethods in org.openstack4j.openstack.tacker.domain that return Vnf Modifier and Type Method Description VnfTackerVnf.VnfConcreteBuilder. build()Methods in org.openstack4j.openstack.tacker.domain with parameters of type Vnf Modifier and Type Method Description VnfBuilderTackerVnf.VnfConcreteBuilder. from(Vnf in) -
Uses of Vnf in org.openstack4j.openstack.tacker.internal
Methods in org.openstack4j.openstack.tacker.internal that return Vnf Modifier and Type Method Description VnfVnfServiceImpl. create(Vnf vnf)Create Vnf - Create a Vnf entry based on the Vnf template.VnfVnfServiceImpl. update(String vnfId, VnfUpdate vnfUpdate)Update vnf - Update a vnf based on user config file or data.Methods in org.openstack4j.openstack.tacker.internal with parameters of type Vnf Modifier and Type Method Description VnfVnfServiceImpl. create(Vnf vnf)Create Vnf - Create a Vnf entry based on the Vnf template.
-