public interface VnfdService extends RestService
Tacker - OpenStack NFV Orchestration
Tacker is an official OpenStack project building a Generic VNF Manager (VNFM) and a NFV Orchestrator (NFVO) to deploy and operate Network Services and Virtual Network Functions (VNFs) on an NFV infrastructure platform like OpenStack. It is based on ETSI MANO Architectural Framework and provides a functional stack to Orchestrate Network Services end-to-end using VNFs.
VNFD Stands for Virtual Network Functions Descriptor. This is the VNF Catalog Management (TOSCA-YAML Template) API Service..
NFV Catalog:
Modifier and Type | Method and Description |
---|---|
Vnfd |
create(Vnfd vnfd)
Create vnfd - Create a vnfd entry based on the vnfd template.
|
ActionResponse |
delete(String vnfdId)
Delete vnfd - Deletes a specified vnfdId from the VNF catalog.
|
Vnfd |
get(String vnfdId)
Show vnfd - Show information for a specified vnfdId.
|
List<? extends Vnfd> |
list()
List vnfs - Lists instantiated vnfs in VNF Manager
|
List<? extends Vnfd> |
list(Map<String,String> filteringParams)
List vnfs - Lists instantiated vnfs in VNF Manager filtered by parameters.
|
List<? extends Vnfd> list()
List<? extends Vnfd> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersVnfd get(String vnfdId)
vnfdId
- the Vnfd identifierActionResponse delete(String vnfdId)
vnfdId
- the Vnfd identifierCopyright © 2017. All rights reserved.