heat.engine.software_config_io
Module¶APIs for dealing with input and output definitions for Software Configurations.
heat.engine.software_config_io.
IOConfig
(**config)[source]¶Bases: object
Base class for the configuration data for a single input or output.
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 0x7fe02e172f50>, 'description': <heat.engine.properties.Schema object at 0x7fe02e172e50>, 'name': <heat.engine.properties.Schema object at 0x7fe02e172e10>, 'replace_on_change': <heat.engine.properties.Schema object at 0x7fe02e172f90>, 'type': <heat.engine.properties.Schema object at 0x7fe02e172f10>}¶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
= {'description': <heat.engine.properties.Schema object at 0x7fe02e17d050>, 'error_output': <heat.engine.properties.Schema object at 0x7fe02e17d110>, 'name': <heat.engine.properties.Schema object at 0x7fe02e172fd0>, 'type': <heat.engine.properties.Schema object at 0x7fe02e17d0d0>}¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.