The heat.engine.resources.quantum.router Module

class heat.engine.resources.quantum.router.Router(name, json_snippet, stack)[source]

Bases: heat.engine.resources.quantum.quantum.QuantumResource

FnGetAtt(key)[source]
handle_create()[source]
handle_delete()[source]
properties_schema = {'admin_state_up': {'Default': True, 'Type': 'Boolean'}, 'name': {'Type': 'String'}, 'value_specs': {'Default': {}, 'Type': 'Map'}}
class heat.engine.resources.quantum.router.RouterGateway(name, json_snippet, stack)[source]

Bases: heat.engine.resources.quantum.quantum.QuantumResource

handle_create()[source]
handle_delete()[source]
properties_schema = {'router_id': {'Required': True, 'Type': 'String'}, 'network_id': {'Required': True, 'Type': 'String'}}
class heat.engine.resources.quantum.router.RouterInterface(name, json_snippet, stack)[source]

Bases: heat.engine.resources.quantum.quantum.QuantumResource

handle_create()[source]
handle_delete()[source]
properties_schema = {'router_id': {'Required': True, 'Type': 'String'}, 'subnet_id': {'Required': True, 'Type': 'String'}}
heat.engine.resources.quantum.router.resource_mapping()[source]

This Page