public class PolicyActionServiceImpl extends BaseNetworkingServices implements PolicyActionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PolicyActionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PolicyAction |
create(PolicyAction policyAction)
Create a new policy action
|
ActionResponse |
delete(String id)
Delete of the policy action
|
PolicyAction |
get(String id)
Get the specified policy action by ID
|
List<? extends PolicyAction> |
list()
List all policy actions
|
List<? extends PolicyAction> |
list(Map<String,String> filteringParams)
Returns list of policy actions filtered by parameters.
|
PolicyAction |
update(String policyActionId,
PolicyActionUpdate policyAction)
Updates an existing policy action
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends PolicyAction> list()
list in interface PolicyActionServicepublic List<? extends PolicyAction> list(Map<String,String> filteringParams)
list in interface PolicyActionServicefilteringParams - map (name, value) of filtering parameterspublic PolicyAction get(String id)
get in interface PolicyActionServiceid - the policy action idpublic ActionResponse delete(String id)
delete in interface PolicyActionServiceid - the policy action idpublic PolicyAction create(PolicyAction policyAction)
create in interface PolicyActionServicepublic PolicyAction update(String policyActionId, PolicyActionUpdate policyAction)
update in interface PolicyActionServiceCopyright © 2017. All rights reserved.