public class PolicyClassifierServiceImpl extends BaseNetworkingServices implements PolicyClassifierService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PolicyClassifierServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PolicyClassifier |
create(PolicyClassifier policyClassifier)
Create a new policy classifier
|
ActionResponse |
delete(String id)
Delete of the policy classifier
|
PolicyClassifier |
get(String id)
Get the specified policy classifier by ID
|
List<? extends PolicyClassifier> |
list()
List all policy classifier
|
List<? extends PolicyClassifier> |
list(Map<String,String> filteringParams)
Returns list of policy classifier filtered by parameters.
|
PolicyClassifier |
update(String policyClassifierId,
PolicyClassifierUpdate policyClassifier)
Updates an existing policy classifier
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends PolicyClassifier> list()
list in interface PolicyClassifierServicepublic List<? extends PolicyClassifier> list(Map<String,String> filteringParams)
list in interface PolicyClassifierServicefilteringParams - map (name, value) of filtering parameterspublic PolicyClassifier get(String id)
get in interface PolicyClassifierServiceid - the policy classifier idpublic ActionResponse delete(String id)
delete in interface PolicyClassifierServiceid - the policy classifier idpublic PolicyClassifier create(PolicyClassifier policyClassifier)
create in interface PolicyClassifierServicepublic PolicyClassifier update(String policyClassifierId, PolicyClassifierUpdate policyClassifier)
update in interface PolicyClassifierServiceCopyright © 2017. All rights reserved.