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, uri
public List<? extends Vip> list()
list
in interface VipService
public List<? extends Vip> list(Map<String,String> filteringParams)
list
in interface VipService
filteringParams
- map (name, value) of filtering parameterspublic Vip get(String vipId)
get
in interface VipService
vipId
- the vip identifierpublic ActionResponse delete(String vipId)
delete
in interface VipService
vipId
- the vip identifierpublic Vip create(Vip vip)
create
in interface VipService
vip
- vippublic Vip update(String vipId, VipUpdate vip)
update
in interface VipService
vipId
- the vip identifiervip
- VipUpdateCopyright © 2017. All rights reserved.