Package | Description |
---|---|
org.openstack4j.api.senlin | |
org.openstack4j.openstack.senlin.domain | |
org.openstack4j.openstack.senlin.internal |
Modifier and Type | Method and Description |
---|---|
Policy |
SenlinPolicyService.create(PolicyCreate newPolicy)
|
Policy |
SenlinPolicyService.get(String policyID)
returns details of a
Policy . |
Policy |
SenlinPolicyService.update(String policyID,
PolicyCreate newPolicy)
|
Modifier and Type | Method and Description |
---|---|
List<? extends Policy> |
SenlinPolicyService.list()
Gets a list of currently existing
Policy s. |
Modifier and Type | Class and Description |
---|---|
class |
SenlinPolicy
This is a model of a senlinPolicy.
|
Modifier and Type | Method and Description |
---|---|
Policy |
SenlinPolicyServiceImpl.create(PolicyCreate newPolicy) |
Policy |
SenlinPolicyServiceImpl.get(String policyID) |
Policy |
SenlinPolicyServiceImpl.update(String policyID,
PolicyCreate newPolicy) |
Modifier and Type | Method and Description |
---|---|
List<? extends Policy> |
SenlinPolicyServiceImpl.list() |
Copyright © 2017. All rights reserved.