public class SoftwareConfigServiceImpl extends BaseHeatServices implements SoftwareConfigService
| 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
|
public 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 delete