Bases: heat.engine.resource.Resource
-
handle_create()[source]
-
handle_delete()[source]
-
handle_update(json_snippet)[source]
-
properties_schema = {'SourceDestCheck': {'Implemented': False, 'Type': 'Boolean'}, 'GroupSet': {'Type': 'List'}, 'Description': {'Type': 'String'}, 'Tags': {'Type': 'List', 'Schema': {'Implemented': False, 'Type': 'Map', 'Schema': {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}}}, 'SubnetId': {'Required': True, 'Type': 'String'}, 'PrivateIpAddress': {'Type': 'String'}}
-
tags_schema = {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}