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, uri
public List<? extends L3Policy> list()
list
in interface L3policyService
public List<? extends L3Policy> list(Map<String,String> filteringParams)
list
in interface L3policyService
filteringParams
- map (name, value) of filtering parameterspublic L3Policy get(String id)
get
in interface L3policyService
id
- the l3 policy idpublic ActionResponse delete(String id)
delete
in interface L3policyService
id
- the l3 policy idpublic L3Policy create(L3Policy l3Policy)
create
in interface L3policyService
public L3Policy update(String l3PolicyId, L3Policy l3Policy)
update
in interface L3policyService
Copyright © 2017. All rights reserved.