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