public class PolicyRuleSetServiceImpl extends BaseNetworkingServices implements PolicyRuleSetService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PolicyRuleSetServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PolicyRuleSet |
create(PolicyRuleSet policyRuleSet)
Create a new policy rule set
|
ActionResponse |
delete(String id)
Delete of the policy rule set
|
PolicyRuleSet |
get(String id)
Get the specified policy rule set by ID
|
List<? extends PolicyRuleSet> |
list()
List all policy rule set
|
List<? extends PolicyRuleSet> |
list(Map<String,String> filteringParams)
Returns list of policy rule set filtered by parameters.
|
PolicyRuleSet |
update(String policyRuleSetId,
PolicyRuleSet policyRuleSet)
Updates an existing policy rule set
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends PolicyRuleSet> list()
list in interface PolicyRuleSetServicepublic List<? extends PolicyRuleSet> list(Map<String,String> filteringParams)
list in interface PolicyRuleSetServicefilteringParams - map (name, value) of filtering parameterspublic PolicyRuleSet get(String id)
get in interface PolicyRuleSetServiceid - the policy rule set idpublic ActionResponse delete(String id)
delete in interface PolicyRuleSetServiceid - the policy rule set idpublic PolicyRuleSet create(PolicyRuleSet policyRuleSet)
create in interface PolicyRuleSetServicepublic PolicyRuleSet update(String policyRuleSetId, PolicyRuleSet policyRuleSet)
update in interface PolicyRuleSetServiceCopyright © 2017. All rights reserved.