The heat.engine.resources.security_group Module

class heat.engine.resources.security_group.SecurityGroup(name, json_snippet, stack)[source]

Bases: heat.engine.resource.Resource

FnGetRefId()[source]
handle_create()[source]
handle_delete()[source]
handle_update(json_snippet)[source]
properties_schema = {'SecurityGroupIngress': {'Type': 'List'}, 'VpcId': {'Implemented': False, 'Type': 'String'}, 'GroupDescription': {'Required': True, 'Type': 'String'}, 'SecurityGroupEgress': {'Implemented': False, 'Type': 'List'}}
heat.engine.resources.security_group.resource_mapping()[source]

This Page