public class MuranoSessionServiceImpl extends BaseOpenStackService implements MuranoSessionService
MuranoEnvironment objects.BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
MuranoSessionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
MuranoSession |
configure(String environmentId)
Creates a new configuration session.
|
ActionResponse |
delete(String environmentId,
String sessionId)
Deletes a configuration session.
|
ActionResponse |
deploy(String environmentId,
String sessionId)
Sends signal to deploy to OpenStack.
|
MuranoSession |
get(String environmentId,
String sessionId)
Gets session details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic MuranoSession get(String environmentId, String sessionId)
get in interface MuranoSessionServiceenvironmentId - environment identifier.sessionId - session identifier.public MuranoSession configure(String environmentId)
configure in interface MuranoSessionServiceenvironmentId - environment identifier.public ActionResponse delete(String environmentId, String sessionId)
delete in interface MuranoSessionServiceenvironmentId - environment identifier.sessionId - session identifier.public ActionResponse deploy(String environmentId, String sessionId)
deploy in interface MuranoSessionServiceenvironmentId - environment identifier.sessionId - session identifier.Copyright © 2017. All rights reserved.