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, uri
public SoftwareConfig create(SoftwareConfig sc)
Builders.softwareConfig()
for creating the modelcreate
in interface SoftwareConfigService
sc
- the software config to createpublic SoftwareConfig show(String configId)
show
in interface SoftwareConfigService
configId
- the configuration IDpublic ActionResponse delete(String configId)
delete
in interface SoftwareConfigService
configId
- the software config ID to deleteCopyright © 2017. All rights reserved.