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:
objectBase 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.IOConfigClass representing the configuration data for a single input.
-
schema= {'default': <heat.engine.properties.Schema object at 0x7f261c265210>, 'type': <heat.engine.properties.Schema object at 0x7f261c2651d0>, 'name': <heat.engine.properties.Schema object at 0x7f261c2650d0>, 'replace_on_change': <heat.engine.properties.Schema object at 0x7f261c265250>, 'description': <heat.engine.properties.Schema object at 0x7f261c265110>}¶
-
-
class
heat.engine.software_config_io.OutputConfig(**config)[source]¶ Bases:
heat.engine.software_config_io.IOConfigClass representing the configuration data for a single output.
-
schema= {'type': <heat.engine.properties.Schema object at 0x7f261c265350>, 'name': <heat.engine.properties.Schema object at 0x7f261c265290>, 'error_output': <heat.engine.properties.Schema object at 0x7f261c265390>, 'description': <heat.engine.properties.Schema object at 0x7f261c2652d0>}¶
-