public class VimServiceImpl extends BaseTackerServices implements VimService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
VimServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
delete(String vimId)
Delete Vim - Deletes a specified vimId from the VIM catalog.
|
List<? extends TackerVim> |
list()
List vims - Lists instantiated vims in VIM Manager
|
List<? extends TackerVim> |
list(Map<String,String> filteringParams)
List vims - Lists instantiated vims in VIM Manager filtered by parameters.
|
Vim |
register(Vim vim)
Create Vim - Register a Vim entry based on the Vim template.
|
TackerVim |
show(String vimId)
Show Vim - Show information for a specified vimId.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends TackerVim> list()
list in interface VimServicepublic List<? extends TackerVim> list(Map<String,String> filteringParams)
list in interface VimServicefilteringParams - map (name, value) of filtering parameterspublic TackerVim show(String vimId)
show in interface VimServicevimId - the Vim identifierpublic ActionResponse delete(String vimId)
delete in interface VimServicevimId - the Vim identifierpublic Vim register(Vim vim)
register in interface VimServiceCopyright © 2017. All rights reserved.