Package | Description |
---|---|
org.openstack4j.api.gbp | |
org.openstack4j.openstack.gbp.domain | |
org.openstack4j.openstack.gbp.internal |
Modifier and Type | Method and Description |
---|---|
PolicyAction |
PolicyActionService.create(PolicyAction policyAction)
Create a new policy action
|
PolicyAction |
PolicyActionService.get(String id)
Get the specified policy action by ID
|
PolicyAction |
PolicyActionService.update(String policyActionId,
PolicyActionUpdate policyAction)
Updates an existing policy action
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyAction> |
PolicyActionService.list()
List all policy actions
|
List<? extends PolicyAction> |
PolicyActionService.list(Map<String,String> filteringParams)
Returns list of policy actions filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
PolicyAction |
PolicyActionService.create(PolicyAction policyAction)
Create a new policy action
|
Modifier and Type | Class and Description |
---|---|
class |
GbpPolicyAction
Model implementation for Policy Action
|
Modifier and Type | Method and Description |
---|---|
PolicyAction |
GbpPolicyAction.PolicyActionConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
PolicyActionCreateBuilder |
GbpPolicyAction.PolicyActionConcreteBuilder.from(PolicyAction in) |
Modifier and Type | Method and Description |
---|---|
PolicyAction |
PolicyActionServiceImpl.create(PolicyAction policyAction)
Create a new policy action
|
PolicyAction |
PolicyActionServiceImpl.get(String id)
Get the specified policy action by ID
|
PolicyAction |
PolicyActionServiceImpl.update(String policyActionId,
PolicyActionUpdate policyAction)
Updates an existing policy action
|
Modifier and Type | Method and Description |
---|---|
List<? extends PolicyAction> |
PolicyActionServiceImpl.list()
List all policy actions
|
List<? extends PolicyAction> |
PolicyActionServiceImpl.list(Map<String,String> filteringParams)
Returns list of policy actions filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
PolicyAction |
PolicyActionServiceImpl.create(PolicyAction policyAction)
Create a new policy action
|
Copyright © 2017. All rights reserved.