The 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:
heat.engine.software_config_io.IOConfig
Class representing the configuration data for a single input.
-
schema
= {'default': <heat.engine.properties.Schema object at 0x7f4b0fe38310>, 'replace_on_change': <heat.engine.properties.Schema object at 0x7f4b0fe38350>, 'name': <heat.engine.properties.Schema object at 0x7f4b0fe38210>, 'description': <heat.engine.properties.Schema object at 0x7f4b0fe38250>, 'type': <heat.engine.properties.Schema object at 0x7f4b0fe382d0>}¶
-
-
class
heat.engine.software_config_io.
OutputConfig
(**config)[source]¶ Bases:
heat.engine.software_config_io.IOConfig
Class representing the configuration data for a single output.
-
schema
= {'error_output': <heat.engine.properties.Schema object at 0x7f4b0fe38490>, 'name': <heat.engine.properties.Schema object at 0x7f4b0fe38390>, 'description': <heat.engine.properties.Schema object at 0x7f4b0fe383d0>, 'type': <heat.engine.properties.Schema object at 0x7f4b0fe38450>}¶
-