Software Configs¶
- class heatclient.v1.software_configs.SoftwareConfig(manager, info, loaded=False)
- Bases: - Resource- data(**kwargs)
 - delete()
 
- class heatclient.v1.software_configs.SoftwareConfigManager(client)
- Bases: - BaseManager- create(**kwargs)
- Create a software config. 
 - delete(config_id)
- Delete a software config. 
 - get(config_id)
- Get the details for a specific software config. - Parameters:
- config_id – ID of the software config 
 
 - list(**kwargs)
- Get a list of software configs. - Return type:
- list of - SoftwareConfig
 
 - resource_class
- alias of - SoftwareConfig
 
