public class SoftwareConfigServiceImpl extends BaseHeatServices implements SoftwareConfigService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
SoftwareConfigServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SoftwareConfig |
create(SoftwareConfig sc)
Creates a new Software Config.
|
ActionResponse |
delete(String configId)
Deletes a Software Config by ID
|
SoftwareConfig |
show(String configId)
Fetches a Software Configuration by ID
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic SoftwareConfig create(SoftwareConfig sc)
Builders.softwareConfig() for creating the modelcreate in interface SoftwareConfigServicesc - the software config to createpublic SoftwareConfig show(String configId)
show in interface SoftwareConfigServiceconfigId - the configuration IDpublic ActionResponse delete(String configId)
delete in interface SoftwareConfigServiceconfigId - the software config ID to deleteCopyright © 2017. All rights reserved.