public interface VipService extends RestService
Modifier and Type | Method and Description |
---|---|
Vip |
create(Vip vip)
Create a vip
|
ActionResponse |
delete(String vipId)
Delete the specified vip by ID
|
Vip |
get(String vipId)
Get the specified vip by ID
|
List<? extends Vip> |
list()
List all vipss that the current tenant has access to
|
List<? extends Vip> |
list(Map<String,String> filteringParams)
Returns list of vip filtered by parameters.
|
Vip |
update(String vipId,
VipUpdate vip)
Update a vip
|
List<? extends Vip> list()
List<? extends Vip> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersVip get(String vipId)
vipId
- the vip identifierActionResponse delete(String vipId)
vipId
- the vip identifierCopyright © 2017. All rights reserved.