The heat.engine.resources.quantum.floatingip Module

class heat.engine.resources.quantum.floatingip.FloatingIP(name, json_snippet, stack)[source]

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

FnGetAtt(key)[source]
handle_create()[source]
handle_delete()[source]
properties_schema = {'floating_network_id': {'Required': True, 'Type': 'String'}, 'fixed_ip_address': {'Type': 'String'}, 'port_id': {'Type': 'String'}, 'value_specs': {'Default': {}, 'Type': 'Map'}}
class heat.engine.resources.quantum.floatingip.FloatingIPAssociation(name, json_snippet, stack)[source]

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

handle_create()[source]
handle_delete()[source]
properties_schema = {'floatingip_id': {'Required': True, 'Type': 'String'}, 'fixed_ip_address': {'Type': 'String'}, 'port_id': {'Required': True, 'Type': 'String'}}
heat.engine.resources.quantum.floatingip.resource_mapping()[source]

This Page