Package | Description |
---|---|
org.openstack4j.api.gbp | |
org.openstack4j.openstack.gbp.domain | |
org.openstack4j.openstack.gbp.internal |
Modifier and Type | Method and Description |
---|---|
PolicyRuleSet |
PolicyRuleSetService.create(PolicyRuleSet policyRuleSet)
Create a new policy rule set
|
PolicyRuleSet |
PolicyRuleSetService.get(String id)
Get the specified policy rule set by ID
|
PolicyRuleSet |
PolicyRuleSetService.update(String policyRuleSetId,
PolicyRuleSet policyRuleSet)
Updates an existing policy rule set
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyRuleSet> |
PolicyRuleSetService.list()
List all policy rule set
|
List<? extends PolicyRuleSet> |
PolicyRuleSetService.list(Map<String,String> filteringParams)
Returns list of policy rule set filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
PolicyRuleSet |
PolicyRuleSetService.create(PolicyRuleSet policyRuleSet)
Create a new policy rule set
|
PolicyRuleSet |
PolicyRuleSetService.update(String policyRuleSetId,
PolicyRuleSet policyRuleSet)
Updates an existing policy rule set
|
Modifier and Type | Class and Description |
---|---|
class |
GbpPolicyRuleSet
Model implementation for Policy rule set
|
Modifier and Type | Method and Description |
---|---|
PolicyRuleSet |
GbpPolicyRuleSet.PolicyRuleSetConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
PolicyRuleSetBuilder |
GbpPolicyRuleSet.PolicyRuleSetConcreteBuilder.from(PolicyRuleSet in) |
Modifier and Type | Method and Description |
---|---|
PolicyRuleSet |
PolicyRuleSetServiceImpl.create(PolicyRuleSet policyRuleSet)
Create a new policy rule set
|
PolicyRuleSet |
PolicyRuleSetServiceImpl.get(String id)
Get the specified policy rule set by ID
|
PolicyRuleSet |
PolicyRuleSetServiceImpl.update(String policyRuleSetId,
PolicyRuleSet policyRuleSet)
Updates an existing policy rule set
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyRuleSet> |
PolicyRuleSetServiceImpl.list()
List all policy rule set
|
List<? extends PolicyRuleSet> |
PolicyRuleSetServiceImpl.list(Map<String,String> filteringParams)
Returns list of policy rule set filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
PolicyRuleSet |
PolicyRuleSetServiceImpl.create(PolicyRuleSet policyRuleSet)
Create a new policy rule set
|
PolicyRuleSet |
PolicyRuleSetServiceImpl.update(String policyRuleSetId,
PolicyRuleSet policyRuleSet)
Updates an existing policy rule set
|
Copyright © 2017. All rights reserved.