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