public class GroupServiceImpl extends BaseNetworkingServices implements GroupService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
GroupServiceImpl() |
Modifier and Type | Method and Description |
---|---|
PolicyTargetGroup |
create(PolicyTargetGroupCreate policyTargetGroup)
Create a new policy target group
|
ActionResponse |
delete(String id)
Delete of the policy target group
|
PolicyTargetGroup |
get(String id)
Get the specified policy target group by ID
|
List<? extends PolicyTargetGroup> |
list()
List all policy target group
|
List<? extends PolicyTargetGroup> |
list(Map<String,String> filteringParams)
Returns list of policy target group filtered by parameters.
|
PolicyTargetGroup |
update(String policyTargetGroupId,
PolicyTargetGroupCreate policyTargetGroup)
Updates an existing policy target group
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public List<? extends PolicyTargetGroup> list()
list
in interface GroupService
public List<? extends PolicyTargetGroup> list(Map<String,String> filteringParams)
list
in interface GroupService
filteringParams
- map (name, value) of filtering parameterspublic PolicyTargetGroup get(String id)
get
in interface GroupService
id
- the policy target group idpublic ActionResponse delete(String id)
delete
in interface GroupService
id
- the policy target group idpublic PolicyTargetGroup create(PolicyTargetGroupCreate policyTargetGroup)
create
in interface GroupService
public PolicyTargetGroup update(String policyTargetGroupId, PolicyTargetGroupCreate policyTargetGroup)
update
in interface GroupService
Copyright © 2017. All rights reserved.