public class L3policyServiceImpl extends BaseNetworkingServices implements L3policyService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
L3policyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
L3Policy |
create(L3Policy l3Policy)
Create a new l3 policy
|
ActionResponse |
delete(String id)
Delete of the l3 policy
|
L3Policy |
get(String id)
Get the specified l3 policy by ID
|
List<? extends L3Policy> |
list()
List all l3 policies
|
List<? extends L3Policy> |
list(Map<String,String> filteringParams)
Returns list of l3 policies filtered by parameters.
|
L3Policy |
update(String l3PolicyId,
L3Policy l3Policy)
Updates an existing l3 policy
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends L3Policy> list()
list in interface L3policyServicepublic List<? extends L3Policy> list(Map<String,String> filteringParams)
list in interface L3policyServicefilteringParams - map (name, value) of filtering parameterspublic L3Policy get(String id)
get in interface L3policyServiceid - the l3 policy idpublic ActionResponse delete(String id)
delete in interface L3policyServiceid - the l3 policy idpublic L3Policy create(L3Policy l3Policy)
create in interface L3policyServicepublic L3Policy update(String l3PolicyId, L3Policy l3Policy)
update in interface L3policyServiceCopyright © 2017. All rights reserved.