heat.engine.software_config_io module¶
APIs for dealing with input and output definitions for Software Configurations.
- class heat.engine.software_config_io.IOConfig(**config)[source]¶
- Bases: - object- Base class for the configuration data for a single input or output. 
- class heat.engine.software_config_io.InputConfig(value=<object object>, **config)[source]¶
- Bases: - IOConfig- Class representing the configuration data for a single input. - schema = {'default': <heat.engine.properties.Schema object>, 'description': <heat.engine.properties.Schema object>, 'name': <heat.engine.properties.Schema object>, 'replace_on_change': <heat.engine.properties.Schema object>, 'type': <heat.engine.properties.Schema object>}¶
 
- class heat.engine.software_config_io.OutputConfig(**config)[source]¶
- Bases: - IOConfig- Class representing the configuration data for a single output. - schema = {'description': <heat.engine.properties.Schema object>, 'error_output': <heat.engine.properties.Schema object>, 'name': <heat.engine.properties.Schema object>, 'type': <heat.engine.properties.Schema object>}¶
 
