The heat.engine.resources.internet_gateway Module

class heat.engine.resources.internet_gateway.InternetGateway(name, json_snippet, stack)[source]

Bases: heat.engine.resource.Resource

handle_create()[source]
handle_delete()[source]
handle_update(json_snippet)[source]
properties_schema = {'Tags': {'Type': 'List', 'Schema': {'Implemented': False, 'Type': 'Map', 'Schema': {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}}}}
tags_schema = {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}
class heat.engine.resources.internet_gateway.VPCGatewayAttachment(name, json_snippet, stack)[source]

Bases: heat.engine.resource.Resource

handle_create()[source]
handle_delete()[source]
handle_update(json_snippet)[source]
properties_schema = {'VpcId': {'Required': True, 'Type': 'String'}, 'InternetGatewayId': {'Type': 'String'}, 'VpnGatewayId': {'Implemented': False, 'Type': 'String'}}
heat.engine.resources.internet_gateway.resource_mapping()[source]

This Page