public class VnfdServiceImpl extends BaseTackerServices implements VnfdService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
VnfdServiceImpl() |
| 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.
|
TackerVnfd |
get(String vnfdId)
Show vnfd - Show information for a specified vnfdId.
|
List<? extends TackerVnfd> |
list()
List vnfs - Lists instantiated vnfs in VNF Manager
|
List<? extends TackerVnfd> |
list(Map<String,String> filteringParams)
List vnfs - Lists instantiated vnfs in VNF Manager filtered by parameters.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends TackerVnfd> list()
list in interface VnfdServicepublic List<? extends TackerVnfd> list(Map<String,String> filteringParams)
list in interface VnfdServicefilteringParams - map (name, value) of filtering parameterspublic TackerVnfd get(String vnfdId)
get in interface VnfdServicevnfdId - the Vnfd identifierpublic ActionResponse delete(String vnfdId)
delete in interface VnfdServicevnfdId - the Vnfd identifierpublic Vnfd create(Vnfd vnfd)
VnfdServicecreate in interface VnfdServiceCopyright © 2017. All rights reserved.