Package | Description |
---|---|
org.openstack4j.api.gbp | |
org.openstack4j.model.gbp | |
org.openstack4j.openstack.gbp.domain | |
org.openstack4j.openstack.gbp.internal |
Modifier and Type | Method and Description |
---|---|
PolicyTargetGroup |
GroupService.create(PolicyTargetGroupCreate policyTargetGroup)
Create a new policy target group
|
PolicyTargetGroup |
GroupService.get(String id)
Get the specified policy target group by ID
|
PolicyTargetGroup |
GroupService.update(String policyTargetGroupId,
PolicyTargetGroupCreate policyTargetGroup)
Updates an existing policy target group
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyTargetGroup> |
GroupService.list()
List all policy target group
|
List<? extends PolicyTargetGroup> |
GroupService.list(Map<String,String> filteringParams)
Returns list of policy target group filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyTargetGroup> |
NetworkServicePolicy.getPolicyTargetGroupList()
Gets the policy target groups associated with the service policy
|
Modifier and Type | Class and Description |
---|---|
class |
GbpPolicyTargetGroup
Model implementation for Policy target group
|
Modifier and Type | Method and Description |
---|---|
List<PolicyTargetGroup> |
GbpNetworkServicePolicy.getPolicyTargetGroupList() |
Modifier and Type | Method and Description |
---|---|
PolicyTargetGroup |
GroupServiceImpl.create(PolicyTargetGroupCreate policyTargetGroup)
Create a new policy target group
|
PolicyTargetGroup |
GroupServiceImpl.get(String id)
Get the specified policy target group by ID
|
PolicyTargetGroup |
GroupServiceImpl.update(String policyTargetGroupId,
PolicyTargetGroupCreate policyTargetGroup)
Updates an existing policy target group
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyTargetGroup> |
GroupServiceImpl.list()
List all policy target group
|
List<? extends PolicyTargetGroup> |
GroupServiceImpl.list(Map<String,String> filteringParams)
Returns list of policy target group filtered by parameters.
|
Copyright © 2017. All rights reserved.