| Package | Description |
|---|---|
| org.openstack4j.api.senlin | |
| org.openstack4j.openstack.senlin.domain | |
| org.openstack4j.openstack.senlin.internal |
| Modifier and Type | Method and Description |
|---|---|
Profile |
SenlinProfileService.create(ProfileCreate newProfile)
|
Profile |
SenlinProfileService.get(String profileID)
returns details of a
Profile. |
Profile |
SenlinProfileService.update(String profileID,
ProfileCreate newProfile)
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Profile> |
SenlinProfileService.list()
Gets a list of currently existing
Profiles. |
| Modifier and Type | Class and Description |
|---|---|
class |
SenlinProfile
This is a model of a senlinProfile.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
SenlinProfileServiceImpl.create(ProfileCreate newProfile) |
Profile |
SenlinProfileServiceImpl.get(String policyID) |
Profile |
SenlinProfileServiceImpl.update(String policyID,
ProfileCreate newPolicy) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Profile> |
SenlinProfileServiceImpl.list() |
Copyright © 2017. All rights reserved.