public class VipServiceImpl extends BaseNetworkingServices implements VipService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
VipServiceImpl() |
| 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
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends Vip> list()
list in interface VipServicepublic List<? extends Vip> list(Map<String,String> filteringParams)
list in interface VipServicefilteringParams - map (name, value) of filtering parameterspublic Vip get(String vipId)
get in interface VipServicevipId - the vip identifierpublic ActionResponse delete(String vipId)
delete in interface VipServicevipId - the vip identifierpublic Vip create(Vip vip)
create in interface VipServicevip - vippublic Vip update(String vipId, VipUpdate vip)
update in interface VipServicevipId - the vip identifiervip - VipUpdateCopyright © 2017. All rights reserved.