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, uri
public List<? extends TackerVim> list()
list
in interface VimService
public List<? extends TackerVim> list(Map<String,String> filteringParams)
list
in interface VimService
filteringParams
- map (name, value) of filtering parameterspublic TackerVim show(String vimId)
show
in interface VimService
vimId
- the Vim identifierpublic ActionResponse delete(String vimId)
delete
in interface VimService
vimId
- the Vim identifierpublic Vim register(Vim vim)
register
in interface VimService
Copyright © 2017. All rights reserved.