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, uri
public List<? extends TackerVnfd> list()
list
in interface VnfdService
public List<? extends TackerVnfd> list(Map<String,String> filteringParams)
list
in interface VnfdService
filteringParams
- map (name, value) of filtering parameterspublic TackerVnfd get(String vnfdId)
get
in interface VnfdService
vnfdId
- the Vnfd identifierpublic ActionResponse delete(String vnfdId)
delete
in interface VnfdService
vnfdId
- the Vnfd identifierpublic Vnfd create(Vnfd vnfd)
VnfdService
create
in interface VnfdService
Copyright © 2017. All rights reserved.