| Package | Description |
|---|---|
| org.openstack4j.api.senlin | |
| org.openstack4j.openstack.senlin.domain | |
| org.openstack4j.openstack.senlin.internal |
| Modifier and Type | Method and Description |
|---|---|
Node |
SenlinNodeService.create(NodeCreate newNode)
|
Node |
SenlinNodeService.get(String nodeID)
returns details of a
Node. |
Node |
SenlinNodeService.get(String nodeID,
boolean showDetails)
returns details of a
Node |
Node |
SenlinNodeService.update(String nodeID,
NodeCreate newNode)
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Node> |
SenlinNodeService.list()
Gets a list of currently existing
Nodes. |
| Modifier and Type | Class and Description |
|---|---|
class |
SenlinNode
This is a model of a senlinNode.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
SenlinNodeServiceImpl.create(NodeCreate newNode) |
Node |
SenlinNodeServiceImpl.get(String nodeID) |
Node |
SenlinNodeServiceImpl.get(String nodeID,
boolean showDetails) |
Node |
SenlinNodeServiceImpl.update(String nodeID,
NodeCreate newNode) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Node> |
SenlinNodeServiceImpl.list() |
Copyright © 2017. All rights reserved.